<?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: function of health probe timers on CSM in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157173#M23988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dario,&lt;/P&gt;&lt;P&gt;thanks for the hint.&lt;/P&gt;&lt;P&gt;So is there any possibility to configure the receive timeout (which seems to be 5 seconds) for the ldap response respectively responses from applications other than http where the tcp handshake has finished correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 05:29:04 GMT</pubDate>
    <dc:creator>thorsten.steffen</dc:creator>
    <dc:date>2009-05-07T05:29:04Z</dc:date>
    <item>
      <title>function of health probe timers on CSM</title>
      <link>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157169#M23984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we use the following configuration on a csm to monitor a server farm and I'm wondering how exactly the probe timers work.&lt;/P&gt;&lt;P&gt;===&lt;/P&gt;&lt;P&gt;serverfarm sf&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  nat client natpool1 &lt;/P&gt;&lt;P&gt;  failaction purge&lt;/P&gt;&lt;P&gt;  real name serv1&lt;/P&gt;&lt;P&gt;   weight 1&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real name serv2&lt;/P&gt;&lt;P&gt;   weight 1&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  probe probe1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; probe probe1 script&lt;/P&gt;&lt;P&gt;  script LDAP_PROBE&lt;/P&gt;&lt;P&gt;  interval 5&lt;/P&gt;&lt;P&gt;  retries 2&lt;/P&gt;&lt;P&gt;  receive 1&lt;/P&gt;&lt;P&gt;  port 389&lt;/P&gt;&lt;P&gt;===&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my eyes the probes are sent every 5 seconds. When a probe isn't answered within one second it's marked as failed. If two probes are failed (retries 2) the real server is marked as down.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a network trace I see a different behaviour: Probes are sent every 5 seconds. If a real server goes out-of-service I see a probe which is not answered and the next probe is sent after 10 seconds (I expected 5 seconds). 5 seconds later the real server is marked down in the switch log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be fine if anybody could help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Thorsten Steffen&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2009 07:37:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157169#M23984</guid>
      <dc:creator>thorsten.steffen</dc:creator>
      <dc:date>2009-04-22T07:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: function of health probe timers on CSM</title>
      <link>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157170#M23985</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;following the meaning of the parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Router(config-slb-probe)# &lt;/P&gt;&lt;P&gt;interval seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Sets the interval between probes in seconds (from the end of the previous probe to the beginning of the next probe) when the server is healthy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Range = 2-65535 seconds &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default = 120 seconds &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config-slb-probe)# &lt;/P&gt;&lt;P&gt;retries retry-count &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Sets the number of failed probes that are allowed before marking the server as failed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Range = 0-65535 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default = 3 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Router(config-slb-probe)# &lt;/P&gt;&lt;P&gt;failed failed-interval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Sets the time between health checks when the server has been marked as failed. The time is in seconds. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Range = 2-65535 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default = 300 seconds &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Router(config-slb-probe)# open &lt;/P&gt;&lt;P&gt;open-timeout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Sets the maximum time to wait for a TCP connection. This command is not used for any non-TCP health checks (ICMP or DNS1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Range = 1-65535 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default = 10 seconds &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;There are two different timeout values: open and receive. The open timeout specifies how many seconds to wait for the connection to open (that is, how many seconds to wait for SYN ACK after sending SYN). The receive timeout specifies how many seconds to wait for data to be received (that is, how many seconds to wait for an HTTP reply after sending a GET/HHEAD request). Because TCP probes close as soon as they open without sending any data, the receive timeout is not used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When sniffing, you should see a probe each 5 seconds. When a probe fails for the first time, a second probe should be send after 5 seconds. when this probe fails too, the server is put out of service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should be the behaviour you should see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 13:50:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157170#M23985</guid>
      <dc:creator>dario.didio</dc:creator>
      <dc:date>2009-04-27T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: function of health probe timers on CSM</title>
      <link>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157171#M23986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dario,&lt;/P&gt;&lt;P&gt;I took again a trace with wireshark and while the server fails I saw the following packets:&lt;/P&gt;&lt;P&gt;====&lt;/P&gt;&lt;P&gt;Second 0: TCP Handshake and LDAP Bind Request from CSM to Real Server -&amp;gt; Real Server acks the LDAP Request but does not send an answer because LDAP is failed&lt;/P&gt;&lt;P&gt;Second 5: TCP FIN from CSM to Real Server&lt;/P&gt;&lt;P&gt;Second 10: Next TCP Handshake and LDAP Bind Request from CSM to Real Server -&amp;gt; same behaviour as above&lt;/P&gt;&lt;P&gt;Second 15: TCP FIN from CSM to Real Server&lt;/P&gt;&lt;P&gt;Second 15: Syslog Message with health probe failed&lt;/P&gt;&lt;P&gt;Second 315:  Next TCP Handshake and LDAP Bind Request from CSM to Real Server and Bind Response from the Real Server which is alive again.&lt;/P&gt;&lt;P&gt;====&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my eyes the receive timer does not work as expected because the csm waits 5 seconds (instead of 1 configured) until it closes a session where it did not receive a ldap response.&lt;/P&gt;&lt;P&gt;Do you have any idea concerning this behaviour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further on, does the receive timer include the tcp handshake time or does it start when the handshake is done? In the last case is it correct that we should use also the open timer to prevent long tcp handshake times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 11:21:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157171#M23986</guid>
      <dc:creator>thorsten.steffen</dc:creator>
      <dc:date>2009-05-06T11:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: function of health probe timers on CSM</title>
      <link>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157172#M23987</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;like said in my previous post, the receive timer is only used when using a HTTP probe. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The receive timeout specifies how many seconds to wait for data to be received (that is, how many seconds to wait for an HTTP reply after sending a GET/HHEAD request). Because TCP probes close as soon as they open without sending any data, the receive timeout is not used."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the open timer to prevent long TCP handshakes, because that one will take into account the time needed to receive the SYN/ACK after the SYN is send.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 14:11:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157172#M23987</guid>
      <dc:creator>dario.didio</dc:creator>
      <dc:date>2009-05-06T14:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: function of health probe timers on CSM</title>
      <link>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157173#M23988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dario,&lt;/P&gt;&lt;P&gt;thanks for the hint.&lt;/P&gt;&lt;P&gt;So is there any possibility to configure the receive timeout (which seems to be 5 seconds) for the ldap response respectively responses from applications other than http where the tcp handshake has finished correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 05:29:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/function-of-health-probe-timers-on-csm/m-p/1157173#M23988</guid>
      <dc:creator>thorsten.steffen</dc:creator>
      <dc:date>2009-05-07T05:29:04Z</dc:date>
    </item>
  </channel>
</rss>

