cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
388
Views
5
Helpful
1
Replies

route-map not working

DARYLE DIANIS
Level 1
Level 1

hello, everyone,

I'm trying to do some redistribution of bgp into eigrp in gns3.

This works fine, redistributing bgp into eigrp, I can see all my routes.
router eigrp 1
 network 10.2.2.0 0.0.0.255
 redistribute bgp 65501 metric 100 1 255 1 1500
 
When I add the route-map to the redistribute statement, all eigrp routes are filtered out, not just the one in the prefix list.  I don't see what I'm doing wrong, if you can point me to some good links that I can read up on, that would be great.
!
route-map BGP2EIGRP deny 10
 match ip address prefix-list novoip_plist
!
route-map BGP2EIGRP permit 20

ip prefix-list novoip_plist seq 50 deny 10.10.10.0/24

1 Reply 1

Use permit statement in prefix-list

Review Cisco Networking products for a $25 gift card