<?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 ACE 4710 load balancing HTTP cookie pattern not working in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-4710-load-balancing-http-cookie-pattern-not-working/m-p/2350464#M40920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why "&lt;SPAN style="font-size: 10pt;"&gt;cookie offset 33 length 3" is required here. Again the offset value 33 and length value 3 is actually configured in bytes and not exactly based on number of characters in the cookie value. What happens if you remove the &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;cookie offset 33 length 3" from the sticky configuration ? can you try removing this command and check if it works ?&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;SPAN style="font-size: 10pt;"&gt;Rajesh.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 11:46:20 GMT</pubDate>
    <dc:creator>rajsures</dc:creator>
    <dc:date>2013-10-28T11:46:20Z</dc:date>
    <item>
      <title>ACE 4710 load balancing HTTP cookie pattern not working</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-load-balancing-http-cookie-pattern-not-working/m-p/2350463#M40919</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to configure ACE 4710 LB A5(2.1) LB to do following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. client send a http request for login to WEB srv&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; server response and send a cookie Set-Cookie with following pattern&amp;nbsp; JSESSIONID=C333C37FCF083D210A639ABB8BB9DB21.S01 (33 random body 3 char&amp;nbsp; string server ID)&lt;/P&gt;&lt;P&gt;3. Client send authorize http request to other server with the cookie in&amp;nbsp; URI (traffic not go via LB)&lt;/P&gt;&lt;P&gt;4. Authorize server send to WEB srv a request containing that cookie and wait for answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client ----&amp;gt; ACE LB VIP ---&amp;gt; WEB server&lt;/P&gt;&lt;P&gt;Client -----&amp;gt; Authorize SRV ----&amp;gt; ACE LB VIP ----&amp;gt; WEB server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 4 WEB srv which have sessions ending in . S01 S02 S03 S04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; want that all login request to be round robin balanced, and authorize&amp;nbsp; request to be forwarded to right WEB srv based on cookie termination S01&amp;nbsp; or .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. server farm probing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; probe http http_8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; port 8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; interval 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; passdetect interval 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; passdetect count 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; receive 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; expect status 200 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; open 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. cookie stickiness settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sticky http-cookie JSESSIONID web-pro-srv-8080-stk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; cookie offset 33 length 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; serverfarm WEB-pro-8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; timeout 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; replicate sticky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Traffic policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; class-map match-all WEB-pro-8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2 match virtual-address 192.168.123.100 tcp eq 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; policy-map type loadbalance first-match WEB-pro-8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm web-pro-srv-8080-stk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; policy-map multi-match EXTERNAL&lt;/P&gt;&lt;P&gt;&amp;nbsp; class WEB-pro-8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy WEB-pro-8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active primary-inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Issue: Some sessions obtained at login are forwarded by LB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to wrong WEB srv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;duplicate on &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.cisco.com/message/4078336#4078336"&gt;https://supportforums.cisco.com/message/4078336#4078336&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 18:09:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-load-balancing-http-cookie-pattern-not-working/m-p/2350463#M40919</guid>
      <dc:creator>sololuke2013</dc:creator>
      <dc:date>2013-10-25T18:09:11Z</dc:date>
    </item>
    <item>
      <title>ACE 4710 load balancing HTTP cookie pattern not working</title>
      <link>https://community.cisco.com/t5/application-networking/ace-4710-load-balancing-http-cookie-pattern-not-working/m-p/2350464#M40920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why "&lt;SPAN style="font-size: 10pt;"&gt;cookie offset 33 length 3" is required here. Again the offset value 33 and length value 3 is actually configured in bytes and not exactly based on number of characters in the cookie value. What happens if you remove the &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;cookie offset 33 length 3" from the sticky configuration ? can you try removing this command and check if it works ?&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;SPAN style="font-size: 10pt;"&gt;Rajesh.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 11:46:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-4710-load-balancing-http-cookie-pattern-not-working/m-p/2350464#M40920</guid>
      <dc:creator>rajsures</dc:creator>
      <dc:date>2013-10-28T11:46:20Z</dc:date>
    </item>
  </channel>
</rss>

