Two weeks ago I discussed why you may want to operate IBGP in between CE-routers on a multihomed internet site. A single of the blog site visitors did not like my suggestions:
In this kind of a smaller deployment I think that both of those ISPs offer transit, so that both of those CEs would get a default route from their upstream.
In this situation I would not iBGP the CEs with each other but have HSRP running on the two CEs and keep track of the uplink (interface and/of BGP session) to figure out the active gateway.
Let us see what could possibly go wrong with that style and design.

Network topology
To IBGP Or Not to IBGP
Assuming both PE-routers promote only the default route, a CE-router know wherever to propagate a packet it gets through the LAN interface if:
- The PE-CE hyperlink is up
- The PE-CE BGP session is operational
- PE-router advertised a default route about the PE-CE BGP session.
It is easy to modify HSRP/VRRP priority dependent on uplink position. I by no means tried using to do it dependent on a point out of a BGP session, and it is attention-grabbing to try out to do it primarily based on the presence of a particular prefix in RIB.
Some community working devices can modify HSRP/VRRP priority primarily based on a complex tracked item, and on some community running methods it is probable (with enough effort) to have the BGP default route as that tracked item. Nevertheless, it could possibly be easier to have that IBGP session in position.
Please note that I’m not declaring “you do not require FHRP on the LAN interfaces of the CE-routers” (which is a completely distinct discussion) but “you cannot count on FHRP precedence to get LAN packets to the router that is aware how to ahead them.”
I also received an exciting remark on LinkedIn expressing:
You have to have a static default route pointing in the direction of the 2nd CE with a metric [sic] inferior to the route installed by EBGP for failover intent.
That would also work. I still believe IBGP session is simpler, and it assists make sure that all (BGP) routers in an autonomous technique have the very same look at of the network.
One more commenter on LinkedIn desired to display his BGP prowess and wrote a prolonged treatise on BGP subsequent hop processing (spoiler warn: here’s a much better edition) which include the suggestion to set the future hop on IBGP session to the loopback interface. Interestingly, despite the fact that that’s the advised very best follow, you really don’t will need the loopback interface or IGP if you have only two straight-related routers in an autonomous program – the street to hell is usually paved with best techniques.
To recap:
- I would still use an IBGP session among the CE-routers
- I would set up that IBGP session between IP addresses assigned to LAN interfaces – assuming the CE-routers have a solitary LAN interface (or a port channel) and the site does not have any intermediate routers.
Default Route or Additional Specifics?
The first remark ongoing alongside the strains of we really do not need far more than the default route:
And if you preferred to IBGP them in any case, I would set a route-map on it to only exchange the default route from the upstreams, so that both CEs have a / route with different length. The only point I never recognize is in which failure circumstance visitors would close up on a CE without the need of an energetic BGP uplink.
Employing just the default route tends to make sense if:
- You are employing the uplinks in pure active/backup set up or
- You want to do ECMP load balancing involving two uplinks related to the exact same ISP.
In any circumstance, if you make your mind up to go with the default route, it may be superior to filter BGP updates on the PE-CE EBGP session, not on the CE-CE IBGP session. Why would you take a default route and the full DFZ desk, shell out CPU cycles to system all the updates (all of them acquiring the very same BGP future hop) and pass just the default route to the IBGP peer?
When two default routes could perform perfectly for a articles consumer (since it is really hard to affect incoming website traffic in any case), if you happen to be articles service provider (there’s more targeted traffic going out than coming in), you may well want to optimize WAN url utilization. For case in point, you may well want to use the direct uplink for prefixes belonging to ISPs and their customers, or you could do a website traffic circulation analysis combining NetFlow with BGP information, and take prefixes that stand for substantial proportion of your traffic (even a lot more details).
Extra Specifics
We discussed whether to use just the default route, a subset of prefixes, or a domestically-generated default route in September 2022 session of ipSpace.internet Style Clinic. You might also want to enjoy the Surviving the Web Default No cost Zone webinar.
Revision Historical past
- 2023-03-01
- Included a “you could possibly need to have FHRP on LAN interfaces” observe centered on a comment from Mr. Nameless.