Versions Compared

Key

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

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

...

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF.

neighbor <bgp-peer>

Specifies the BGP neighbor for which to act as a route reflector.


Example

  • Configure a the BGP neighbor to act as route reflector for the specified client the BGP peer in VRF BLUE.
Code Block
admin@Xorplus# set protocols bgp vrf BLUE neighbor 3.3.3.3 route-reflector-client
admin@Xorplus# commit