For When You Can't Have The Real Thing
[ start | index | login ]
start > Cisco > ASA > 9.8 > Disable TCP Timestamps

Disable TCP Timestamps

Created by dave. Last edited by dave, 2 years and 81 days ago. Viewed 953 times. #1
[edit] [rdf]
labels
attachments
(2022-01-08)

Problem

Some security scanner is complaining that TCP Timestamps are enabled on my ASA.

Solution

access-list ACL_TCP extended permit tcp any any
!
class-map timestamp_class_map
 match access-list ACL_TCP
!
tcp-map timestamp_tcp_map
  tcp-options timestamp clear
!
policy-map global_policy
 class timestamp_class_map
  set connection advanced-options timestamp_tcp_map
!
end
wr me

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt