...
A cluster ID can help prevent routing loops between multiple RRs within a cluster and between clusters. When a cluster has multiple RRs, the same cluster ID must be configured for all the RRs within the cluster.
插图
Enabling Route Reflector
The following example configures the local device Switch1 as the route reflector and the peer Switch2 as the client of the route reflector. No configuration is required on the client.
Code Block |
---|
admin@XorPlus# set protocols bgp ipv4 unicast neighbor 2.2.2.2 ipv4-unicast route-reflector-client admin@XorPlus# commit |
Configuring Cluster ID
The following example configures a cluster ID for the RR. By default, each RR uses its router ID as the cluster ID.
...