iBGP Full Mesh and Synchronization:
Issues with iBGP route advertisement:
iBGP neighbors prevent loops by not advertising iBGP learned routes to one another
This can cause problems with bgp route advertisement, if all are not connected to each other .ie. not in full mesh since the routes will not be present in all the routers of iBGP in the AS--->Traffic Black Hole
Like in below example,
- even if we create a iBGP neighborship between the border devices R4 and R7 to make R7 receive the iBGP update of network-X, when a traffic destined to network-X comes to R7, it will do a recursive lookup and see that for reaching net-X, I should reach R4 and for reaching R4, I should send to R6.
- But, R6 does not have net-X in its routing table and drops it