Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 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.

...