neighbor route-reflector-client

This command specifies that the router will act as a route reflector for the specified neighbor.

Syntax

neighbor ip-address route-reflector-client
no neighbor ip-address route-reflector-client

Parameters

ip-address A BGP peer specified as a valid IPv4 address in dotted-quad.

Defaults

None.

Mode

BGP Router Configuration.

Usage

The neighbor route-reflector-client command specifies that the S- and 7100-Series router will act as a route reflector for this peer.

The no neighbor route-reflector-client command removes the specified client from its route reflection group.

Example

The following example configures the neighbor 1.2.3.4 as a route reflector client:

System(su-config)->router bgp 65151
System(su-config-bgp)->bgp router-id 1.1.1.1
System(su-config-bgp)->neighbor 1.2.3.4 remote-as 5
System(su-config-bgp)->neighbor 1.2.3.4 route-reflector-client