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

EIGRP ACL

andreas.plaul
Level 1
Level 1

Hello,

I want to block the redistribution of the 172.16.0.0/16 to the neighbor routers. Important is that I only wnat to block the 172.16.0.0/16 (supernet) but not subnets like 172.16.1.0/24, 172.16.2.0/24 and so on.

I am not quite sure which acl statement to use.

router eigrp 1111

distribute-list out 20

access-list 20 deny 172.16.0.0 0.0.0.0

access-list 20 permit any

Will this do the intented?

thank you for your help in advance.

Best regards,

Andreas

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

Andreas,

To take into account subnet information, I much rather use prefix-list over ACL.

ip prefix-list NET172 deny 172.16.0.0/16

ip prefix-list NET172 permit 0.0.0.0/0 le 32

HTH,

__

Edison.

Please rate helpful posts

Hello,

thank you for your input and I managed to do it with the access lists.

Best regards,

Andreas

Review Cisco Networking products for a $25 gift card