<?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: CSM problem with header/cookie size and policy in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/csm-problem-with-header-cookie-size-and-policy/m-p/1291326#M26883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to increase the parse length to its maximum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gdufour-cat6k1(config-slb-vserver)#parse-length ?&lt;/P&gt;&lt;P&gt;  &amp;lt;1-4000&amp;gt;        maximum number of bytes to parse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help with large http header/cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if that's not enough, use the following variable to increase the parse length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gdufour-cat6k1(config-module-csm)#do sho mod csm 5 var | i PARSE&lt;/P&gt;&lt;P&gt;MAX_PARSE_LEN_MULTIPLIER        1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2009 07:37:17 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2009-06-18T07:37:17Z</dc:date>
    <item>
      <title>CSM problem with header/cookie size and policy</title>
      <link>https://community.cisco.com/t5/application-networking/csm-problem-with-header-cookie-size-and-policy/m-p/1291325#M26882</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem using slb-policy in vserver configuration. Requests with longer cookies will lead to a reset by the csm. But this only happens if there are one or more policies configured.&lt;/P&gt;&lt;P&gt;If there is no policy everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried different software versions, all with the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone of you have an ideas how to fix the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Here is the configuration of my lab environment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; map PICTURES url&lt;/P&gt;&lt;P&gt;  match protocol http url *pictures*&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; map AIRCRAFT url&lt;/P&gt;&lt;P&gt;  match protocol http url *aircraft*&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; map HOMEBASE url&lt;/P&gt;&lt;P&gt;  match protocol http url *homebase*&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; real SERVER1&lt;/P&gt;&lt;P&gt;  address 10.10.10.101&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt; real SERVER2&lt;/P&gt;&lt;P&gt;  address 10.10.10.102&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm AIRCRAFT&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real name SERVER1&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real name SERVER2&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm BUG&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real name SERVER1&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real name SERVER2&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm HOMEBASE&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real name SERVER1&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real name SERVER2&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm PICTURES&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real name SERVER1&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real name SERVER2&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; policy PICTURES&lt;/P&gt;&lt;P&gt;  url-map PICTURES&lt;/P&gt;&lt;P&gt;  serverfarm PICTURES&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; policy AIRCRAFT&lt;/P&gt;&lt;P&gt;  url-map AIRCRAFT&lt;/P&gt;&lt;P&gt;  serverfarm AIRCRAFT&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; policy HOMEBASE&lt;/P&gt;&lt;P&gt;  url-map HOMEBASE&lt;/P&gt;&lt;P&gt;  serverfarm HOMEBASE&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver BUG&lt;/P&gt;&lt;P&gt;  virtual 10.10.10.52 tcp 0&lt;/P&gt;&lt;P&gt;  vlan 101&lt;/P&gt;&lt;P&gt;  serverfarm BUG&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  slb-policy AIRCRAFT&lt;/P&gt;&lt;P&gt;  slb-policy HOMEBASE&lt;/P&gt;&lt;P&gt;  slb-policy PICTURES&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver NOBUG&lt;/P&gt;&lt;P&gt;  virtual 10.10.10.53 tcp 0&lt;/P&gt;&lt;P&gt;  vlan 101&lt;/P&gt;&lt;P&gt;  serverfarm BUG&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2009 14:41:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-problem-with-header-cookie-size-and-policy/m-p/1291325#M26882</guid>
      <dc:creator>langerc</dc:creator>
      <dc:date>2009-06-17T14:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: CSM problem with header/cookie size and policy</title>
      <link>https://community.cisco.com/t5/application-networking/csm-problem-with-header-cookie-size-and-policy/m-p/1291326#M26883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to increase the parse length to its maximum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gdufour-cat6k1(config-slb-vserver)#parse-length ?&lt;/P&gt;&lt;P&gt;  &amp;lt;1-4000&amp;gt;        maximum number of bytes to parse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help with large http header/cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if that's not enough, use the following variable to increase the parse length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gdufour-cat6k1(config-module-csm)#do sho mod csm 5 var | i PARSE&lt;/P&gt;&lt;P&gt;MAX_PARSE_LEN_MULTIPLIER        1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 07:37:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-problem-with-header-cookie-size-and-policy/m-p/1291326#M26883</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-06-18T07:37:17Z</dc:date>
    </item>
  </channel>
</rss>

