10-10-2008 11:56 AM - edited 03-06-2019 01:52 AM
I just created one ACL as below for blocking ICMP except host 10.10.1.1. But that host still can't ping this interface or other hosts behind after I applied the ACL to the interface. Don't know why? I know this is a silly question:(
access-list 110 deny icmp any any
access-list 110 permit ip any any
access-list 110 permit icmp host 10.10.1.1 any
access-list 110 permit icmp host 10.10.1.1 any echo-reply
access-list 110 permit icmp host 10.10.1.1 any echo
interface Ethernet1/0
ip address 10.10.1.2 255.255.255.0
ip access-group 110 in
Solved! Go to Solution.
10-14-2008 10:17 AM
Got it. Many thanks.
10-10-2008 12:34 PM
Understood. I always copied the configuration from other example before. So never notice on instance sequence. Need to learn more details. Thanks!
03-27-2019 05:02 AM
Hello
i want to implement acl for icmp block from ouside on my router interface but allow only my wan ip which im using for internet
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide