Run the command set protocols bgp 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 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 the BGP to act as route reflector for the specified client in VRF BLUE.
admin@Xorplus# set protocols bgp vrf BLUE neighbor 3.3.3.3 route-reflector-client admin@Xorplus# commit