09-17-2012 09:15 AM - edited 03-03-2019 06:45 AM
Hello Community;
I have a design question. We have a Telco that is providing us with a primary(200Mb) and backup(50Mb) MPLS circuits. These circuits will terminate on a 2911 each. We run EIGRP and the Telco will be using eBGP. We re-distribute the BGP into the EIGRP.
core <==> 2911 <==> Telco device <==> MPLS cloud
Question - What is the best way for us to failover to the backup when the primary fails?
We have thought of a couple of ways to do this but I want see what the community thinks.
Regards;
09-17-2012 10:30 AM
Enable the (BFD) feature , bidirectional forwarding detection for BGP. It has significant convergence improvement on the BGP WAN.
Here is the link:
http://www.cisco.com/en/US/docs/ios/12_2sr/12_2sra/feature/guide/srbgpbfd.html
Regards,
Mohamed
09-17-2012 11:36 AM
Add the following command to the interface connected to 200Mb link:
bfd interval 50 min_rx 50 multiplier 3
and
under BGP configurations add the following command:
neighbor x.x.x.x fall-over bfd
where x.x.x.x is BGP neighbor router.
However you need to do this on ISP router side as well.
---
Posted by WebUser Neeraj Jagga from Cisco Support Community App
09-17-2012 12:09 PM
well u have many options. for me Id go with VRRP with interface tracking. You can also use BFD for that which i guess is the most efficient. if you want to make it smart, and interesting use IPSLA .
---
Posted by WebUser Abood Alakhras from Cisco Support Community App
09-20-2012 10:36 AM
@Sean-Boston we featured your question on your Facebook page. We got a lot of responses! Check them out here http://www.facebook.com/CiscoSupportCommunity/posts/10151239490361412
---
Posted by WebUser Cisco NetPro from Cisco Support Community App
10-02-2012 10:23 PM
are you terminating each MPLS link to a separate 2911 router ?
assuming 2 diffrent routers:
- Redistribute the BGP routes of the second telco with high EIGRP metrics ( assuming you receive same routes from both Telecos ) and the failover will be delayed based on BGP timers once the primary BGP peer gose down and the route disappeared from the BGP routing table then it will stop being redistributed into EIGRP from the primary router, you can tune BGP timers for quicker convergence time
- you may summarize each link routes in to one summary route if its summariseable using static route, then associate this route with and IPSLA track that track the reachablity to the BGP next hop and redistribute this route into EIGRP instead of redistributing BGP, you need a careful testing to this option and this concept to be use don both ends and if a more specific route route disappeared from the BGP traffic might be blockwholed
- you may use IPSLA with EEM but this will make it a bit complicated,
- using BFD to bring down the bgp quicker need both end to use BFD in this case your end and the telco must use it !!
- using HSRP/VRRP with tracking NOT an option for you because you are already using EIGRP which is quicker and the routers are no a demarcation point between L2 and L3 in your case
hope this help
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