01-23-2024 07:46 AM
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?
Solved! Go to Solution.
01-23-2024 08:15 AM - edited 01-23-2024 08:16 AM
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
01-23-2024 08:15 AM - edited 01-23-2024 08:16 AM
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
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