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

EIGRP - Route-Maps

GRANT3779
Spotlight
Spotlight

If I have the following on one of my routers.

router eigrp 100

redistribute static route-map redis

network 172.27.50.20 0.0.0.0

distribute-list route-map EIGRP-IN in FastEthernet0/1

route-map redis permit 10

match ip address prefix-list 50

set tag 111

!

route-map EIGRP-IN deny 20

match tag 406

Am I right in saying that this will redistribute all of my statics within Prefix List 50 AND also deny any routes from going in the routing table that it learns with a tag of 406?

1 Reply 1

rfalconer.sffcu
Level 3
Level 3

This should work as you described. It will only deny routes received on interface FE0/1.

Review Cisco Networking products for a $25 gift card