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

Using acl how can I block icmp packets come back to senders pc?

hello1111
Level 1
Level 1

I tried to do when we send icmp packets from pc 1 to pc4 and somehow after pc4 receive that packets using router somehow stop comeback to senders pc?

I tried using 

access-list 102 deny icmp any 192.168.4.0 0.0.0.255 to router1 and It didn't works. How can I do that?

1 Accepted Solution

Accepted Solutions

Ip access-list extended 100

Deny icmp host <sender> host <receiver> echo-reply 

Then apply this acl to interface receive connect with directions IN

MHM

View solution in original post

1 Reply 1

Ip access-list extended 100

Deny icmp host <sender> host <receiver> echo-reply 

Then apply this acl to interface receive connect with directions IN

MHM

Review Cisco Networking for a $25 gift card