<?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: ACE Loadbalancing depending on source address in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-loadbalancing-depending-on-source-address/m-p/1262972#M26232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all YourVIP&lt;/P&gt;&lt;P&gt; 2 match virtual-address 10.10.1.1 tcp eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any CLASS-NetworkA&lt;/P&gt;&lt;P&gt; 2 match source-address 10.1.1.1 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any CLASS-NetworkB&lt;/P&gt;&lt;P&gt; 2 match source-address 10.1.2.1 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match Yourpolicy&lt;/P&gt;&lt;P&gt; class CLASS-NetworkA&lt;/P&gt;&lt;P&gt;   serverfarm Sfarm-withserver1-2&lt;/P&gt;&lt;P&gt; class CLASS-NetworkB&lt;/P&gt;&lt;P&gt;   serverfarm Sfarm-withserver3-4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match VIPS&lt;/P&gt;&lt;P&gt; class YourVIP&lt;/P&gt;&lt;P&gt;   loadbalance vip inservice&lt;/P&gt;&lt;P&gt;   loadbalance policy Yourpolicy&lt;/P&gt;&lt;P&gt;   loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will work &lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 16:51:25 GMT</pubDate>
    <dc:creator>Syed Iftekhar Ahmed</dc:creator>
    <dc:date>2009-08-06T16:51:25Z</dc:date>
    <item>
      <title>ACE Loadbalancing depending on source address</title>
      <link>https://community.cisco.com/t5/application-networking/ace-loadbalancing-depending-on-source-address/m-p/1262971#M26231</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know a solution for my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ist possible with the ACE to balance a service (e.g. web service) &lt;/P&gt;&lt;P&gt;on different Real-Servers depending the source-Range the Client &lt;/P&gt;&lt;P&gt;come from? Point is that both clients call the same VIP address, but&lt;/P&gt;&lt;P&gt;depending the source they have to go to different serverfarms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client A (Source 10.1.1.1) -&amp;gt; http-request -&amp;gt; VIP 10.10.1.1 Port 80&lt;/P&gt;&lt;P&gt;   -&amp;gt; Balancing to Server-1 and Server-2&lt;/P&gt;&lt;P&gt;Client B (Source 10.1.2.1) -&amp;gt; http-request -&amp;gt; VIP 10.10.1.1 Port 80&lt;/P&gt;&lt;P&gt;   -&amp;gt; Balancing to Server-3 and Server-4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried different things but something like two different class-maps&lt;/P&gt;&lt;P&gt;with a VIP AND a source (or access-list) statements the ACE not accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very pleased for any hint on this.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2009 13:22:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-loadbalancing-depending-on-source-address/m-p/1262971#M26231</guid>
      <dc:creator>glischer</dc:creator>
      <dc:date>2009-08-06T13:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Loadbalancing depending on source address</title>
      <link>https://community.cisco.com/t5/application-networking/ace-loadbalancing-depending-on-source-address/m-p/1262972#M26232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all YourVIP&lt;/P&gt;&lt;P&gt; 2 match virtual-address 10.10.1.1 tcp eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any CLASS-NetworkA&lt;/P&gt;&lt;P&gt; 2 match source-address 10.1.1.1 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-any CLASS-NetworkB&lt;/P&gt;&lt;P&gt; 2 match source-address 10.1.2.1 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match Yourpolicy&lt;/P&gt;&lt;P&gt; class CLASS-NetworkA&lt;/P&gt;&lt;P&gt;   serverfarm Sfarm-withserver1-2&lt;/P&gt;&lt;P&gt; class CLASS-NetworkB&lt;/P&gt;&lt;P&gt;   serverfarm Sfarm-withserver3-4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match VIPS&lt;/P&gt;&lt;P&gt; class YourVIP&lt;/P&gt;&lt;P&gt;   loadbalance vip inservice&lt;/P&gt;&lt;P&gt;   loadbalance policy Yourpolicy&lt;/P&gt;&lt;P&gt;   loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will work &lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 16:51:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-loadbalancing-depending-on-source-address/m-p/1262972#M26232</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2009-08-06T16:51:25Z</dc:date>
    </item>
  </channel>
</rss>

