<?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: Service session timeout in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928337#M941197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sundar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think if I use the command " timeout conn 5:00:00 ", it will change the timeout to 5 hours for all TCP connections. I want the time out to be changes to a specific TCP service for example for TCP port 3000 and for the rest, it can remain the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to set timeout for particular service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 21:37:48 GMT</pubDate>
    <dc:creator>pmago</dc:creator>
    <dc:date>2008-03-11T21:37:48Z</dc:date>
    <item>
      <title>Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928331#M941180</link>
      <description>&lt;P&gt;I believe there is a default 30 min TCP idle session timeout attached with every TCP service. There are features in other firewalls to increase this timeout or set it to None. Can we do the same in PIX/FWSM also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me with commands to verify and increase the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:15:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928331#M941180</guid>
      <dc:creator>pmago</dc:creator>
      <dc:date>2019-03-11T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928332#M941182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you are looking for the timeout command:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/t_72.html#wp1386607" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/t_72.html#wp1386607&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run | inclu timeout&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sh run timeout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 19:06:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928332#M941182</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2008-03-11T19:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928333#M941185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the good doc but this did not exactly solve my problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to increase service time-out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, lets say if I configure a new service, it should have a timeout of 300 min (5 hrs), instead of default timeout of 30 min.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure which command can help me do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 20:35:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928333#M941185</guid>
      <dc:creator>pmago</dc:creator>
      <dc:date>2008-03-11T20:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928334#M941188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default TCP idle timeout is 1 hour. If you  want to change it to 5 hrs use the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)# timeout conn 5:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are your options as far as the timeout for different services are concerned;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)# timeout ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;configure mode commands/options:&lt;/P&gt;&lt;P&gt;  conn            Configure idle time after which a TCP connection state will&lt;/P&gt;&lt;P&gt;                  be closed, default is 1:00:00&lt;/P&gt;&lt;P&gt;  h225            Configure idle time after which an H.225 signaling conn will&lt;/P&gt;&lt;P&gt;                  be closed, default is 1:00:00&lt;/P&gt;&lt;P&gt;  h323            Configure idle time after which an H.323 control connection&lt;/P&gt;&lt;P&gt;                  will be closed, default is 0:05:00&lt;/P&gt;&lt;P&gt;  half-closed     Configure idle time after which a TCP half-closed connection&lt;/P&gt;&lt;P&gt;                  will be freed, default is 0:10:00&lt;/P&gt;&lt;P&gt;  icmp            Configure idle timeout for ICMP, default is 0:00:02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 21:12:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928334#M941188</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2008-03-11T21:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928335#M941191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"There are features in other firewalls to increase this timeout or set it to None."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be refer to either Checkpoint or&lt;/P&gt;&lt;P&gt;Juniper firewalls.  For example, you can&lt;/P&gt;&lt;P&gt;create a telnet, tcp port 23, service and&lt;/P&gt;&lt;P&gt;set the timeout session to let say 6 hours, &lt;/P&gt;&lt;P&gt;or you can create an ssh service and set the&lt;/P&gt;&lt;P&gt;timeout to 10 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to find this feature in&lt;/P&gt;&lt;P&gt;Cisco Pix/ASA/FWSM as well but don't think&lt;/P&gt;&lt;P&gt;it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 21:26:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928335#M941191</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-03-11T21:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928336#M941195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see what you are asking. AFAIK I don't think in Cisco firewall you can configure timeout for services inside of TCP. It would be just a global timeout value for TCP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 21:35:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928336#M941195</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2008-03-11T21:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928337#M941197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sundar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think if I use the command " timeout conn 5:00:00 ", it will change the timeout to 5 hours for all TCP connections. I want the time out to be changes to a specific TCP service for example for TCP port 3000 and for the rest, it can remain the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to set timeout for particular service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 21:37:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928337#M941197</guid>
      <dc:creator>pmago</dc:creator>
      <dc:date>2008-03-11T21:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Service session timeout</title>
      <link>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928338#M941199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is what I am looking for, to change the timeout for particular service like ssh. I have seen it in Juniper Firewalls where we can easily modify the timeout or set it to none.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 21:39:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/service-session-timeout/m-p/928338#M941199</guid>
      <dc:creator>pmago</dc:creator>
      <dc:date>2008-03-11T21:39:58Z</dc:date>
    </item>
  </channel>
</rss>

