69 neighbor route-reflector-client, Neighbor route, Reflector – PLANET XGS3-24040 User Manual

Page 546: Client

Advertising
background image


35-259

<TAG>: Name of peer group

<NAME>: Name of route mapping

<in|out>: Direction of route mapping

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 {<ip-address>|<TAG>} route-reflector-client

no neighbor {<ip-address>|<TAG>} route-reflector-client

Function: Configure the route reflector client. The “no neighbor {<ip-address>|<TAG>}

route-reflector-client” command cancels this configuration

Parameter: <ip-address>: Neighbor IP address

<TAG>: Name of peer group

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

Advertising