<?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: Modify a tcp idle time-out on ACE in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/modify-a-tcp-idle-time-out-on-ace/m-p/969646#M19039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use the virtual-address keyword if you don't want to loadbalance the traffic.&lt;/P&gt;&lt;P&gt;If you just want to the timeout for traffic routed, you need to use a class-map with an acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;access-list net1 extended permit tcp any 100.254.130.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map net1&lt;/P&gt;&lt;P&gt;  match access-list net1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multimatch TCP_Connection_Policy &lt;/P&gt;&lt;P&gt;  class net1&lt;/P&gt;&lt;P&gt;    connection advanced-options TCP_Connection_Timer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if you have multiple virtual ip address and want to set the timeout for this virtual ip, you have to assign the connection timeout to all individual virtual ip.&lt;/P&gt;&lt;P&gt;You can't do it in one shot like you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no command to see if a connection has the right idle timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you can do is a 'show conn detail' and see if the idle timeout increases up to your configured value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2008 09:59:43 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2008-03-03T09:59:43Z</dc:date>
    <item>
      <title>Modify a tcp idle time-out on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/modify-a-tcp-idle-time-out-on-ace/m-p/969645#M19038</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I have a question about tcp idle-time out on ace.&lt;/P&gt;&lt;P&gt;I configured like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  set timeout inactivity 600000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any TCP_Connection_IP&lt;/P&gt;&lt;P&gt;  2 match virtual-address 100.254.130.0 255.255.255.0 tcp any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match TCP_Connection_Policy&lt;/P&gt;&lt;P&gt;  class TCP_Connection_IP&lt;/P&gt;&lt;P&gt;    connection advanced-options TCP_Connection_Timer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface  vlan 30(Client Vlan)&lt;/P&gt;&lt;P&gt; service-policy input TCP_Connection_Policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface  vlan 330(Server Vlan)&lt;/P&gt;&lt;P&gt; service-policy input TCP_Connection_Policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a correct?,&lt;/P&gt;&lt;P&gt;If ok, How can I check the tcp-idle? &lt;/P&gt;&lt;P&gt;as show command,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2008 05:48:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/modify-a-tcp-idle-time-out-on-ace/m-p/969645#M19038</guid>
      <dc:creator>syjeon</dc:creator>
      <dc:date>2008-03-03T05:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modify a tcp idle time-out on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/modify-a-tcp-idle-time-out-on-ace/m-p/969646#M19039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use the virtual-address keyword if you don't want to loadbalance the traffic.&lt;/P&gt;&lt;P&gt;If you just want to the timeout for traffic routed, you need to use a class-map with an acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;access-list net1 extended permit tcp any 100.254.130.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map net1&lt;/P&gt;&lt;P&gt;  match access-list net1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multimatch TCP_Connection_Policy &lt;/P&gt;&lt;P&gt;  class net1&lt;/P&gt;&lt;P&gt;    connection advanced-options TCP_Connection_Timer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if you have multiple virtual ip address and want to set the timeout for this virtual ip, you have to assign the connection timeout to all individual virtual ip.&lt;/P&gt;&lt;P&gt;You can't do it in one shot like you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no command to see if a connection has the right idle timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you can do is a 'show conn detail' and see if the idle timeout increases up to your configured value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 09:59:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/modify-a-tcp-idle-time-out-on-ace/m-p/969646#M19039</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-03-03T09:59:43Z</dc:date>
    </item>
  </channel>
</rss>

