Dead Connection Detection DCD Cisco ASA
- Angelo Schalley
- Feb, 04, 2013
- Cisco, MS SQL, MySQL, Networking, security
- No Comments
sh runn timeout (check default timeout settings)
access-list oracle-1521 permit tcp host 10.26.x.x host 10.25.x.x (or make the access-list specific for a certain protocol)
class-map oracle-1521
match access-list oracle-1521
exit
policy-map global_policy
class oracle-1521
set connection timeout tcp 0:0:0 reset (setting no timeout for the specific access-list, DCD will determine with probes if the session needs to be torn down)