<?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 Use cookie sticky for http/s and source for all other ports in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960586#M37486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a third class map for all other ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config-cmap)# 2 match virtual-address 1.1.1.1 tcp&lt;STRONG&gt; any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You can use this class in policy map multi match at the end.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let me know if you have any questions.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kanwal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 03:14:41 GMT</pubDate>
    <dc:creator>Kanwaljeet Singh</dc:creator>
    <dc:date>2012-07-25T03:14:41Z</dc:date>
    <item>
      <title>Use cookie sticky for http/s and source for all other ports</title>
      <link>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960585#M37485</link>
      <description>&lt;P&gt;I'm trying to configure OWA and Exchnage behind the ACE.&amp;nbsp; Both are on the same servers/serverfarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to configure stickyness to use cookies when connecting to OWA (http and https), but use souce IP for all other ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could probably use 2 different VIPs, one for OWA and one for Exchange, but I was trying to avoid that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can set up a VIP class map to match to ports 80 and 443, but how do I create one for "everything else"?&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;Jason&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2012 02:54:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960585#M37485</guid>
      <dc:creator>jason.williams</dc:creator>
      <dc:date>2012-07-25T02:54:41Z</dc:date>
    </item>
    <item>
      <title>Use cookie sticky for http/s and source for all other ports</title>
      <link>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960586#M37486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a third class map for all other ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config-cmap)# 2 match virtual-address 1.1.1.1 tcp&lt;STRONG&gt; any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You can use this class in policy map multi match at the end.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let me know if you have any questions.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kanwal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 03:14:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960586#M37486</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2012-07-25T03:14:41Z</dc:date>
    </item>
    <item>
      <title>Use cookie sticky for http/s and source for all other ports</title>
      <link>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960587#M37487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I'm clear, my multi-match policy takes the first match, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky ip-netmask 255.255.255.255 address source EXCHANGE2010&lt;/P&gt;&lt;P&gt; timeout 60&lt;/P&gt;&lt;P&gt; replicate sticky&lt;/P&gt;&lt;P&gt; serverfarm EXCHANGE2010_FARM_LB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sticky http-cookie MS-OWA2010 OWA2010_COOKIE_STICKY&lt;/P&gt;&lt;P&gt;&amp;nbsp; cookie insert&lt;/P&gt;&lt;P&gt;&amp;nbsp; timeout 60&lt;/P&gt;&lt;P&gt;&amp;nbsp; replicate sticky&lt;/P&gt;&lt;P&gt;&amp;nbsp; serverfarm EXCHANGE2010_FARM_LB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all VIP_OWA2010&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3 match virtual-address 1.1.1.1 eq www&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4 match virtual-address 1.1.1.1 eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all VIP_EXCHANGE2010&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3 match virtual-address 1.1.1.1 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match PM_OWA2010&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; sticky-serverfarm OWA2010_COOKIE_STICKY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match PM_EXCHANGE2010&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; sticky-serverfarm EXCHANGE2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match CLIENTSIDE_VIPS&lt;/P&gt;&lt;P&gt; class VIP_OWA2010&lt;/P&gt;&lt;P&gt;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; loadbalance policy PM_OWA2010&lt;/P&gt;&lt;P&gt;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; class VIP_EXCHANGE2010&lt;/P&gt;&lt;P&gt;&amp;nbsp; loadbalance vip inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; loadbalance policy PM_EXCHANGE2010&lt;/P&gt;&lt;P&gt;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:55:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960587#M37487</guid>
      <dc:creator>jason.williams</dc:creator>
      <dc:date>2012-07-25T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Use cookie sticky for http/s and source for all other ports</title>
      <link>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960588#M37488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it looks alright!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 15:33:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/use-cookie-sticky-for-http-s-and-source-for-all-other-ports/m-p/1960588#M37488</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2012-07-25T15:33:20Z</dc:date>
    </item>
  </channel>
</rss>

