<?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 Connection timeout Cisco ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638434#M196071</link>
    <description>&lt;P style="font-size: 14.3999996185303px;"&gt;Hallo,&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;in my Cisco ASA configuration I have the following (default) command:&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Based on this configuration I would expect to see all UDP connection to timeout after 2 minutes and ICMP connections after only 2 seconds. Yet I see alot of ICMP- and UDP-connections in my connection table that are alot older than these limits. In fact all these connections do time out after 1 hour exactly. I don't believe this is expected behaviour, but I am not sure. However I get close to the platform connection limit, so I would prefer the UDP and ICMP connections to ageout more aggressively.&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Do you have any idea if this the correct behaviour?&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Best regards&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;pille&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 05:38:35 GMT</pubDate>
    <dc:creator>pille1234</dc:creator>
    <dc:date>2019-03-12T05:38:35Z</dc:date>
    <item>
      <title>Connection timeout Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638434#M196071</link>
      <description>&lt;P style="font-size: 14.3999996185303px;"&gt;Hallo,&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;in my Cisco ASA configuration I have the following (default) command:&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Based on this configuration I would expect to see all UDP connection to timeout after 2 minutes and ICMP connections after only 2 seconds. Yet I see alot of ICMP- and UDP-connections in my connection table that are alot older than these limits. In fact all these connections do time out after 1 hour exactly. I don't believe this is expected behaviour, but I am not sure. However I get close to the platform connection limit, so I would prefer the UDP and ICMP connections to ageout more aggressively.&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Do you have any idea if this the correct behaviour?&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Best regards&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;pille&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638434#M196071</guid>
      <dc:creator>pille1234</dc:creator>
      <dc:date>2019-03-12T05:38:35Z</dc:date>
    </item>
    <item>
      <title>Hi Pille,The timeout command</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638435#M196073</link>
      <description>&lt;P&gt;Hi Pille,&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;timeout &lt;/EM&gt;command is global command and the values should take effect globally &amp;nbsp;to all traffic&amp;nbsp;unless you have configured other timeout values for traffic using "set connection timeout". &amp;nbsp;Kindly check on that.&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/conns_connlimits.html&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 00:06:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638435#M196073</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2015-03-16T00:06:53Z</dc:date>
    </item>
    <item>
      <title>Hi,thank you for your</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638436#M196076</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your response. I do have configured the following global policy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;class-map global-class&lt;/P&gt;&lt;P&gt;match any&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class global-class&lt;BR /&gt;&amp;nbsp; set connection timeout idle 1:00:00 reset dcd 0:15:00 5&lt;BR /&gt;&amp;nbsp; set connection decrement-ttl&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this configuration change the behaviour of UDP connections? It was my understanding that DCD is only working for TCP and not UDP or ICMP, but looking at the CLI commands I am not sure anymore.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Pille&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 08:48:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638436#M196076</guid>
      <dc:creator>pille1234</dc:creator>
      <dc:date>2015-03-16T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Hi Pille,</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638437#M196077</link>
      <description>&lt;P&gt;Hi Pille,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have selected idle which will apply to all protocols. You need to specifiy TCP if you want it to take effect only on TCP. From the link i sent:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;The&lt;/SPAN&gt;&lt;B class="cBold" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;&amp;nbsp;idle&lt;/B&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM class="cEmphasis" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;hh&lt;/EM&gt;&lt;SPAN style="color: black; font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal; font-weight: bold;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal; font-style: italic;"&gt;mm&lt;/SPAN&gt;&lt;B class="cBold" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;:&lt;/B&gt;&lt;SPAN style="color: black; font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal; font-style: italic;"&gt;ss&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;keyword sets the idle timeout for all protocols between 0:5:0 and 1193:00:00. The default is 1:0:0. You can also set this value to 0, which means the connection never times out. For TCP traffic, the&amp;nbsp;&lt;/SPAN&gt;&lt;B class="cBold" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;reset&lt;/B&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12.222222328186px; line-height: normal;"&gt;&amp;nbsp;keyword sends a reset to TCP endpoints when the connection times out.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000" face="Arial, Helvetica, sans-serif"&gt;&lt;SPAN style="font-size: 12px; line-height: normal;"&gt;You should use something like:&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;PRE style="font-size: 10px; color: rgb(0, 0, 0); line-height: normal; background-color: rgb(255, 255, 255);"&gt;
hostname(config-pmap-c)# &lt;B class="cBold"&gt;set connection timeout tcp x:x:x&lt;/B&gt;&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kanwal&lt;/P&gt;
&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:15:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638437#M196077</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2015-03-16T14:15:43Z</dc:date>
    </item>
    <item>
      <title>Hallo,</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638438#M196078</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the keyword tcp is not available with ASA 9.1(5):&lt;/P&gt;

&lt;PRE&gt;
ASA/pri/act/CONTEXT(config-pmap-c)# set connection timeout ?

mpf-policy-map-class mode commands/options:
  dcd          Configure dead-connection-detection retry interval.
  embryonic    Configure absolute time after which an embryonic TCP connection
               will be closed, default is 0:00:30.
  half-closed  Configure idle time after which a TCP half-closed connection
               will be freed, default is 0:10:00
  idle         Configure idle time after which a connection state will be
               closed.
ASA/pri/act/CONTEXT(config-pmap-c)# set connection timeout&lt;/PRE&gt;

&lt;P&gt;As a workaround I probably have to surrender the global class and use separte classes for UDP, TCP and ICMP, do you agree?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Pille&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:56:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638438#M196078</guid>
      <dc:creator>pille1234</dc:creator>
      <dc:date>2015-03-16T16:56:02Z</dc:date>
    </item>
    <item>
      <title>Hi Pille,I haven't tried but</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638439#M196079</link>
      <description>&lt;P&gt;Hi Pille,&lt;/P&gt;&lt;P&gt;I haven't tried but logically that should be the way forward.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 19:12:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638439#M196079</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2015-03-16T19:12:58Z</dc:date>
    </item>
    <item>
      <title>Thanks for your help. Regards</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638440#M196080</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Pille&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 20:39:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/2638440#M196080</guid>
      <dc:creator>pille1234</dc:creator>
      <dc:date>2015-03-16T20:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Pille,The timeout command</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/4078242#M1069779</link>
      <description>broken link, I wish Cisco would stop moving crap around for the fun of it. Half of the the links I've clicked in the community are on Cisco's site and they are broken.</description>
      <pubDate>Sat, 02 May 2020 03:51:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-cisco-asa/m-p/4078242#M1069779</guid>
      <dc:creator>SmashOgre</dc:creator>
      <dc:date>2020-05-02T03:51:52Z</dc:date>
    </item>
  </channel>
</rss>

