cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7604
Views
5
Helpful
2
Replies

Filter ICMP Timestamp requests

dikerc
Level 1
Level 1

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

2 Replies 2

Harold Ritter
Spotlight
Spotlight

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,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Thanks! That is going in the ACL today.