cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
148
Views
0
Helpful
1
Replies

EIGRP Default Route

GRANT3779
Spotlight
Spotlight

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

 

1 Reply 1

Peter Paluch
Cisco Employee
Cisco Employee

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
 

Review Cisco Networking for a $25 gift card