69 neighbor route-reflector-client, Neighbor route, Reflector – PLANET XGS3-24040 User Manual
Page 546: Client
![background image](https://www.manualsdir.com/files/865186/content/doc546.png)
35-259
Default: Not set
Command Mode: BGP route mode and address-family mode
Usage Guide: First it has to configure route mapping under global mode by creating a route map with
route-map command and configure the match condition and actions, then the command can be applied.
Example:
Switch(config)#route-map test permit 5
Switch(config-route-map)#match interface Vlan1
Switch(config-route-map)#set as-path prepend 65532
Switch(config-route-map)#exit
Switch(config)#router bgp 200
Switch(config-router)#neighbor 10.1.1.64 route-map test out
35.69 neighbor route-reflector-client
Command: neighbor {
no neighbor {
Function: Configure the route reflector client. The “no neighbor {
route-reflector-client” command cancels this configuration
Parameter:
Default: Not configured.
Command Mode: BGP route mode and address-family mode
Usage Guide: The route reflection is used for reducing the peers when the internal IBGP routers inside
AS are too much. The client only exchanges messages with route reflector while the reflector deals with
message exchange among each client and other IBGP, EBGP routers. This command configures itself as
the route reflector, while specific peer group is as its client. Note: this configuration is only available inside
AS.
Example:
Switch(config)#router bgp 100
Switch(config-router)#neighbor 10.1.1.66 remote 100
Switch(config-router)#neighbor 10.1.1.66 route-reflector-client