Run the command set protocols bgp neighbor 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.
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
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 evpn route-reflector-client
admin@Xorplus# commit |