<?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: Can connection timeouts be defined on a per port basis on FW in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971888#M938336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connection timeouts can be defined on a per port basis. Create an access-list to match the traffic. then create a class-map to match the access-list. Apply the class with a service policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ABC-Traffic extended permit tcp host 10.25.35.10 10.25.45.0 255.255.255.0 eq 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map ABC-Traffic-Class&lt;/P&gt;&lt;P&gt;match access-list ABC-Traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class ABC-Traffic-Class&lt;/P&gt;&lt;P&gt;set connection timeout tcp 12:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 13:11:07 GMT</pubDate>
    <dc:creator>todd.gann</dc:creator>
    <dc:date>2008-07-01T13:11:07Z</dc:date>
    <item>
      <title>Can connection timeouts be defined on a per port basis on FWSM's like ISG's</title>
      <link>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971884#M938332</link>
      <description>&lt;P&gt;The FWSM's and ASA's have default connection timeout values, but I need to know if conn timeout values can be defined for individual ports like tcp/udp 111 and others?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the following default global connection timeout values as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Scott &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971884#M938332</guid>
      <dc:creator>swharvey</dc:creator>
      <dc:date>2019-03-11T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can connection timeouts be defined on a per port basis on FW</title>
      <link>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971885#M938333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the FWSM it depends on what version of software you are running. For version v2.x then the timeouts are global just as they are for pix v6.x. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However with ASA which run v7.x at a minimum and with an FWSM running v3.x of the code yes you can define connection timeouts for individual ports/IP addresses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link for the FWSM that covers how you would do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mpf_f.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mpf_f.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 15:19:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971885#M938333</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-05-02T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can connection timeouts be defined on a per port basis on FW</title>
      <link>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971886#M938334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are running FWSM 3.25, and ASA 7.24, so we should have the ability.  I don't see where in the url you sent me the commands to change individual port conn timeout values. Is it a policy-map configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 15:31:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971886#M938334</guid>
      <dc:creator>swharvey</dc:creator>
      <dc:date>2008-05-02T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can connection timeouts be defined on a per port basis on FW</title>
      <link>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971887#M938335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you would create a policy map with a class map that matched the traffic you were interested in and then set the connection timeout within that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty much like class maps/policy maps/service policies used in the MQC for QOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 15:36:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971887#M938335</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-05-02T15:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can connection timeouts be defined on a per port basis on FW</title>
      <link>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971888#M938336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connection timeouts can be defined on a per port basis. Create an access-list to match the traffic. then create a class-map to match the access-list. Apply the class with a service policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ABC-Traffic extended permit tcp host 10.25.35.10 10.25.45.0 255.255.255.0 eq 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map ABC-Traffic-Class&lt;/P&gt;&lt;P&gt;match access-list ABC-Traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class ABC-Traffic-Class&lt;/P&gt;&lt;P&gt;set connection timeout tcp 12:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:11:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-connection-timeouts-be-defined-on-a-per-port-basis-on-fwsm-s/m-p/971888#M938336</guid>
      <dc:creator>todd.gann</dc:creator>
      <dc:date>2008-07-01T13:11:07Z</dc:date>
    </item>
  </channel>
</rss>

