<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TCP Idle Timeout in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4070912#M1069368</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hoping to get some help, and possible advice.&lt;/P&gt;&lt;P&gt;We have a ASA5585, running on our corporate network. As is the case with many organizations, we have a growing number of staff working from home. We have been experiencing dropout connections to our Oracle database for users logged in through VPN. I have analyzed some packet captures between the client and the server, and have not seen any disconnects, (FIN) from the client or the server. VPN group policies have been set to 4hours idle timeout. Is the way to check the TCP connection timeout on the ASA, and what is the default idle TCP connection timeout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help and advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 21:55:52 GMT</pubDate>
    <dc:creator>DEENA VERAPPAN</dc:creator>
    <dc:date>2020-04-21T21:55:52Z</dc:date>
    <item>
      <title>TCP Idle Timeout</title>
      <link>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4070912#M1069368</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hoping to get some help, and possible advice.&lt;/P&gt;&lt;P&gt;We have a ASA5585, running on our corporate network. As is the case with many organizations, we have a growing number of staff working from home. We have been experiencing dropout connections to our Oracle database for users logged in through VPN. I have analyzed some packet captures between the client and the server, and have not seen any disconnects, (FIN) from the client or the server. VPN group policies have been set to 4hours idle timeout. Is the way to check the TCP connection timeout on the ASA, and what is the default idle TCP connection timeout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help and advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 21:55:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4070912#M1069368</guid>
      <dc:creator>DEENA VERAPPAN</dc:creator>
      <dc:date>2020-04-21T21:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Idle Timeout</title>
      <link>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4070919#M1069369</link>
      <description>&lt;P&gt;Default setting are below in ASA config. however you can change them according to your need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;timeout xlate 3:00:00
timeout pat-xlate 0:00:30
&lt;STRONG&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;/STRONG&gt;
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
timeout conn-holddown 0:00:15
timeout igp stale-route 0:01:10
&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2020 22:06:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4070919#M1069369</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-04-21T22:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Idle Timeout</title>
      <link>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4071703#M1069405</link>
      <description>&lt;P&gt;thank you for the information that is very helpful.&lt;/P&gt;&lt;P&gt;Can I use DCD to keep the 1hr default idle time for Oracle connections?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 17:33:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4071703#M1069405</guid>
      <dc:creator>DEENA VERAPPAN</dc:creator>
      <dc:date>2020-04-22T17:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Idle Timeout</title>
      <link>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4071759#M1069407</link>
      <description>&lt;P&gt;check this link might this help you&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/asa-dead-connection-detection-dcd/ta-p/3154051" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/security-documents/asa-dead-connection-detection-dcd/ta-p/3154051&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the other way&amp;nbsp; around is create a custom rule. below is the example change it according to your needs&lt;/P&gt;
&lt;PRE&gt;access-list oracle-hosts permit tcp host 172.26.x.x host 172.25.x.x (or make the access-list specific for a certain protocol)

class-map oracle-hosts
match access-list oracle-hosts
exit

policy-map global_policy
class oracle-hosts
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)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 19:23:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tcp-idle-timeout/m-p/4071759#M1069407</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-04-22T19:23:37Z</dc:date>
    </item>
  </channel>
</rss>

