Celestica Documentation Portal

Find your product documents here

Neighbor activate

Enables/disables L2VPN address family for a specific neighbor.
Note: By default, the BGP speakers transport only IPv4 AFI/SAFI prefixes. In order to transport BGP L2VPN/EVPN prefixes, the respective neighbor should be activated under the corresponding address-family l2vpn evpn.
Syntaxneighbor <ip-address> activate
Command modeL2VPN Address-Family
Parameters
  • ip-address – The address (A.B.C.D) of IPv4 neighbor to enable L2VPN address family.

UsageUse no neighbor <ip-address> activate to disable L2VPN address family for the specific neighbor.
Supported Releases 1.1.0 or later
Click commandNone
Example
sonic(config)# router bgp 65100
sonic(config-router)# address-family l2vpn evpn
sonic(config-router-af-l2vpn)# neighbor 30.1.1.1 activate

sonic(config-router-af-l2vpn)# no neighbor 30.1.1.1 activate