
176
(
1
)
The following commands can be used to configure route reflector and its clients.
Command
Explanation
BGP configuration mode
neighbor <ip-address> route-reflector-client
no neighbor <ip-address> route-reflector-client
Configure the current switch as
route reflector and specify a
client. the
no neighbor
<ip-address>
route-reflector-client
commands format deletes a
client.
(
2
)
If there are more than one route reflectors in the cluster, the following commands
can configure cluster-id
Command
Explanation
BGP configuration mode
bgp cluster-id <cluster-id>
no bgp cluster-id
Configure cluster id; format “no” of the
no
bgp cluster-id
command cancels the
cluster id configuration.
(
3
)
If the route reflector from clients to clients is needed, the following commands can
be used.
Command
Explanation
BGP configuration mode
bgp client-to-client reflection
no bgp client-to-client reflection
Configure the allowance of the route
reflector from clients to clients; the no bgp
client-to-client reflection command forbids
this allowance.
6
.
Configure Peer Groups
(
1
)
Create peer groups
Command
Explanation
BGP configuration mode
neighbor <TAG> peer-group
no neighbor <TAG> peer-group
Create peer groups; the
no
neighbor
<TAG>
peer-group
command deletes peer groups.
(
2
)
Add neighbors to peers groups