<?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 header insertion problem with ACE in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155625#M23964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a new parameter-map named  PRMAP_PERST_REBLNC and add this to the policy map using command appl-parameter http advanced-options PRMAP_PERST_REBLNC as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http test-insert &lt;/P&gt;&lt;P&gt;header insert both My-Header header-value test &lt;/P&gt;&lt;P&gt;header insert both SSL header-value TRUE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match HtppInsert &lt;/P&gt;&lt;P&gt;class class-default &lt;/P&gt;&lt;P&gt;serverfarm linux1-80 &lt;/P&gt;&lt;P&gt;action test-insert &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match SLB1 &lt;/P&gt;&lt;P&gt;class VIP-122-80 &lt;/P&gt;&lt;P&gt;loadbalance vip inservice &lt;/P&gt;&lt;P&gt;loadbalance policy HtppInsert &lt;/P&gt;&lt;P&gt;loadbalance vip icmp-reply active &lt;/P&gt;&lt;P&gt;loadbalance vip advertise active &lt;/P&gt;&lt;P&gt;loadbalance vip advertise metric 1 &lt;/P&gt;&lt;P&gt;connection advanced-options SetTos &lt;/P&gt;&lt;P&gt;appl-parameter http advanced-options PRMAP_PERST_REBLNC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter-map type http PRMAP_PERST_REBLNC&lt;/P&gt;&lt;P&gt;persistence-rebalance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will make all the packets are inserted with the http header not the first one only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it works then plz inform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin Garg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2009 18:59:27 GMT</pubDate>
    <dc:creator>sachinga.hcl</dc:creator>
    <dc:date>2009-05-14T18:59:27Z</dc:date>
    <item>
      <title>HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155618#M23957</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to configure the HTTP header insertion feature based on the action-list type modify http. Unfortunately it does not works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config looks like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http TEST&lt;/P&gt;&lt;P&gt;header insert both Host header-value test:test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added this action-list to the correct policy-map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I checked the snifer output on the server side, there is no test value in the HTTP header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I test the same feature based on the "insert-http" command in the policy-map and this one works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help me with this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&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;Lucas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2009 17:54:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155618#M23957</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2009-05-07T17:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155619#M23958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just gave it a try in my lab and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http test-insert&lt;/P&gt;&lt;P&gt;  header insert both My-Header header-value "gilles"&lt;/P&gt;&lt;P&gt;  header insert both Host header-value "192.168.30.24:80"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match HtppInsert&lt;/P&gt;&lt;P&gt;  class class-default&lt;/P&gt;&lt;P&gt;    serverfarm linux1-80&lt;/P&gt;&lt;P&gt;    action test-insert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match SLB1&lt;/P&gt;&lt;P&gt;  class VIP-122-80&lt;/P&gt;&lt;P&gt;    loadbalance vip inservice&lt;/P&gt;&lt;P&gt;    loadbalance policy HtppInsert&lt;/P&gt;&lt;P&gt;    loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;    loadbalance vip advertise active&lt;/P&gt;&lt;P&gt;    loadbalance vip advertise metric 1&lt;/P&gt;&lt;P&gt;    connection advanced-options SetTos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My version: A2(1.4a)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 07:30:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155619#M23958</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-05-08T07:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155620#M23959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thank you. I did my tests on version A2(1.4) so I'll try to do that on A2(1.4a)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 09:12:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155620#M23959</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2009-05-08T09:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155621#M23960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done some tests on A2(1.4) and I confirm that the feature works, but the problem is that the new header field in being inserted only into the first packet of the flow. The rest of the packets do not have this parameter set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how it can be fixed ?&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;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 19:34:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155621#M23960</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2009-05-13T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155622#M23961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukaszk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an unquoted text string with no spaces and a maximum of 255 alphanumeric characters in the expression part as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http test-insert &lt;/P&gt;&lt;P&gt;header insert both My-Header header-value gilles &lt;/P&gt;&lt;P&gt;header insert both Host header-value 192.168.30.24:80&lt;/P&gt;&lt;P&gt;header insert both Host header-value &lt;A class="jive-link-custom" href="http://www.cisco.com" target="_blank"&gt;www.cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 00:20:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155622#M23961</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-14T00:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155623#M23962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do that, but the results are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My config is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http test-insert&lt;/P&gt;&lt;P&gt;header insert both My-Header header-value test&lt;/P&gt;&lt;P&gt;header insert both SSL header-value TRUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached this action-list to the SSL policy-map, and what I saw is that the new headers appeared only in the first HTTP packet of the flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 05:36:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155623#M23962</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2009-05-14T05:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155624#M23963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;configure persistence rebalance with a parameter-map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 08:47:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155624#M23963</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-05-14T08:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155625#M23964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a new parameter-map named  PRMAP_PERST_REBLNC and add this to the policy map using command appl-parameter http advanced-options PRMAP_PERST_REBLNC as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;action-list type modify http test-insert &lt;/P&gt;&lt;P&gt;header insert both My-Header header-value test &lt;/P&gt;&lt;P&gt;header insert both SSL header-value TRUE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance http first-match HtppInsert &lt;/P&gt;&lt;P&gt;class class-default &lt;/P&gt;&lt;P&gt;serverfarm linux1-80 &lt;/P&gt;&lt;P&gt;action test-insert &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match SLB1 &lt;/P&gt;&lt;P&gt;class VIP-122-80 &lt;/P&gt;&lt;P&gt;loadbalance vip inservice &lt;/P&gt;&lt;P&gt;loadbalance policy HtppInsert &lt;/P&gt;&lt;P&gt;loadbalance vip icmp-reply active &lt;/P&gt;&lt;P&gt;loadbalance vip advertise active &lt;/P&gt;&lt;P&gt;loadbalance vip advertise metric 1 &lt;/P&gt;&lt;P&gt;connection advanced-options SetTos &lt;/P&gt;&lt;P&gt;appl-parameter http advanced-options PRMAP_PERST_REBLNC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter-map type http PRMAP_PERST_REBLNC&lt;/P&gt;&lt;P&gt;persistence-rebalance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will make all the packets are inserted with the http header not the first one only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it works then plz inform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin Garg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 18:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155625#M23964</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-14T18:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155626#M23965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of persistence-rebalance in your parameter map. Use header modify per-request in the parameter map. This introduces less overhead as we don't need to make a load balance decsion just insert the header.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 18:41:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155626#M23965</guid>
      <dc:creator>litrenta</dc:creator>
      <dc:date>2009-05-19T18:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155627#M23966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done a test and it works as well as the persistent-rebalance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain to me why when using persistent-rebalance I see the header value in each packet ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:21:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155627#M23966</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2009-05-21T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155628#M23967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lucas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;analyzing data requires time, cpu, memory ... resources.&lt;/P&gt;&lt;P&gt;So we try to only analyze a minimum of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without persistence rebalance, once we have made our loadbalancing decision, we simply switch the traffic without looking into the data.&lt;/P&gt;&lt;P&gt;This is the best option to achieve best performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By configuring 'persistence rebalance' you forces ACE to inspect every request.&lt;/P&gt;&lt;P&gt;You'll get lower performance but since we inspect all request we are able to insert the header to each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 14:12:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155628#M23967</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-05-21T14:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP header insertion problem with ACE</title>
      <link>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155629#M23968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, now it is clear for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 17:25:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-header-insertion-problem-with-ace/m-p/1155629#M23968</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2009-05-21T17:25:26Z</dc:date>
    </item>
  </channel>
</rss>

