BGP (Border Gateway Protocol)has specific rules for route advertisement between peers.
Step-by-Step Breakdown:
EBGP to IBGP Route Propagation:
BGP peers advertise routes learned fromEBGP peerstoIBGP peerswithin the same AS. This ensures that routes learned from external networks are propagated internally within the AS.
IBGP to EBGP Route Propagation:
Routes learned fromIBGP peerscan be advertised toEBGP peers, but when advertising these routes, the router uses its own IP address as thenext hop.
IBGP Split Horizon:
By default, IBGP peers do not advertise routes learned from one IBGP peer to another IBGP peer. This rule (IBGP split horizon) prevents routing loops within an AS.
Juniper Reference:
BGP Advertisement Rules: Junos adheres to BGP standards, where IBGP peers do not propagate routes to other IBGP peers, but EBGP peers receive IBGP routes with the advertising router as the next hop.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit