cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
110861
Views
30
Helpful
17
Replies

ACL for ICMP

David Lin
Level 3
Level 3

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

17 Replies 17

Got it. Many thanks.

Understood. I always copied the configuration from other example before. So never notice on instance sequence. Need to learn more details. Thanks!

FAIQ
Community Member

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