Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the command set protocols bgp neighbor evpn neighbor route-reflector-client to configure the BGP node to act as a route reflector for the specified client. Optional parameter vrf can be used to specify a VRF, if no VRF is specified the command takes effect on the default VRF. 

The command delete protocols bgp neighbor evpn neighbor route-reflector-client can be used to delete this configuration.

...

set protocols bgp [vrf <text>] evpn neighbor <bgp-peer>evpn route-reflector-client

delete protocols bgp [vrf <text>] evpn neighbor <bgp-peer> evpn route-reflector-client


Parameter

...

Code Block
admin@Xorplus# set protocols bgp vrf BLUE neighbor 3.3.3.3 evpn route-reflector-client
admin@Xorplus# commit

...