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

route redistribution with route map is not obeying the route map...Nexus OS 7

suelange
Level 1
Level 1

I need to redistribute some OSPF routes into EIGRP.  pretty simple.  But I built a filter (for testing basically) to limit what routes get put in.  Like so:

ip access-list test-distrib-ospf-to-eigrp
10 permit ip 10.120.32.0/24 any
route-map ospf-to-eigrp permit 10
match ip address test-distrib-ospf-to-eigrp

 

when I did the redistribution from ospf to eigp:

router eigrp 1
router-id 10.4.199.2
default-metric 1000 30 255 1 1500
redistribute ospf 1 route-map ospf-to-eigrp

 

it ignored my route map and redistributed everything from ospf into eigrp. 

 

the spelling of the names of the ACL and the route map are matching...so what did I do wrong?

 

I read one article where it stated that the route map doesn't pay attention to the prefix length but...I've got PBR using specific (/32) addresses to reroute specific traffic, and that works just fine.  So what did I do wrong here?

1 Accepted Solution

Accepted Solutions

suelange
Level 1
Level 1

actually I may have just found my problem...ip prefix list would be a better choice than an ACL like we would have used on a router or even 3850...testng now...

View solution in original post

1 Reply 1

suelange
Level 1
Level 1

actually I may have just found my problem...ip prefix list would be a better choice than an ACL like we would have used on a router or even 3850...testng now...

Review Cisco Networking for a $25 gift card