06-06-2022 11:19 AM
I have a network that runs 3 dynamic routing protocols:
BGP
OSPF
EIGRP
Redistribution:
BGP ----> OSPF------> EIGRP
Internal network runs EIGRP with default-routes to OSPF and BGP
Now, the internal network routing table shown many unwanted EIGRP EX routes.
Is there a way to stop this EX (External route) from propagate the internal network?
Can someone shed some light here?
Thanks,
byme88
06-06-2022 11:23 AM
Does the default route on the internal network come from OSPF ?
The obvious answer if you do not want EIGRP external routes is don't redistribute OSPF into EIGRP but I suspect it may be more complicated than this ?
Jon
06-06-2022 11:24 AM
how BGP connect to EIGRP ??? is it chain redistribute from BGPintoOSPF and then OSPFintoEIGRP
06-06-2022 11:25 AM
Via a ASA Firewall 5525X
06-06-2022 11:24 AM
I forgot to mention that the default 0.0.0.0 route are also an EX route learned from the OSPF process
06-06-2022 11:26 AM
So use a route map when you redistribute into EIGRP and only allow the default route as that is all you need by the looks of it.
Jon
06-06-2022 11:29 AM
This might work! If I am not mistaking ASA does support route-map now. Thanks for the suggestion!
06-06-2022 11:41 AM
Hi Jon,
Can you please post an example of a route-map configuration for both the ASA and Router?
Much appreciated!
Byme88
06-06-2022 12:10 PM
ASA -
IOS -
Note I haven't done it on an ASA and have found that if you use "permit 0.0.0.0" as the default route it may or may not allow all routes so if that is the case instead of doing it on the ASA you could filter it on the internal router using a distribute list but it would be better to do it at the source if possible.
Jon
06-06-2022 11:28 AM
distribute-list IN which use prefix-list to filter 0.0.0.0/0 come from BGP
06-06-2022 11:47 AM
06-06-2022 11:29 AM
Any reason for two differents IGPs?
06-06-2022 11:32 AM
As far as I know, there must be some reason for the predecessor to use 2 IGPs, but it is already done and I am just trying to optimized (clean-up) the network full with EX routes. Thanks!
06-06-2022 11:44 AM
Alright. Then use filter with route-map and you´ll be fine.
06-06-2022 11:26 AM
Hi
The EX routes are routes advsertised from others routing protocol into EIGRP, so, it seems to me that they are expected on this case.
What you can do is create filters so that only routes you want will be redistributed into EIGRP.
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