05-09-2006 05:49 PM - edited 03-03-2019 12:38 PM
We have a site(Site A) that is connected to one upstream (Only accepting default route via BGP). Site A is also connected via ATM+FE to our "Primary"(Site B) site, and we run OSPF over these two links(Preferring ATM over FE via cost) and redistribute default over the OSPF(default-information originate) - I would like to prefer the defaults provided via OSPF from Site B, over the default received via BGP from Upstream at Site A - I have tried adding a weight to Site A's BGP conf(Eg 1000), but as soon as BGP comes up, the OSPF defaults are ingnored.
05-09-2006 07:33 PM
John,
Try adding the following command under your BGP config:
network 0.0.0.0 backdoor
That command has the effect of setting the AD for that route to 200, making it less preferable to the IGP learned route.
Hope that helps - pls do remember to rate posts that help.
Paresh
05-09-2006 07:57 PM
Sensational Paresh - Worked like a charm!
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