<?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: HTTP Return Code Checking on ACE in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853368#M16675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With 2.0 you will be able to do more than count the response code returns. you can take a server out of rotation (leaving the active connections intact but refusing new connections until the rserver is put back into rotation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not exactly what you were looking for, but better than just keeping statistics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marty &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 01:00:21 GMT</pubDate>
    <dc:creator>taylorml</dc:creator>
    <dc:date>2007-10-31T01:00:21Z</dc:date>
    <item>
      <title>HTTP Return Code Checking on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853365#M16672</link>
      <description>&lt;P&gt;Hey there.&lt;/P&gt;&lt;P&gt;I have a question regarding return code checking for a serverfarm on ACE.  I am looking to have the ability to monitor a client's session real-time and monitor return codes passing back from the origin servers to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if during a client's session there is a single HTTP 500 error code sent from server to client, the intercept that response and first retry the request on a different server in the farm.  Or perhaps only if I see three 500 error codes in 30 seconds.  Something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can tell from the docs the retcode check command for a serverfarm is maybe only for statistical purposes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ahuffer/&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2007 23:32:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853365#M16672</guid>
      <dc:creator>ahuffer</dc:creator>
      <dc:date>2007-10-17T23:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Return Code Checking on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853366#M16673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ACE return codes checking is only used to count number of return codes from Rservers. Unlike CSMs (where return codes were used for inband health monitoring) ACE is not using them for load balancing or inband health&lt;/P&gt;&lt;P&gt;monitoring.  Once you enable return code checking and counting you can then display the return code statistics per serverfarm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host serverfarm1&lt;/P&gt;&lt;P&gt;  retcode 200 499 check count&lt;/P&gt;&lt;P&gt;  rserver real1&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt;  rserver real2&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; show serverfarm serverfarm1 retcode&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;serverfarm : serverfarm1&lt;/P&gt;&lt;P&gt; rserver    : real1&lt;/P&gt;&lt;P&gt; np         : 1&lt;/P&gt;&lt;P&gt; --------------------------------------&lt;/P&gt;&lt;P&gt;    return code  action   total count&lt;/P&gt;&lt;P&gt;   +------------+--------+------------+&lt;/P&gt;&lt;P&gt;    200          count    100&lt;/P&gt;&lt;P&gt;    201          count    0&lt;/P&gt;&lt;P&gt;    202          count    0&lt;/P&gt;&lt;P&gt;    203          count    0&lt;/P&gt;&lt;P&gt;    204          count    0&lt;/P&gt;&lt;P&gt;    205          count    0&lt;/P&gt;&lt;P&gt;    206          count    0&lt;/P&gt;&lt;P&gt;    ...&lt;/P&gt;&lt;P&gt;    ...&lt;/P&gt;&lt;P&gt;    ....&lt;/P&gt;&lt;P&gt;    498          count    0&lt;/P&gt;&lt;P&gt;    499          count    0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 00:02:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853366#M16673</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2007-10-18T00:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Return Code Checking on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853367#M16674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahuffer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACE module supports L7 load balancing and health monitoring.&lt;/P&gt;&lt;P&gt;The health monitor depends on how you set it up.&lt;/P&gt;&lt;P&gt;You can probe the server with DNS, ICMP, FINGER, FTP, HTTP, HTTPS and loads more.&lt;/P&gt;&lt;P&gt;Setting up the probe you can specify the probe interval, fail detect pass detect and more. (With fail and pass detect you specify the interval and count)&lt;/P&gt;&lt;P&gt;You can also check the customers "real time" traffic with HTTP Return Error-Code Checking.&lt;/P&gt;&lt;P&gt;If the server fails the ACE will do the load balancing only on your other "active" servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Phillip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 08:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853367#M16674</guid>
      <dc:creator>Phillip Hichens</dc:creator>
      <dc:date>2007-10-18T08:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Return Code Checking on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853368#M16675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With 2.0 you will be able to do more than count the response code returns. you can take a server out of rotation (leaving the active connections intact but refusing new connections until the rserver is put back into rotation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not exactly what you were looking for, but better than just keeping statistics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marty &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 01:00:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853368#M16675</guid>
      <dc:creator>taylorml</dc:creator>
      <dc:date>2007-10-31T01:00:21Z</dc:date>
    </item>
    <item>
      <title>HTTP Return Code Checking on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853369#M16676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it mean the following command? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retcode 404 404 check remove 1 reset 1 resume-service 900&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheer,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 08:13:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-return-code-checking-on-ace/m-p/853369#M16676</guid>
      <dc:creator>Andrew_Khai</dc:creator>
      <dc:date>2013-07-09T08:13:27Z</dc:date>
    </item>
  </channel>
</rss>

