<?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 load balance port 8091 in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407000#M41422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the ACE would use the same port on which the incoming connection has come and in your case it would be 8091.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if a client comes with dst port 8091 and it matches the class map condition then ACE after making load balance decision will forward the packet to rserver on port 8091.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you the ACE to send it to a different port than the incoming port then you need to define the port number for rserver in serverfarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 16:03:30 GMT</pubDate>
    <dc:creator>Kanwaljeet Singh</dc:creator>
    <dc:date>2013-11-21T16:03:30Z</dc:date>
    <item>
      <title>Cisco Ace load balance</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2406997#M41419</link>
      <description>&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;I need to balance https in port 8091, I already make this configuration in port 443 and works, but with port 8091 the sessions are broken and the users have to constantly make login&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;probe tcp KPalive_server_8091&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; port 8091&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; interval 10&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; faildetect 2&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; passdetect interval 10&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; passdetect count 2&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; open 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;rserver host server01&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; ip address 192.168.32.128&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;rserver host server02&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; ip address 192.168.32.129&lt;/P&gt;&lt;P&gt; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;serverfarm host SRVfarm_server&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; probe KPalive_server_8091&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; rserver server01&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; rserver server02&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;sticky layer4-payload server_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; serverfarm SRVfarm_server&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; response sticky&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; layer4-payload offset 43 length 64 begin-pattern "(\x20|\x00\xST)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;class-map match-all CLA4_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; 2 match virtual-address 192.168.30.60 tcp eq 8091&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;policy-map type loadbalance generic first-match POL7_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; class class-default&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm server_HTTPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;policy-map multi-match POL4_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp; class CLA4_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy POL7_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; P.S. &lt;/P&gt;&lt;P&gt;sorry for the repeated topic, but accidentally I choose write answer&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 13:36:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2406997#M41419</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-21T13:36:24Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2406998#M41420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem:)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 13:38:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2406998#M41420</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-21T13:38:38Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2406999#M41421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 10pt;"&gt;Kanwal,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If i have understood you correctly you want that traffic coming to VIP at 443 should be sent back to the server on port 8091, then you should make a slight change in config."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I edit the post, the VIP is in 8091 and in the server too.&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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 14:48:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2406999#M41421</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-21T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407000#M41422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the ACE would use the same port on which the incoming connection has come and in your case it would be 8091.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if a client comes with dst port 8091 and it matches the class map condition then ACE after making load balance decision will forward the packet to rserver on port 8091.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you the ACE to send it to a different port than the incoming port then you need to define the port number for rserver in serverfarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 16:03:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407000#M41422</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-21T16:03:30Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407001#M41423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem seems to be in the sticky because I enter in the application via port 8091 without problems, but the ACE does not seem to grab the SSL ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I clicked in the wrong button again &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 16:19:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407001#M41423</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-21T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407002#M41424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you have Layer4 payload sticky which is basically to stick the connections on the basis of payload/data present in TCP or UDP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE uses generic protocol parsing for L4 Payload&amp;nbsp; and i would suggest to do that following configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;parameter-map type generic SSLID_PARAMMAP &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set max-parse-length 76&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; "&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; "&gt;&lt;STRONG style="font-size: 8pt; "&gt;&lt;STRONG style="font-size: 8pt; "&gt;Associate this parameter map &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; list-style-type: none; border-collapse: collapse; font-family: Arial, verdana, sans-serif; font-size: 12px;"&gt;policy-map multi-match POL4_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; list-style-type: none; border-collapse: collapse; font-family: Arial, verdana, sans-serif; font-size: 12px;"&gt;class CLA4_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; list-style-type: none; border-collapse: collapse; font-family: Arial, verdana, sans-serif; font-size: 12px;"&gt;loadbalance vip inservice&lt;/P&gt;&lt;P style="background-color: #ffffff; list-style-type: none; border-collapse: collapse; font-family: Arial, verdana, sans-serif; font-size: 12px;"&gt;loadbalance policy POL7_HTTPS&lt;/P&gt;&lt;P style="background-color: #ffffff; list-style-type: none; border-collapse: collapse; font-family: Arial, verdana, sans-serif; font-size: 12px;"&gt;loadbalance vip icmp-reply active&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;appl-parameter generic advanced-options SSLID-PARAMMAP&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;Also, can you change the following:&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;layer4-payload offset 43 length 64 begin-pattern "(\x20|\x00\xST)&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;Replace 64 with 32 if it is a 32 BYTE SSL ID.&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;layer4-payload offset 43 length 32 begin-pattern "(\x20|\x00\xST)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;Let me know how it goes.&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style="font-size: 8pt; "&gt;Kanwal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; "&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 16:51:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407002#M41424</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-21T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407003#M41425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kanwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still the same, I do the show sticky database command and I don't find any session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 17:32:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407003#M41425</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-22T17:32:23Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407004#M41426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of SSL are you using ? Are you sure that location of SSLID is at the same place where we have told the ACE to look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take a pcap on client and see what is the location of SSLID string that ACE is looking for in there? That should give us an idea. Configuration looks fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 19:09:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407004#M41426</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-22T19:09:28Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407005#M41427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do show sticky database layer4-payload v&lt;STRING&gt; and show sticky database ssl &lt;SESSION id=""&gt; and see if you see something in there.&lt;/SESSION&gt;&lt;/STRING&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 19:12:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407005#M41427</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-22T19:12:02Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407006#M41428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kanwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The url for the VIP is &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://example.com/login/auth;jsessionid=E9BB3E120CDD87D06BF18A6575A801F2.tc1"&gt;https://example.com/login/auth;jsessionid=E9BB3E120CDD87D06BF18A6575A801F2.tc1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use another approach, such as Session Cookie Persistence, &lt;SPAN style="font-size: 10pt;"&gt;but I'm not sure how I'll get the jsessionid, I need to do the match in the url?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Fred&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 19:02:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407006#M41428</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-24T19:02:03Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407007#M41429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fred &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this page out for JSessionID persistence. HTH&lt;/P&gt;&lt;P&gt;&lt;A href="http://docwiki.cisco.com/wiki/Session_Persistence_Using_Cookie_Learning_on_the_Cisco_Application_Control_Engine_Configuration_Example"&gt;http://docwiki.cisco.com/wiki/Session_Persistence_Using_Cookie_Learning_on_the_Cisco_Application_Control_Engine_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 23:37:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407007#M41429</guid>
      <dc:creator>Steven Doremus</dc:creator>
      <dc:date>2013-11-24T23:37:50Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407008#M41430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the sticky sessions in database, but users are constantly having logout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 16:49:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407008#M41430</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-25T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407009#M41431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you configuration parameter-map and configure "persistence rebalance" and try again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 16:53:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407009#M41431</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-25T16:53:51Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407010#M41432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure the config is correct. Here's the sample config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline; "&gt;Sticky Based on JSESSIONID Cookie Location&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this example config, clients that connect to the VIP on port 80 (HTTP) will be load balanced to one of the three real servers in the serverfarm. When the server returns the cookie by the name of JSESSIONID in the HTTP header of the response, the ACE will create a sticky entry for this client based on the ten characters of the cookie value found after skipping the first 53 characters. The numbers 53 (offset) and 10 (length) are the most commonly used, although these two numbers may not work in all installations. Therefore research may be required to determine the correct numbers. The portion of the cookie value pointed to using these numbers is a static value that is always the same on a per-server basis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JSESSIONID Location Cookie Sticky Configuration&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example Config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ANYONE line 10 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probe http WWW-PROBE&lt;/P&gt;&lt;P&gt;request method head url /keepalive.html&lt;/P&gt;&lt;P&gt;expect status 200 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rserver host SERVER-01&lt;/P&gt;&lt;P&gt;ip address 192.168.1.11&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;rserver host SERVER-02&lt;/P&gt;&lt;P&gt;ip address 192.168.1.12&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;rserver host SERVER-03&lt;/P&gt;&lt;P&gt;ip address 192.168.1.13&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host WWW-SERVERFARM&lt;/P&gt;&lt;P&gt;probe WWW-PROBE&lt;/P&gt;&lt;P&gt;rserver SERVER-01&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;rserver SERVER-02&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;rserver SERVER-03&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sticky&lt;/STRONG&gt;&lt;STRONG&gt; http-cookie JSESSIONID JSESSIONID_STICKY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cookie offset 53 length 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;timeout 720&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;replicate sticky&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;serverfarm WWW-SERVERFARM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all WWW-VIP&lt;/P&gt;&lt;P&gt;2 match virtual-address 10.1.1.100 tcp eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match WWW-POLICY&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sticky-serverfarm&lt;/STRONG&gt;&lt;STRONG&gt; JSESSIONID_STICKY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match WWW-POLICY&lt;/P&gt;&lt;P&gt;class WWW-VIP&lt;/P&gt;&lt;P&gt;loadbalance vip inservice&lt;/P&gt;&lt;P&gt;loadbalance policy WWW-POLICY&lt;/P&gt;&lt;P&gt;loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 10&lt;/P&gt;&lt;P&gt;description Client vlan&lt;/P&gt;&lt;P&gt;ip address 10.1.1.10 255.255.255.0&lt;/P&gt;&lt;P&gt;access-group input ANYONE&lt;/P&gt;&lt;P&gt;service-policy input WWW-POLICY&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;interface vlan 20&lt;/P&gt;&lt;P&gt;description Servers vlan&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 10.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 16:59:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407010#M41432</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-25T16:59:56Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407011#M41433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i see that you have the cookie in URL so for ACE to read the cookie in URL you should use secondary cookie option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the way this typically works is that the server is configured to insert the same secondary cookie in both the Set-Cookie header and the HTML URI. ACE creates a sticky entry based on the Set-Cookie header of the server response. Then, when client returns&lt;/P&gt;&lt;P&gt;with the same cookie value in the URL query, it is stuck to the same server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"cookie secondary" is not meant to work independently of regular cookies. It is meant to be a complementary feature for cases where the client has disabled cookies in their browser. The server is still expected to insert a standard Set-Cookie header in the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sticky http-cookie jsessionid sticky-cookie&lt;/P&gt;&lt;P&gt;cookie offset 0 length 42&lt;/P&gt;&lt;P&gt;cookie secondary jsessionid&lt;/P&gt;&lt;P&gt;timeout 35&lt;/P&gt;&lt;P&gt;replicate sticky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also define http parameter map to define secondary cookie start or url delimiters.&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/vA2_3_0/configuration/slb/guide/classlb.html#wp1475884"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/classlb.html#wp1475884&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 17:11:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407011#M41433</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-25T17:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407012#M41434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&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; perfect, the "&lt;SPAN style="font-size: 10pt;"&gt;persistence rebalance" was the missing piece&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help &lt;SPAN style="font-size: 10pt;"&gt;Kanwal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 17:36:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407012#M41434</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-25T17:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Ace load balance port 8091</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407013#M41435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kanwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately is still not okay. When I make show sticky I can see the sessions, users can work, but there are times when all sessions begin to fall with no &lt;SPAN style="font-size: 10pt;"&gt;apparent reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my parameter configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter-map type http PERSIST-REBALANCE&lt;/P&gt;&lt;P&gt;&amp;nbsp; case-insensitive&lt;/P&gt;&lt;P&gt;&amp;nbsp; persistence-rebalance&lt;/P&gt;&lt;P&gt;&amp;nbsp; set header-maxparse-length 65535&lt;/P&gt;&lt;P&gt;&amp;nbsp; set content-maxparse-length 65535&lt;/P&gt;&lt;P&gt;&amp;nbsp; length-exceed continue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sticky &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky http-cookie JSESSIONID stickyconf&lt;/P&gt;&lt;P&gt;&amp;nbsp; timeout 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; replicate sticky&lt;/P&gt;&lt;P&gt;&amp;nbsp; serverfarm FARM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;One note, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;at this moment all my sessions arrive with the same IP, this can be the problem. The sessions cross a NAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for the support and the patience &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:47:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407013#M41435</guid>
      <dc:creator>frede_frede</dc:creator>
      <dc:date>2013-11-27T16:47:36Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407014#M41436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try using secondary cookie configuration as suggested above since your cookie comes in URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the NAT it shouldn't be an issue because ACE is sticking sessions on the basis of cookie and not src IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 17:30:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407014#M41436</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2013-11-27T17:30:09Z</dc:date>
    </item>
    <item>
      <title>Cisco Ace load balance</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407015#M41437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fred &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Did you allocate resources in the context See Below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.4em 0px 0.5em; line-height: 19.046875px; color: #000000; font-family: sans-serif; background-color: #ffffff;"&gt;To begin the configuration, allocate sticky resources to the context you will be using. In this example a context “routed” has already been defined. Create a resource class, allocate the desired amount of sticky entries, and apply them to the “routed” context.&lt;/P&gt;&lt;PRE style="padding: 1em; border: 1px dashed #2f6fab; color: #000000; background-color: #f9f9f9; line-height: 1.1em;"&gt;ACE-1/Admin# show run | begin routed
context routed
&amp;nbsp; allocate-interface vlan 10
&amp;nbsp; allocate-interface vlan 20
allocate-interface vlan 40

ACE-1/Admin(config)# resource-class sticky
ACE-1/Admin(config-resource)# limit-resource all minimum 0.00 maximum unlimited
ACE-1/Admin(config-resource)# limit-resource sticky minimum 10.00 maximum equal-to-min

ACE-1/Admin(config)# context context name by default, Admin, C001, etc.
ACE-1/Admin(config-context)# member sticky&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 01:25:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-ace-load-balance/m-p/2407015#M41437</guid>
      <dc:creator>Steven Doremus</dc:creator>
      <dc:date>2013-11-28T01:25:26Z</dc:date>
    </item>
  </channel>
</rss>

