cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4276
Views
0
Helpful
2
Replies

Nexus - Redistribute static routes into EIGRP

mathew.wallace
Level 1
Level 1

Hi All,

I'm having problems with redistributing all static routes on our Nexus switches into EIGRP. On the Nexus a route-map is required and for some reason my match criteria in the access-lists isn't matching any statics in the routing table. When I redistributed BGP into EIGRP with this same route-map and ACL it worked fine. Not sure why it doesn't for EIGRP static routes. 

Heres the config I've loaded:

ip access-list All-Routes
  permit ip any any

route-map All-Routes permit 10
match ip address All-Routes
exit


router eigrp 100
redistribute static eigrp route-map All-Routes

Here is the output from the show command showing none of the routes have been matched. I've verified this in the routing table and on other EIGRP neighbor tables.


show ip eigrp route-map statistics redistribute static
C: No. of comparisions, M: No. of matches

route-map STL-Routes permit 10
  match ip address STL-Routes                                C: 344    M: 0

Total accept count for policy: 344
Total reject count for policy: 0

Any help/direction would be appreciated.

Thanks.

Mat

2 Replies 2

vinodjad1234
Level 2
Level 2


Hi,

As you mentioned below query , you have configured the router-map with the name of All-Routes but if i see the output of show ip eigrp route-map statistics redistribute static i could see different router-map name i.e. STL-Routes

show ip eigrp route-map statistics redistribute static
C: No. of comparisions, M: No. of matches

route-map STL-Routes permit 10
  match ip address STL-Routes                                C: 344    M: 0

Total accept count for policy: 344
Total reject count for policy: 0

Plese look into this ............ and correct me if i am wrong .....

I changed the name of the policy map to something more generic for this posting. The actual name of the route map and ACL is STL-Routes as shown in the command output of the Nexus. Well spotted though! Thanks.

Any other points suggestions would be appeciated.

Regards,

Mat

Review Cisco Networking products for a $25 gift card