<?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: Load balance multiple URLs on single VIP in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373474#M28593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for straightening me out on that, I see it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Apr 2010 13:08:23 GMT</pubDate>
    <dc:creator>dpastor</dc:creator>
    <dc:date>2010-04-06T13:08:23Z</dc:date>
    <item>
      <title>Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373469#M28588</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a fairly typical load balance configuration on a pair of ACE appliances running (A3)2.5 and now I need to load balance multiple URIs to these same servers on port 80 to the one VIP. Can someone direct me to a doc that shows a good example of this, or explain it below?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host application&lt;/P&gt;&lt;P&gt;rserver webserver1 80&lt;/P&gt;&lt;P&gt;probe server-80-PROBE&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;rserver webserver2 80&lt;/P&gt;&lt;P&gt;probe server-80-PROBE&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky ip-netmask 255.255.255.255 address source application-80-STICKY&lt;/P&gt;&lt;P&gt;replicate sticky&lt;/P&gt;&lt;P&gt;serverfarm application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all application-80-CLASS&lt;/P&gt;&lt;P&gt;2 match virtual-address 1.1.1.1.1 tcp eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match application-80-POLICY&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt;sticky-serverfarm application-80-STICKY&lt;/P&gt;&lt;P&gt;insert-http X-Forwarded-For header-value "%is"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class application-80-CLASS&lt;/P&gt;&lt;P&gt;loadbalance vip inservice&lt;/P&gt;&lt;P&gt;loadbalance policy application-80-POLICY&lt;/P&gt;&lt;P&gt;loadbalance vip icmp-reply&lt;/P&gt;&lt;P&gt;nat dynamic 22 vlan 424&lt;/P&gt;&lt;P&gt;appl-parameter http advanced-options CASE_PARAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2010 16:47:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373469#M28588</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-05T16:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373470#M28589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can load balance multiple URLs to the same VIP and serverfarm.&amp;nbsp; You can see how to configure this in the Defining a URL for HTTP Load Balancing chapter in the configuration guides.&amp;nbsp; I have also included an example below that may help get the concept across.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the client will be load balanced to the LOGIN-FARM if they come in requesting the URL /login, /register, or they are connecting to Host login.example.com.&amp;nbsp; If none of those match, we'll check to see if they have a suggestion by looking to see if they are looking for the /suggestions URL.&amp;nbsp; If so, they will be load balanced to SUGGESTION-FARM.&amp;nbsp; Lastly, if they don't match either of the first two, then they will be sent to the WWW-FARM.&amp;nbsp; I think the LOGIN class-map is what you are looking for where multiple URLs will be sent to the same farm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;serverfarm host WWW-FARM&lt;BR /&gt;&amp;nbsp; probe TCP&lt;BR /&gt;&amp;nbsp; rserver WWW_SERVER_01&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver WWW_SERVER_02&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver WWW_SERVER_03&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;serverfarm host LOGIN-FARM&lt;BR /&gt;&amp;nbsp; probe TCP&lt;BR /&gt;&amp;nbsp; rserver LOGIN_SERVER_01&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;serverfarm host SUGGESTION-FARM&lt;BR /&gt;&amp;nbsp; probe TCP&lt;BR /&gt;&amp;nbsp; rserver SUGGESTION_SERVER_01&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt; &lt;BR /&gt;class-map match-all WWW-VIP&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 192.168.20.10 tcp eq www&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;class-map type http loadbalance match-any LOGIN&lt;BR /&gt;&amp;nbsp; 2 match http url /login&lt;BR /&gt;&amp;nbsp; 3 match http url /register&lt;BR /&gt;&amp;nbsp; 4 match http header Host header-value login.example.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;class-map type http loadbalance match-any SUGGESTIONS&lt;BR /&gt;&amp;nbsp; 2 match http url /suggestions&lt;BR /&gt; &lt;BR /&gt;policy-map type loadbalance first-match SLB_LOGIC&lt;BR /&gt;&amp;nbsp; class LOGIN&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm LOGIN-FARM&lt;BR /&gt;&amp;nbsp; class SUGGESTIONS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm SUGGESTION-FARM&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm WWW-FARM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;policy-map multi-match CLIENT_VIPS&lt;BR /&gt;&amp;nbsp; class WWW-VIP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy SLB_LOGIC&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 20:42:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373470#M28589</guid>
      <dc:creator>Sean Merrow</dc:creator>
      <dc:date>2010-04-05T20:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373471#M28590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, forgot to supply the link to the &lt;A href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/classlb.html#wp1021430"&gt;Defining a URL for HTTP Load Balancing&lt;/A&gt; chapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 20:44:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373471#M28590</guid>
      <dc:creator>Sean Merrow</dc:creator>
      <dc:date>2010-04-05T20:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373472#M28591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if I have three known URIs, am I correct in saying that I should be able to use the one serverfarm and then the one class-map with the IP and then add the multiple uris to it?&amp;nbsp; Or, do I need to have a second serverfarm and class-map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;serverfarm host WWW-FARM&lt;BR /&gt;&amp;nbsp; probe TCP&lt;BR /&gt;&amp;nbsp; rserver WWW_SERVER_01&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver WWW_SERVER_02&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;class-map match-all WWW-VIP&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 192.168.20.10 tcp eq www&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp; 3 match http url /site1&lt;BR /&gt;&amp;nbsp; 4 match http url /site2&lt;BR /&gt;&amp;nbsp; 5 match http url /site3&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 21:44:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373472#M28591</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-05T21:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373473#M28592</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;your are mixing things up here. You cannot combine the matching of a VIP address with the mathing of an HTTP URI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class-map that matches a VIP address is a layer3/4 class-map. It maches IP Address + port numbers.&lt;/P&gt;&lt;P&gt;The class-map that matches HTTP URI or other HTTP headers for example is a layer7 class-map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;serverfarm host WWW-FARM&lt;BR /&gt;&amp;nbsp; probe TCP&lt;BR /&gt;&amp;nbsp; rserver WWW_SERVER_01&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver WWW_SERVER_02&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier; "&gt;class-map match-all WWW-VIP-L3&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 192.168.20.10 tcp eq www&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier; "&gt;class-map type http loadbalance match-any WWW-VIP-L7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier; "&gt;&amp;nbsp; 3 match http url /site1&lt;BR /&gt;&amp;nbsp; 4 match http url /site2&lt;BR /&gt;&amp;nbsp; 5 match http url /site3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;policy-map type loadbalance first-match WWW-VIP-PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;class&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;WWW-VIP-L7&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; serverfarm &lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;WWW-FARM&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;policy-map multi-match VIPS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; class &lt;SPAN style="font-size: 10pt; font-family: courier new,courier;"&gt;WWW-VIP-L3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp; loadbalance policy WWW-VIP-PM&lt;BR /&gt;&amp;nbsp; loadbalance vip icmp-reply active &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 07:26:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373473#M28592</guid>
      <dc:creator>dario.didio</dc:creator>
      <dc:date>2010-04-06T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373474#M28593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for straightening me out on that, I see it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 13:08:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373474#M28593</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-06T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373475#M28594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to Dario's comment, you mention multiple sites.&amp;nbsp; So with the example config you currently have from this thread, it would assume the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.example.com/site1&lt;/P&gt;&lt;P&gt;www.example.com/site2&lt;/P&gt;&lt;P&gt;www.example.com/site3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you truly have multiple sites, and not just multiple URLs representing a different site, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.site1.com&lt;/P&gt;&lt;P&gt;www.site2.com&lt;/P&gt;&lt;P&gt;www.site3.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your layer-7 class-map might look something more like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;class-map type http loadbalance match-any MULTI-SITE&lt;BR /&gt;&amp;nbsp; 2 match http header Host header-value &lt;A href="https://community.cisco.com/www.site1.com" target="_blank"&gt;www.site1.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; 3 match http header Host header-value &lt;A href="https://community.cisco.com/www.site2.com" target="_blank"&gt;www.site2.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; 4 match http header Host header-value www.site3.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:19:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373475#M28594</guid>
      <dc:creator>Sean Merrow</dc:creator>
      <dc:date>2010-04-07T12:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373476#M28595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be using the same FQDM just different /uris, so this is what I am configuring:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 10pt; color: #333333; font-family: &amp;quot;Courier New&amp;quot;; mso-ansi-language: EN;"&gt;class-map type http loadbalance match-any WWW-VIP-L7&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: Arial; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN lang="EN" style="font-size: 10pt; color: #333333; font-family: &amp;quot;Courier New&amp;quot;; mso-ansi-language: EN;"&gt;&amp;nbsp; 3 match http url /site1&lt;BR /&gt;&amp;nbsp; 4 match http url /site2&lt;BR /&gt;&amp;nbsp; 5 match http url /site3&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 9pt; color: #333333; font-family: Arial; mso-ansi-language: EN;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a question about the class statement, do I add another class statement the same way you add another when using multplie ports to the same VIP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class application-URL-80-CLASS&lt;/P&gt;&lt;P&gt;loadbalance vip inservice&lt;/P&gt;&lt;P&gt;loadbalance policy &lt;SPAN style="font-family: Courier New;"&gt;WWW-VIP-L7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;loadbalance vip icmp-reply&lt;/P&gt;&lt;P&gt;nat dynamic 22 vlan 424&lt;/P&gt;&lt;P&gt;appl-parameter http advanced-options CASE_PARAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 14:02:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373476#M28595</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-07T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373477#M28596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your config will look like the one that Dario provided.&amp;nbsp; The classes added under the multi-match policy are your layer3/4 classes.&amp;nbsp; Your three sites are within a layer-7 class-map, which is used within a service policy (layer-7 policy-map), which is applied to the layer3/4 class-map. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I haven't just confused you&amp;nbsp; ;- )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 14:09:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373477#M28596</guid>
      <dc:creator>Sean Merrow</dc:creator>
      <dc:date>2010-04-07T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373478#M28597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe a little confused.&lt;/P&gt;&lt;P&gt;I have built the new serverfarm, policy-map and class-map in bold, I am just not sure how it gets referenced. Do I add it to the multi-match class statement?&amp;nbsp; My complete config for this particular app is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;serverfarm host application-80&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;rserver server1 80&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;probe server-80-PROBE&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;inservice&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;rserver server2 80&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;probe server-80-PROBE&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;inservice&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;serverfarm host application-L7&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;rserve rserver1 80&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;probe server-80-PROBE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;inservice&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;rserver server2 80&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;probe server-80-PROBE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;inservice&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;class-map match-all application-80-CLASS&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;2 match virtual-address 1.1.1.1 tcp eq www&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;class-map type http loadbalance match-any application-L7-CLASS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;3 match http url /uri1/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;4 match http url /uri2/uri2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;5 match http url /uri2/uri3.htm&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;policy-map type loadbalance first-match application-80-POLICY&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;class class-default&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;sticky-serverfarm application-80-STICKY&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;insert-http X-Forwarded-For header-value "%is"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;policy-map type loadbalance first-match application-L7-POLICY&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;class application-L7-CLASS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;STRONG&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;serverfarm application-L7&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;policy-map multi-match POLICY-424&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;class application-80-CLASS&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;loadbalance vip inservice&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;loadbalance policy application-80-POLICY&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;loadbalance vip icmp-reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;nat dynamic 22 vlan 424&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial; "&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;appl-parameter http advanced-options CASE_PARAM&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 15:33:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373478#M28597</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-07T15:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373479#M28598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your newly added config going to the same VIP 1.1.1.1:80&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 15:51:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373479#M28598</guid>
      <dc:creator>Sean Merrow</dc:creator>
      <dc:date>2010-04-07T15:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373480#M28599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, same VIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:09:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373480#M28599</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-07T16:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373481#M28600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, then.&amp;nbsp; You don't need a separate Layer-7 policy-map then.&amp;nbsp; You would do it something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;serverfarm host application-80&lt;BR /&gt;&amp;nbsp; rserver server1 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; probe server-80-PROBE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver server2 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; probe server-80-PROBE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&lt;STRONG style="color: #0000ff; "&gt;serverfarm host application-L7&lt;BR /&gt;&amp;nbsp; rserve rserver1 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; probe server-80-PROBE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver server2 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; probe server-80-PROBE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;class-map match-all application-80-CLASS&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 1.1.1.1 tcp eq www&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;class-map type http loadbalance match-any application-L7-CLASS&lt;BR /&gt;&amp;nbsp; 3 match http url /uri1/&lt;BR /&gt;&amp;nbsp; 4 match http url /uri2/uri2&lt;BR /&gt;&amp;nbsp; 5 match http url /uri2/uri3.htm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;policy-map type loadbalance first-match application-80-POLICY&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&amp;nbsp; class application-L7-CLASS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm application-L7&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sticky-serverfarm application-80-STICKY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert-http X-Forwarded-For header-value "%is"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;policy-map multi-match POLICY-424&lt;BR /&gt;&amp;nbsp; class application-80-CLASS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #0000ff; "&gt;loadbalance policy application-80-POLICY&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nat dynamic 22 vlan 424&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; appl-parameter http advanced-options CASE_PARAM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, your three sites will be load-balanced to one serverfarm, and all the rest of the traffic would be load-balanced to the default serverfarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears it up.&amp;nbsp; Let me know if it doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:21:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373481#M28600</guid>
      <dc:creator>Sean Merrow</dc:creator>
      <dc:date>2010-04-07T16:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373482#M28601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That definitely clears it up, I will add it to the ACEs and test it later today.&amp;nbsp; Thanks for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:31:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373482#M28601</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-07T16:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373483#M28602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally,&amp;nbsp; your URLs will only be matched if they are exactly what you have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt; font-family: courier new,courier;"&gt;class-map type http loadbalance match-any application-L7-CLASS&lt;BR /&gt;&amp;nbsp; 3 match http url /uri1/&lt;BR /&gt;&amp;nbsp; 4 match http url /uri2/uri2&lt;BR /&gt;&amp;nbsp; 5 match http url /uri2/uri3.htm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your clients may start their connection to a URL that only begins with those listed above, then you may want to add wildcards to the end using regular expressions, as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt; font-family: courier new,courier;"&gt;class-map type http loadbalance match-any application-L7-CLASS&lt;BR /&gt;&amp;nbsp; 3 match http url /uri1/&lt;STRONG style="color: #ff0000; "&gt;.*&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; 4 match http url /uri2/uri2&lt;SPAN style="color: #ff0000;"&gt;.*&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; 5 match http url /uri2/uri3&lt;STRONG style="color: #ff0000; "&gt;\&lt;/STRONG&gt;.htm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 16:34:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373483#M28602</guid>
      <dc:creator>Sean Merrow</dc:creator>
      <dc:date>2010-04-07T16:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load balance multiple URLs on single VIP</title>
      <link>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373484#M28603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That does help, thanks again.&amp;nbsp; The app is very specific on the /uri, but that is a good tip and I will keep the wildcard in mind should we need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 17:57:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/load-balance-multiple-urls-on-single-vip/m-p/1373484#M28603</guid>
      <dc:creator>dpastor</dc:creator>
      <dc:date>2010-04-07T17:57:20Z</dc:date>
    </item>
  </channel>
</rss>

