315
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
route-reflector-client (BGP)
route-reflector-client (BGP)
To configure the router as a BGP route reflector and configure the specified neighbor as its client, use
the route-reflector-client command. To indicate that the neighbor is not a client, use the no form of this
command.
route-reflector-client
no route-reflector-client
Syntax Description This command has no arguments or keywords.
Command Default There is no route reflector in the autonomous system.
Command Modes BGP Neighbor address-family configuration mode
Command History
Usage Guidelines All the neighbors configured with this command will be members of the client group and the remaining
BGP peers will be members of the nonclient group for the local route reflector.
This command requires the LAN Enterprise Services license.
Examples This example shows how to configure the local router as a route reflector to the neighbor at 192.168.0.1:
switch# configure terminal
switch(config)# router bgp 102
switch(config-router)# neighbor 192.168.0.1 remote-as 201
switch(config-router-neighbor)# address-family ipv4 unicast
switch(config-router-neighbor-af)# route-reflector-client
switch(config-router-neighbor-af)#
Related Commands
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
address-family (BGP) Enters the router in address family configuration mode for configuring BGP
routing sessions.
neighbor Configures a BGP neighbor.
show ip bgp Displays entries in the BGP routing table.