<?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 Layer-7 load-balancing in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949219#M18652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will need a webhost redirect rserver.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/slb/guide/rsfarms.html#wp999814" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/slb/guide/rsfarms.html#wp999814&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also need to match your url with a class-map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any MyURL&lt;/P&gt;&lt;P&gt;  2 match http url /bcd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your http loadbalancing policy-map, you match the class-map MyURL and assigned the serverfarm with your webhost redirect rserver and then you add a class-default to match the rest of the traffic and assign it a serverfarm with your local rservers.&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, 15 May 2008 11:33:42 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2008-05-15T11:33:42Z</dc:date>
    <item>
      <title>HTTP Layer-7 load-balancing</title>
      <link>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949218#M18651</link>
      <description>&lt;P&gt;Hi, I would like to accomplish the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.xyz.com" target="_blank"&gt;www.xyz.com&lt;/A&gt; resolves to a VIP on the Cisco ACE 4700 on HTTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a client types in &lt;A class="jive-link-custom" href="http://www.xyz.com/bcd" target="_blank"&gt;http://www.xyz.com/bcd&lt;/A&gt;, I would like the request to be redirected to &lt;A class="jive-link-custom" href="http://www.bcd.com" target="_blank"&gt;www.bcd.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about doing this?  Do I need to create a real-server with an IP address that resolves to &lt;A class="jive-link-custom" href="http://www.bcd.com?" target="_blank"&gt;www.bcd.com?&lt;/A&gt;  How do I configure the Layer-7 match?  Do I match on http-url for /bcd?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any examples?  Any examples would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2008 17:20:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949218#M18651</guid>
      <dc:creator>hermanaccd</dc:creator>
      <dc:date>2008-05-14T17:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Layer-7 load-balancing</title>
      <link>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949219#M18652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will need a webhost redirect rserver.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/slb/guide/rsfarms.html#wp999814" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/slb/guide/rsfarms.html#wp999814&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also need to match your url with a class-map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any MyURL&lt;/P&gt;&lt;P&gt;  2 match http url /bcd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your http loadbalancing policy-map, you match the class-map MyURL and assigned the serverfarm with your webhost redirect rserver and then you add a class-default to match the rest of the traffic and assign it a serverfarm with your local rservers.&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, 15 May 2008 11:33:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949219#M18652</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-05-15T11:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Layer-7 load-balancing</title>
      <link>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949220#M18653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 12:50:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949220#M18653</guid>
      <dc:creator>hermanaccd</dc:creator>
      <dc:date>2008-05-15T12:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Layer-7 load-balancing</title>
      <link>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949221#M18654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your advice about using webhost redirect rserver, but the ACE doesn't seem to recognize the match-http-url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also can't ping the VIP, even though the VIP is active, and the probes are successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my ACE configuration.  Can you take a look and see if I'm missing something or doing something wrong?&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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 11:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/http-layer-7-load-balancing/m-p/949221#M18654</guid>
      <dc:creator>hermanaccd</dc:creator>
      <dc:date>2008-05-16T11:52:25Z</dc:date>
    </item>
  </channel>
</rss>

