<?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, source based decision. in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874115#M36554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, now it`s more clear, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 15:41:52 GMT</pubDate>
    <dc:creator>Andriy.Ruban</dc:creator>
    <dc:date>2012-01-24T15:41:52Z</dc:date>
    <item>
      <title>ACE, source based decision.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874111#M36550</link>
      <description>&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a bit none standard task, I need to use only one VIP but depends on the customer source address I have to forward traffic to two different serverfarms.&lt;/P&gt;&lt;P&gt;For instance if request is going from the network 192.168.0.0/16 it should be forwarded to ServF-A&lt;/P&gt;&lt;P&gt;If it goes from 10.0.0/8 to ServF-B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible to realize something like that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andriy&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 13:58:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874111#M36550</guid>
      <dc:creator>Andriy.Ruban</dc:creator>
      <dc:date>2012-01-17T13:58:22Z</dc:date>
    </item>
    <item>
      <title>ACE, source based decision.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874112#M36551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andriy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are trying to achieve is quite common and easy to do with the ACE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to define two different L7 classes with different "match source-address" statements and associate each of them to a serverfarm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend you to read the L7 load-balancing section of the configuration guide (&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/classlb.html#wp1131739"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/classlb.html#wp1131739&lt;/A&gt;&lt;SPAN&gt;). It should give you all the information you need. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have any questions after reading the documentation, let me know. I'll do my best to answer them. &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;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 08:52:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874112#M36551</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2012-01-18T08:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: ACE, source based decision.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874113#M36552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found my mistake, if we can call it as a mistake &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yesterday I was using just a class-maps (without any types) to define source ranges&amp;nbsp; but then with applying those classes in policy-maps ACE complained that&amp;nbsp; this class is not expected to be here or also Error: Specified class-map&amp;nbsp; is not consistent with the policy-map type, depends on the&amp;nbsp; configuration I tried to create. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried to create&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;class-map &lt;/STRONG&gt;&lt;STRONG&gt;match-any&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;NAME&lt;/STRONG&gt;&lt;/EM&gt; and then use it in the&lt;EM&gt;&lt;STRONG&gt; policy-map type loadbalance first-match NAME&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I have to create &lt;EM&gt;&lt;STRONG&gt;class-map type http&lt;/STRONG&gt;&lt;/EM&gt; to use it in the &lt;EM&gt;&lt;STRONG&gt;policy-map type loadbalance first-match NAME&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or to create &lt;EM&gt;&lt;STRONG&gt;class-map type generic NAME&lt;/STRONG&gt;&lt;/EM&gt; and use it in the &lt;EM&gt;&lt;STRONG&gt;policy-map type loadbalance generic first-match NAME&lt;/STRONG&gt;&lt;/EM&gt;, both configurations are working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I`m not understanding the main idea of all those types but this stuff is quite confusing...&lt;/P&gt;&lt;P&gt;Would you please to explain my main mistake in the association between class-map type and policy-map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:55:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874113#M36552</guid>
      <dc:creator>Andriy.Ruban</dc:creator>
      <dc:date>2012-01-18T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: ACE, source based decision.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874114#M36553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andriy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal class-maps are used to define the L4 information of a VIP (mainly address and port). These classes are then configured under a multi-match policy-map and associated to an interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class-maps defined by type, however, are designed to match on L7 parameters (HTTP URL, cookies...). These are defined under a load-balance policy-map and then associated with a L4 class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that the ACE will first match on the L4, and then, go into the load-balance policy-map and try to match on the different L7 classes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're case is a bit more complex to understand because common sense says that source address should be a L4 parameter, and in a way it is. It is possible to define a VIP by a combination of destination address and source address (it would be a match-all class map), but it is normally preferred to define it as a L7 parameter because most people consider L4 the "basic" load-balancing parameters and L7 the "advanced" ones. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes it more clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 07:45:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874114#M36553</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2012-01-19T07:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: ACE, source based decision.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874115#M36554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, now it`s more clear, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 15:41:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-source-based-decision/m-p/1874115#M36554</guid>
      <dc:creator>Andriy.Ruban</dc:creator>
      <dc:date>2012-01-24T15:41:52Z</dc:date>
    </item>
  </channel>
</rss>

