EIGRP Default Route
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2015 02:55 AM - edited 03-08-2019 01:17 AM
Hi CSC,
I have a query regarding default routes in EIGRP.
I have two routers, lets say RouterA and RouterB that are EIGRP neighbours.
RouterA has a static default route pointing to my ASA
RouterB has a static default route pointing to RouterA. Looking at the config below would this be redistributing the default routes from each router? I cannot see them in the topology table. Ideally I'd like to remove the static from RouterB and let it learn it from RouterA.
Does the redistribute static redistribute statics without the need of a route-map?
RouterA
router eigrp 100
network 172.27.4.1 0.0.0.0
redistribute static route-map STATIC-TO-EIGRP
RouterB
router eigrp 100
redistribute static metric 100000 1 255 1 1500 route-map TEST
network 172.27.4.10 0.0.0.0
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2015 05:30 AM
Hi Grant,
Whether the static default route is redistributed into EIGRP depends on the route-map. The route-map is referencing either an ACL or a prefix-list to select specific static routes to be redistributed. Without a route-map, the redistribute static command would redistribute all static routes.
If you are uncertain how to modify the configuration to allow the static route to be redistributed on RouterA please post the complete contents of the route-map STATIC-TO-EIGRP including the referenced ACL or prefix-list. We will be happy to suggest a solution.
Best regards,
Peter
