09-12-2024 01:55 AM
Is there any way to silently drop a ping request on an interface? Right now I have an ACL configured with "deny icmp any any echo" but when I ping that interface I get "Packet filtered" message. Is there any way to drop it completely?
Regards
Marcin Maciejewicz
Solved! Go to Solution.
09-12-2024 08:28 AM
Try configuring no ip unreachable on the interface and let us know the results.
09-12-2024 02:39 AM
Packet filter ? Are this meaning the packet drop or not?
Also this router run zone firewall?
MHM
09-12-2024 08:28 AM
Try configuring no ip unreachable on the interface and let us know the results.
09-12-2024 02:34 PM
Hello
conf t
logging discriminator PKT-FIL-MSG msg-body drops Packet filtered
logging buffered discriminator PKT-FIL-MSG informational
logging console discriminator PKT-FIL-MSG informational
logging monitor discriminator PKT-FIL-MSG informational
09-12-2024 03:16 PM
There seems to be a bit of confusion about this issue. I assumed that the issue was a response message that went back to the device that originated the ping. And my response addressed that. Paul assumes that the issue was about messages appearing in the log. And his response addressed that. Perhaps the OP can clarify what issue was intended?
09-13-2024 12:25 AM
Thanks! That did the job!
09-13-2024 09:12 AM
You are welcome. I am glad that our suggestions have been helpful. Thank you for marking this question as solved. This will help other participants in the community to identify discussions which have helpful information. This community is an excellent place to ask questions and to learn about networking. I hope to see you continue to be active in the community.
09-13-2024 12:52 AM
Hello
Just like to point out, although disabling unreachables is a good fix,it is a "catch all" deny everything associated with it, and as ICMP has many sub codes that rely on unreachables, by disabling it as a whole could potentially have a negative impact on other things running on the network.
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