Run the command set protocols bgp evpn neighbor route-reflector-client to configure a BGP node to act as a route reflector client for the BGP peer. 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 evpn neighbor route-reflector-client can be used to delete this configuration.
Command Syntax
set protocols bgp [vrf <text>] evpn neighbor <bgp-peer> route-reflector-client
delete protocols bgp [vrf <text>] evpn neighbor <bgp-peer> route-reflector-client
Parameter
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 BGP neighbor to act as route reflector client the BGP peer in VRF BLUE.
admin@Xorplus# set protocols bgp vrf BLUE neighbor 3.3.3.3 admin@Xorplus# commit