set protocols bgp neighbor evpn route-reflector-client

Run the command set protocols bgp neighbor evpn route-reflector-client to configure the BGP node to act as a route reflector for the specified 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. 

NOTE:

To enable a BGP node as a route reflector for EVPN, in addition to configuring this command, you also need to configure the following commands.

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

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


Command Syntax

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

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


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF. The value is a string.

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 BGP peer in VRF BLUE.
admin@Xorplus# set protocols bgp vrf BLUE neighbor 3.3.3.3 evpn route-reflector-client
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.