neighbor route-reflector-client

Syntax

neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} route-reflector-client

no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} route-reflector-client

Description

This command configures the router as a BGP route reflector and the specified peer as its client. The no form of this command disables this function.

Command context

config-bgp-ipv4-uc

or

config-bgp-ipv6-uc

Parameters

<IP-ADDRESS>

Specifies an IP address.

<PEER-GROUP-NAME>

Specifies a peer group.

Authority

Administrators

Examples

switch(config-bgp-ipv4-uc)# neighbor 1.1.1.1 route-reflector-client
switch(config-bgp-ipv4-uc)# no neighbor 1.1.1.1 route-reflector-client
switch(config-bgp-ipv4-uc)# neighbor PG route-reflector-client
switch(config-bgp-ipv4-uc)# no neighbor PG route-reflector-client