neighbor route-reflector-client

Configures a neighbor to be a route-reflector client.

neighbor { ip-address | ipv6-address | peer-group-name } route-reflector-client
no neighbor { ip-address | ipv6-address | peer-group-name } route-reflector-client
ip-address
Specifies the IPv4 address of the neighbor
ipv6-address
Specifies the IPv6 address of the neighbor
peer-group-name
Specifies the peer group name configured by the neighbor peer-group-name command.

BGP configuration mode

BGP address-family IPv6 unicast configuration mode

When this command is entered in BGP global configuration mode, it applies only to the IPv4 address family. Use this command in BGP address-family IPv6 unicast configuration mode for BGP4+ configurations.

Use this command on a host device to configure a neighbor to be a route-reflector client. Once configured, the host device from which the configuration is made acts as a route-reflector server.

The following example configures a neighbor to be a route-reflector client.


device# configure terminal
device(config)# router bgp
device(config-bgp-router)# neighbor 10.11.12.13 route-reflector-client