Sunday, December 11, 2016

EIGRP Filtering with Prefix-Lists-Access-List







R1#
!
router eigrp 100
 network 0.0.0.0
 distribute-list prefix ALLOW-IN in
 auto-summary
!
ip prefix-list ALLOW-IN seq 10 deny 5.5.5.0/24
ip prefix-list ALLOW-IN seq 20 permit 0.0.0.0/0 le 32




R1#
access-list 10 deny   5.5.5.0 0.0.0.255
access-list 10 permit any







No comments:

Post a Comment