<?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: CSS11500 - keepalive timeout in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340378#M5624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you select a frequency of 15, it means clearly you can allow 15 seconds before detecting a service is down.&lt;/P&gt;&lt;P&gt;So why only wait 3 seconds or 5 or 7 for the response ?&lt;/P&gt;&lt;P&gt;We wait until frequency - 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That does not impact the frequency of keepalive.&lt;/P&gt;&lt;P&gt;That is, if we sent a kal at time T and we do not get a response at T+13 seconds,&lt;/P&gt;&lt;P&gt;we will mark the service dying&lt;/P&gt;&lt;P&gt;But the next keepalive is not sent at T + 13 + 15, it is still sent at T + 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a kal retries of 3, it really takes 3 x 15 = 45 seconds to mark the service down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is too much for you, just adjust the frequency.&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, 12 Oct 2004 10:33:03 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2004-10-12T10:33:03Z</dc:date>
    <item>
      <title>CSS11500 - keepalive timeout</title>
      <link>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340375#M5621</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. what is the default value of the keepalive  timeout. (after which time the service goes dying, if the keepalive packet is not responded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Can I change the keepalive timeout by configuration ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sascha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2004 09:46:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340375#M5621</guid>
      <dc:creator>sthon-dbsys</dc:creator>
      <dc:date>2004-10-08T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11500 - keepalive timeout</title>
      <link>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340376#M5622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The timeout is the frequency minus 2 seconds.&lt;/P&gt;&lt;P&gt;If you change the frequency it will adjust the timeout.&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, 11 Oct 2004 10:48:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340376#M5622</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-10-11T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11500 - keepalive timeout</title>
      <link>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340377#M5623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am wondering about this implementation. To my better understanding.&lt;/P&gt;&lt;P&gt;If I configure "keepalive frequency 15".&lt;/P&gt;&lt;P&gt;The timeout value is 13 sec.&lt;/P&gt;&lt;P&gt;So the CSS send it´s keepalive and is waiting 13 sec for the keepalive answer packet ? If the keepalive is not answered after 13 sec the service went to dying ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It think this value ist very high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sascha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2004 11:25:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340377#M5623</guid>
      <dc:creator>sthon-dbsys</dc:creator>
      <dc:date>2004-10-11T11:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11500 - keepalive timeout</title>
      <link>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340378#M5624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you select a frequency of 15, it means clearly you can allow 15 seconds before detecting a service is down.&lt;/P&gt;&lt;P&gt;So why only wait 3 seconds or 5 or 7 for the response ?&lt;/P&gt;&lt;P&gt;We wait until frequency - 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That does not impact the frequency of keepalive.&lt;/P&gt;&lt;P&gt;That is, if we sent a kal at time T and we do not get a response at T+13 seconds,&lt;/P&gt;&lt;P&gt;we will mark the service dying&lt;/P&gt;&lt;P&gt;But the next keepalive is not sent at T + 13 + 15, it is still sent at T + 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a kal retries of 3, it really takes 3 x 15 = 45 seconds to mark the service down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is too much for you, just adjust the frequency.&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, 12 Oct 2004 10:33:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340378#M5624</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-10-12T10:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11500 - keepalive timeout</title>
      <link>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340379#M5625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the info.&lt;/P&gt;&lt;P&gt;all clear now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2004 11:35:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11500-keepalive-timeout/m-p/340379#M5625</guid>
      <dc:creator>sthon-dbsys</dc:creator>
      <dc:date>2004-10-12T11:35:19Z</dc:date>
    </item>
  </channel>
</rss>

