<?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 Re: Connection timeout issues after migrating from ASA to FTD in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615977#M1090344</link>
    <description>&lt;P&gt;There is no SSL policy configured. However, when checking the bug that you linked to, I found that this bug could also be triggered by having the&amp;nbsp;&lt;SPAN&gt;TLS Server Identity Discovery/Early application detection and URL categorization enabled and this was in fact enabled. I will disable it for now and see if that helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/Chess&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2022 07:37:07 GMT</pubDate>
    <dc:creator>Chess Norris</dc:creator>
    <dc:date>2022-05-24T07:37:07Z</dc:date>
    <item>
      <title>Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615388#M1090326</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After migrating from ASA to FTD (version 7.0.1), we discover an issue with connections being dropped. We started to get complains from remote workers using RDP to connect to their local workstations.&lt;/P&gt;
&lt;P&gt;Looking in the FTD log and searching for the remote workers IP addresses, we saw a large number of similar log messages.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;May 23 2022 08:04:52: %FTD-6-106015: Deny TCP (no connection) from 10.199.254.158/52575 to 10.199.6.130/3389 flags PSH ACK on interface Client_Net&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;After some more investigations, we saw that the connections were dropped after exactly one hour, which is the default connection timeout value. Changing this value to 10 hours fixed the issue, but we used the same default timeout value in the ASA without any conenction issues, so I am wondering if someting has changed regarding timeouts in FTD vs ASA?&lt;/P&gt;
&lt;P&gt;Also this message about Deny TCP (no connection). Could this message really be related to connection timeouts?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;/Chess&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 11:19:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615388#M1090326</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2022-05-23T11:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615483#M1090327</link>
      <description>&lt;P&gt;There are two Inspection&lt;/P&gt;&lt;P&gt;global with default idle tcp timeout 1 hr&lt;/P&gt;&lt;P&gt;and there is specific inspection for specific traffic,&lt;/P&gt;&lt;P&gt;here you can config tcp timeout as much as you want,&lt;/P&gt;&lt;P&gt;check this point I think when you migrate from asa to FTD you not config RDP tcp traffic inspection.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 12:01:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615483#M1090327</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-05-23T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615516#M1090328</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;I just checked and the inspection are the same on the ASA and the FTD. I think it's the default ones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect icmp&lt;BR /&gt;inspect icmp error&lt;BR /&gt;class class-default&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Chess&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 12:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615516#M1090328</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2022-05-23T12:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615543#M1090330</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any SSL policies configured, or a captive portal for identity?&lt;/P&gt;
&lt;P&gt;If so, you may be running into a bug in 7.0.1,&amp;nbsp;&lt;SPAN&gt;CSCvz55395 ("TCP connections are cleared after configured idle-timeout even though traffic is present"), where the TCP idle timer works as an absolute timer instead of idle timer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This is supposedly fixed in 7.1.0 / 7.0.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Deny TCP log message you see is just the client trying to send an packets after the firewall has torn down the session, and the packet is denied since there's no session&amp;nbsp;associated anymore.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvz55395" target="_blank"&gt;https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvz55395&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 13:41:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615543#M1090330</guid>
      <dc:creator>Jonatan Jonasson</dc:creator>
      <dc:date>2022-05-23T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615550#M1090331</link>
      <description>&lt;P class=""&gt;&lt;STRONG&gt;Explanation&lt;/STRONG&gt; The &lt;SPAN class=""&gt;Firepower Threat Defense device&lt;/SPAN&gt; discarded a TCP packet that has no associated connection in the &lt;SPAN class=""&gt;Firepower Threat Defense&lt;/SPAN&gt; connection table. The &lt;SPAN class=""&gt;Firepower Threat Defense device&lt;/SPAN&gt; looks for a SYN flag in the packet, which indicates a request to establish a new connection. If the SYN flag is not set, and there is no &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;existing connection&lt;/STRONG&gt;&lt;/FONT&gt;, the &lt;SPAN class=""&gt;Firepower Threat Defense device&lt;/SPAN&gt; discards the packet.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;timeout conn&amp;lt;- are this same for ASA&amp;nbsp;and FTD ?&lt;BR /&gt;idle connection timeout &amp;lt;- are this same for ASA&amp;nbsp;and FTD?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;if they same then there is BUG, I will take look and find bug for&amp;nbsp;teardown connection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 13:54:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615550#M1090331</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-05-23T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615977#M1090344</link>
      <description>&lt;P&gt;There is no SSL policy configured. However, when checking the bug that you linked to, I found that this bug could also be triggered by having the&amp;nbsp;&lt;SPAN&gt;TLS Server Identity Discovery/Early application detection and URL categorization enabled and this was in fact enabled. I will disable it for now and see if that helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/Chess&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 07:37:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4615977#M1090344</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2022-05-24T07:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4616400#M1090354</link>
      <description>&lt;P&gt;so after disable the issue is solved ?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 11:48:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4616400#M1090354</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-05-24T11:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4616462#M1090359</link>
      <description>&lt;P&gt;It's probably a bit early to say, because the issue happened at random and . At least I no longer see connections with an idle time over 1 hour.&lt;/P&gt;
&lt;P&gt;/Chess&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 13:00:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4616462#M1090359</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2022-05-24T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4616913#M1090398</link>
      <description>&lt;P&gt;We are also having this same issue, though in our situation we upgraded our 2110's from 6.7.0 to 7.0.1. Our remote workers connecting in from Citrix are reporting "blips" in their connections every hour. We also do not have an SSL policy enabled/configured but DID have the&amp;nbsp;&lt;SPAN&gt;TLS Server Identity Discovery/Early application detection and URL categorization enabled. I just disabled this and deployed, so I am anxious to hear if your issue has been resolved, otherwise we are upgrading to 7.0.2.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 02:41:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4616913#M1090398</guid>
      <dc:creator>jbeach44</dc:creator>
      <dc:date>2022-05-25T02:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4617823#M1090415</link>
      <description>&lt;P&gt;Well I am happy to report that disabling&amp;nbsp;&lt;SPAN&gt;TLS Server Identity Discovery/Early application detection and URL categorization fixed our issue. We have gone a whole day without disconnects or drops.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 20:07:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4617823#M1090415</guid>
      <dc:creator>jbeach44</dc:creator>
      <dc:date>2022-05-25T20:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4622458#M1090544</link>
      <description>&lt;P&gt;No disconnects here either after disabling the&amp;nbsp;&lt;SPAN&gt;TLS Server Identity Discovery. I have now changed the connection timeout back to the default value of one hour.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/Chess&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 11:19:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/4622458#M1090544</guid>
      <dc:creator>Chess Norris</dc:creator>
      <dc:date>2022-06-01T11:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Connection timeout issues after migrating from ASA to FTD</title>
      <link>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/5373246#M1124585</link>
      <description>&lt;P&gt;No need to disable TLS Server Identity Discovery.&lt;/P&gt;&lt;P&gt;Though quite an old post but recently we faced similar issue if an application server in DMZ connected to Database server in other security zone of FTD with 7.4.x.x version. I created an ACL matching the source and destination IP &amp;amp; port. Called the ACL in service policy as under:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Policies&amp;gt;&amp;gt;Access Control&amp;gt;&amp;gt;Advanced Settings&amp;gt;&amp;gt;Threat Defense Service Policy&amp;gt;&amp;gt;Threat Defense Service Rule(s)&amp;gt;&amp;gt;Edit and select Interface objects&amp;gt;&amp;gt;Next&amp;gt;&amp;gt; Traffic flow (Select already created ACL/Create ACL matching traffic flow direction)&amp;gt;&amp;gt;Next&amp;gt;&amp;gt;Connection Settings (Connections Timeout: and change from 1 hour to more 2, 3 or more hours according to your situation)&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Idle_Connection_Timeout_issue.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/260381iE205310092A70BF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Idle_Connection_Timeout_issue.jpg" alt="Idle_Connection_Timeout_issue.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 10:49:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-timeout-issues-after-migrating-from-asa-to-ftd/m-p/5373246#M1124585</guid>
      <dc:creator>imranjabbar245</dc:creator>
      <dc:date>2026-02-27T10:49:02Z</dc:date>
    </item>
  </channel>
</rss>

