I have a question regarding BGP RR cluster id.
check to check if you came across or interested
in
https://www.juniper.net/customers/csc/documentation/techdocs/downloads/pdf/350009.pdf.
page 6:
- if a route is recieved from a client in a cluster that has our own cluster ID(for the same cluster), the route is discarded and not installed in the routing table.
- if a route is received from a non-client that has our own cluster ID, the route is accepted because it might have to be reflected to be another cluster if the router is supporting multiple clusters.
I can understand item 1, but for item 2, i have a hard time to understand. for example in sybex jncip book, R3 is RR for R1 and R2, R4 is also the RR for R1 and R2. R3 and R4 have same cluster ID. item 2 makes me think that if on R4 to config R3 as a non-client, if R1 and R4 IBGP is dead, R4 will get the routes coming from R1. but I tested, R4 still can not get the R1 route .
Am i miss sth?