access-list SERVER-TIMEOUT remark TCP Idle Timeout value for Core Services - 10 Hours
access-list SERVER-TIMEOUT extended permit tcp 10.240.178.0 255.255.255.0 any
class-map TCP-IdleTimeout-STO-in
description TCP Idle Timeout value for Core Services - 10 Hours
match access-list SERVER-TIMEOUT
policy-map STO-policy
description TCP Idle Timeout value for Core Services - 10 Hours
class TCP-IdleTimeout-STO-in
set connection timeout idle 10:00:00
service-policy STO-policy interface SERVER
I need to migrate the following to Cisco FTD. But as per the document in FLex config timeout commands are blacklisted. Needs to know how i will migrate to FTD.
FTD does not yet have feature parity with the ASA. This is an example of that.
If you absolutely need to set the timeout then you will need to wait for a future FTD release to add support.