569
Command Mode:
BGP routing 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
14.8.3.65 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 routing 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
Switch(config-router)#neighbor 10.1.1.68 remote 100
Switch(config-router)#neighbor 10.1.1.68 route-reflector-client
Switch(config-router)#
14.8.3.66 neighbor route-server-client
Command: neighbor {<ip-address>|<TAG>} route-server-client
no neighbor {<ip-address>|<TAG>} route-server-client
Function:
Configure the route server client. The “
no neighbor {<ip-address>|<TAG>}