01-27-2006 04:47 AM - edited 03-03-2019 11:35 AM
I need to filter ICMP Timestamp requests at our outer router. Is it as simple as adding this to our ACL? deny udp/tcp any any eq ports 13 and 14
01-27-2006 05:54 AM
No. ICMP is not udp nor tcp. You should use something like this:
access-list 101 deny icmp any any timestamp-request
Hope this helps,
01-27-2006 05:57 AM
Thanks! That is going in the ACL today.
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