<?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 Cisco ACE &amp;quot;sticky&amp;quot; question in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686825#M33932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The decision was taken by BU that if the servers which has static sticky entries point to fails, and therefore are not reachable, the static sticky entries will not be bypassed and connections are continuously sent to the 'out-of-service' servers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need redundancy with static sticky entries, then you should use backup real server within a servefarm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/slb/guide/rsfarms.html#wp1000264" target="_blank"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configura&lt;BR /&gt;tion/slb/guide/rsfarms.html#wp1000264&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2011 12:41:54 GMT</pubDate>
    <dc:creator>Ahmad Basel Jaber</dc:creator>
    <dc:date>2011-07-27T12:41:54Z</dc:date>
    <item>
      <title>Cisco ACE "sticky" question</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686824#M33931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about how a static entry under a "sticky" performs&lt;/P&gt;&lt;H3&gt;&lt;SPAN style="text-decoration: underline;"&gt;Configuring Static IP Address Sticky Table Entries&lt;/SPAN&gt; &lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;Cisco Documentation Says &lt;/STRONG&gt;&lt;IMG border="0" height="2" src="http://www.cisco.com/en/US/i/templates/blank.gif" width="1" /&gt;When you configure a static entry, the ACE enters it into the sticky table immediately. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;SPAN style="text-decoration: underline;"&gt;Configuring the ACE Action on Server Failure&lt;/SPAN&gt; &lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;failaction purge&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt; &lt;A name="wp1000138"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; The &lt;STRONG&gt;purge&lt;/STRONG&gt; keyword specifies that the ACE remove the&amp;nbsp; connections to a real server&amp;nbsp; if that real server in the server farm&amp;nbsp; fails after you enter the&amp;nbsp; command. The ACE sends a reset (RST) to both&amp;nbsp; the client and the server&amp;nbsp; that failed. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cisco Documentation Says&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;IMG border="0" height="2" src="http://www.cisco.com/en/US/i/templates/blank.gif" width="1" /&gt;If you do not configure this command, the ACE takes no action when a server fails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;sample config &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;P&gt;sticky ip-netmask 255.255.255.240 address source STICKY1&lt;/P&gt;&amp;nbsp;&amp;nbsp; timeout 180&lt;BR /&gt;&amp;nbsp;&amp;nbsp; replicate sticky&lt;BR /&gt;&amp;nbsp;&amp;nbsp; serverfarm SERVERFARM1&lt;P&gt;&amp;nbsp;&amp;nbsp; 8 static client source 192.168.12.15 rserver SERVER1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Question1 - What happens if SERVER1 fails?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a) Does the ACE let the connections to SERVER1 timeout(default behaviour) and then load-balance new connections coming in deom 192.168.12.15 to another server in SERVERFARM1&lt;/P&gt;&lt;PRE&gt;OR&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;b)&amp;nbsp; Does the ACE reset the connections to SERVER1&amp;nbsp; immediately and starts&amp;nbsp; load-balancing new conenction coming in from&amp;nbsp; 192.168.12.15 to other&amp;nbsp; servers in SERVERFARM1 ?&lt;/P&gt;&lt;PRE&gt;OR&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;c) Does the ACE just drop the current and new connections from 192.168.12.15 till SERVER1 comes back up ?&lt;/P&gt;&lt;PRE&gt;OR&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt; d) Is it dealt differently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #ff0000;"&gt;Question2 - Now what happens if the failed server(SERVER1) comes back up after some time?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) Does the ACE reset any current connections from 192.168.1.15 and starts sending them to SERVER1 ?&lt;/P&gt;&lt;PRE&gt;OR&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;f)&amp;nbsp; Does the ACE leave the current connections from 192.168.1.15 to other&amp;nbsp; servers in SERVERFARM1 as they are and send any new connections &lt;/P&gt;&lt;P&gt;from 192.168.1.15 to SERVER1?&lt;/P&gt;&lt;PRE&gt;OR&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;g) Is it dealt differently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is Question1 -&amp;gt; a) and Question2 -&amp;gt; e)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE model =&amp;nbsp; ACE10-6500-K9&lt;/P&gt;&lt;P&gt;Version =&amp;nbsp; A2(3.3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this issue would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 10:25:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686824#M33931</guid>
      <dc:creator>rathinilesh</dc:creator>
      <dc:date>2011-07-27T10:25:50Z</dc:date>
    </item>
    <item>
      <title>Cisco ACE "sticky" question</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686825#M33932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The decision was taken by BU that if the servers which has static sticky entries point to fails, and therefore are not reachable, the static sticky entries will not be bypassed and connections are continuously sent to the 'out-of-service' servers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need redundancy with static sticky entries, then you should use backup real server within a servefarm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/slb/guide/rsfarms.html#wp1000264" target="_blank"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configura&lt;BR /&gt;tion/slb/guide/rsfarms.html#wp1000264&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:41:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686825#M33932</guid>
      <dc:creator>Ahmad Basel Jaber</dc:creator>
      <dc:date>2011-07-27T12:41:54Z</dc:date>
    </item>
    <item>
      <title>Cisco ACE "sticky" question</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686826#M33933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your reply. One last question.&lt;/P&gt;&lt;P&gt;We can configure a resource-limit per context including that for sticky entries.&lt;/P&gt;&lt;P&gt;Is there limit or a way to limit the number of sticky entries per sticky table within an ACE context ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 10:00:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686826#M33933</guid>
      <dc:creator>rathinilesh</dc:creator>
      <dc:date>2011-08-02T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Cisco ACE "sticky" question</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686827#M33934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, the only control level you have is per context bases, then the resource will be shared between all sticky groups/tables inside the context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 10:32:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686827#M33934</guid>
      <dc:creator>Ahmad Basel Jaber</dc:creator>
      <dc:date>2011-08-02T10:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACE "sticky" question</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686828#M33935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done more tests in my lab regarding this issue, and I found my information was wrong &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the following document which should cover all scenarios:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-17765"&gt;https://supportforums.cisco.com/docs/DOC-17765&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmad&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 02:17:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-quot-sticky-quot-question/m-p/1686828#M33935</guid>
      <dc:creator>Ahmad Basel Jaber</dc:creator>
      <dc:date>2011-08-03T02:17:04Z</dc:date>
    </item>
  </channel>
</rss>

