10-18-2005 03:41 PM
In a cluster of multiple route-reflector, is it necessary for the route-reflectors to be peers to each other? Does the use of the cluster id have any effect on this?
10-18-2005 11:32 PM
Hi,
Reliability and redundancy are important issues when using route reflection because the members of a cluster are not fully meshed so its very much necessary for the route-reflectors to be peers to each other.Each cluster has an identifying number, the cluster ID. For clusters with a single route reflector, the cluster ID is the router ID of the route reflector, otherwise you configure the cluster ID.its basically for cluster list to prevent looping
Let me know if this really helps
thanks
Anand
10-19-2005 12:22 AM
"Usually a cluster of clients will have a single route reflector. In that case, the cluster is identified by the router ID of the route reflector. To increase redundancy and avoid a single point of failure, a cluster might have more than one route reflector. In this case, all route reflectors in the cluster must be configured with the 4-byte cluster ID so that a route reflector can recognize updates from route reflectors in the same cluster. All the route reflectors serving a cluster should be fully meshed and all of them should have identical sets of client and nonclient peers.
If the cluster has more than one route reflector, configure the cluster ID by using the following command in router configuration mode: "
That is taken from
But, if the route-reflectors are not meshed, can someone explain to me what could happen. Is this just a best practice, or a must configuration?
10-19-2005 02:09 AM
Hi,
Let me tell u first that it is not just a practice,it plays a very important role in handling many BGP attributes like next-hop,local-preference,MED etc like as iBGP is used between RR's,the attributes mentioned above are not changed,they are preserved actually and are passed as it is.Because there is fully-meshed iBGP peering between RR's,a RR does not readvertise the learned prefix from a non-client peer to another.
Let me know if this really helps.
regards
Anand
10-19-2005 03:26 PM
I still do not see the reason why there must be a full mesh of the route-reflectors within a cluster. Now for multiple clusters, I will expect the full mesh since we can look at each cluster as a BGP router. Then the iBGP full mesh requirement kicks in.
But within a cluster, lets assume we have 3 route reflectors, with the cluster id rightly configured, and they have identical peers and clients. If this route reflectors peer with each other, they will not reflect the routes to their clients because they will notice that it is from their cluster. Neither will they advertise it to other peers, which is a standard iBGP operation.
So, I do not even see the advantage of mesh of the route-reflector within a cluster.
Can someone clarify these please.
02-15-2013 03:10 AM
Is this correct, for RR clusters, within iBGP . I thought that RR would push about routes out to iBGP clients?
Sent from Cisco Technical Support iPhone App
02-16-2013 01:11 AM
Hello All,
Like John and Anand mentioned, the RRs will reflect the route to the neighbours in same cluster too. This would mean RR1 will send an update to RR2. RR2 will reject the route noticing that it is from the same cluster id.
Please note that that RR will also send the udpate to the neighbor from which it received the route. It is then job of the PE router to reject the route noting its own id as Originator id.
http://wiki.nil.com/BGP_Route_Reflector_update_groups_(technical_details)
Regards,
Shreeram
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide