<?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: Slow response for a down service in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267245#M3945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;the only method to keep a VIP up if all servers offering are service are failing is a &amp;gt;&amp;gt;sorry service&amp;lt;&amp;lt; telling the client that this service is right now out of operation. If this sorry service fails you are having the same issue that the VIP is not accessible. &lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jun 2004 08:26:01 GMT</pubDate>
    <dc:creator>jfoerster</dc:creator>
    <dc:date>2004-06-25T08:26:01Z</dc:date>
    <item>
      <title>Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267237#M3937</link>
      <description>&lt;P&gt;When a service (TCP) is down, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the client requesting via VIP does not detect the service is down on the server till abt 25 sec later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If bypassing the CSS, the client requesting the service directly on the server detect the service is down almost immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any parameter can be configured on the CSS to reduce the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any explaination of the behaviour.  &lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2004 08:45:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267237#M3937</guid>
      <dc:creator>henry-ho</dc:creator>
      <dc:date>2004-06-21T08:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267238#M3938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;depending on your configuration this might be true. Do you reassign connections or do you have a "sorry server" if the server fails? Is there more than one server  assigned to the VIP? What's your health-checking method?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2004 10:05:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267238#M3938</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2004-06-21T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267239#M3939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of content rule are you using. Is it a layer 3 or 5. Can you paste the rule and the service which are giving you the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2004 16:14:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267239#M3939</guid>
      <dc:creator>sagdas</dc:creator>
      <dc:date>2004-06-21T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267240#M3940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below are the configuration &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service LD23_Test&lt;/P&gt;&lt;P&gt;  ip address 10.80.20.139&lt;/P&gt;&lt;P&gt;  keepalive type tcp&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  keepalive frequency 10&lt;/P&gt;&lt;P&gt;  keepalive retryperiod 2&lt;/P&gt;&lt;P&gt;  keepalive maxfailure 1&lt;/P&gt;&lt;P&gt;  keepalive port 8101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service LD24_Test&lt;/P&gt;&lt;P&gt;  ip address 10.80.20.140&lt;/P&gt;&lt;P&gt;  keepalive type tcp&lt;/P&gt;&lt;P&gt;  protocol tcp&lt;/P&gt;&lt;P&gt;  keepalive frequency 10&lt;/P&gt;&lt;P&gt;  keepalive retryperiod 2 &lt;/P&gt;&lt;P&gt;  keepalive maxfailure 1 &lt;/P&gt;&lt;P&gt;  keepalive port 8101&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner ChehHon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content Test&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    port 8101&lt;/P&gt;&lt;P&gt;    add service LD23_Test&lt;/P&gt;&lt;P&gt;    add service LD24_Test&lt;/P&gt;&lt;P&gt;    advanced-balance sticky-srcip&lt;/P&gt;&lt;P&gt;    balance leastconn&lt;/P&gt;&lt;P&gt;    vip address 10.80.9.50&lt;/P&gt;&lt;P&gt;   active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2004 04:31:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267240#M3940</guid>
      <dc:creator>henry-ho</dc:creator>
      <dc:date>2004-06-22T04:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267241#M3941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSS should have no effect on this.&lt;/P&gt;&lt;P&gt;When service goes dow, active connections remain with the dead server and traffic to/from the dead server is still forwarded by the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To detect the connection has been lost, the client needs to send a packet to the VIP.&lt;/P&gt;&lt;P&gt;The CSS Will forward this packet to the dead server and  if the server is still alive but only the service is down, a RESET should be sent by the server to the client and the connection is closed immediately.&lt;/P&gt;&lt;P&gt;However, if the server is completely dowm, no reset is sent by the server and the connection needs to timeout for the client to detect the connection has been lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, the CSS should no affect the time it takes for the application to detect the connection was lost.&lt;/P&gt;&lt;P&gt;To convince yourself, you can capture a sniffer trace on the client when going to the vip and when going directly to the server and see where is the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2004 11:21:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267241#M3941</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-06-22T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267242#M3942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reduce the keepalive frequency and also add this command in the content rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flow-reset-reject&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case a server goes down, this will send a reset to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2004 14:44:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267242#M3942</guid>
      <dc:creator>sagdas</dc:creator>
      <dc:date>2004-06-22T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267243#M3943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When all the load balanced service is down, VIP is not able to ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VIP thus not able to reply the TCP sync ack session request by the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The flow-reset-reject seems does not resolve the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any command to enable VIP to be pingable even though all service is down? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2004 08:05:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267243#M3943</guid>
      <dc:creator>henry-ho</dc:creator>
      <dc:date>2004-06-24T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267244#M3944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the service is down, the rule is down. So the VIP will be not be pingable. Did you try the keepalive frequency ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2004 14:50:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267244#M3944</guid>
      <dc:creator>sagdas</dc:creator>
      <dc:date>2004-06-24T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slow response for a down service</title>
      <link>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267245#M3945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;the only method to keep a VIP up if all servers offering are service are failing is a &amp;gt;&amp;gt;sorry service&amp;lt;&amp;lt; telling the client that this service is right now out of operation. If this sorry service fails you are having the same issue that the VIP is not accessible. &lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2004 08:26:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/slow-response-for-a-down-service/m-p/267245#M3945</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2004-06-25T08:26:01Z</dc:date>
    </item>
  </channel>
</rss>

