08-06-2020 05:16 PM - edited 08-06-2020 05:17 PM
I have two data centers. My main data center MPLS router has the default-originate statement, in BGP, to send out the default route to all of my MPLS sites. I'd like to setup failover, in case this DC becomes unavailable. What would be the best practice to fail the default-originate statement over to the backup DC, in case my main DC fails? Would the best method be a prepend? Thanks for taking the time to read this. I'm not sure why this discussion ended up in the "switching" section of the discussion boards. I've tried to add it to the routing. My apologies
08-06-2020 05:28 PM
I have a similar problem. Any ideas?
08-06-2020 07:24 PM
How are the 2 DCs connected together via BGP?
08-06-2020 07:32 PM
08-06-2020 07:29 PM
I think there are 2 ways:
1. this is simpler one that should work; bgp neighbor x default-originate command has an option to tie advertising of default-originate to prefix specified in a route-ma, example of full command therefore is
neighbor x.x.x.x default-originate route-map DEFAULT
2. BGP feature called advertise-map with non-exist-map; basically it says do this if condition exists (or not exists)
I will try find my examples 'cause this stuff is one of the challenging one
Regards, ML
**Please Rate All Helpful Responses **
08-06-2020 07:39 PM
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