<?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: Comparing ACE to CSS in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706344#M13484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, but now i have another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is about Cookies and Stickyness, very complex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On CSS i can have a cookie like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Cookie: hrz-server1!sessionid=189545484f9u85"&lt;/P&gt;&lt;P&gt;"Cookie: hrz-server2!sessionid=289545484f9u85"&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;"Cookie: hrz-server6!sessionid=685u4895454u85"&lt;/P&gt;&lt;P&gt;and Search for the prefix "hrz-" searching the cookie String &lt;/P&gt;&lt;P&gt;"server1"&lt;/P&gt;&lt;P&gt;"server2"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;"server3" &lt;/P&gt;&lt;P&gt;to determine the right server and end up with a eos Char of "!".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On The Ace, i have to tell, how the cookie is named, but the Name of the cookie itself differs more than tow times. I think the name of thee cookie is &lt;/P&gt;&lt;P&gt;"hrz-server1!sessionid"&lt;/P&gt;&lt;P&gt;"hrz-server2!sessionid"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;"hrz-server3!sessionid"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this right, that the ACE searchs the name of the cookie, or does it work like the prefix on the css and is not correctly documented?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea how i can stick the client to the right Server using a cookie like here with the ACE Module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 21:39:10 GMT</pubDate>
    <dc:creator>Sbutzek</dc:creator>
    <dc:date>2006-11-28T21:39:10Z</dc:date>
    <item>
      <title>Comparing ACE to CSS</title>
      <link>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706342#M13482</link>
      <description>&lt;P&gt;I'm currently evaluating the ACE module for out enviroment.&lt;/P&gt;&lt;P&gt;May we will take out all our CSS11500 and convert to the ACE Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have a feq Questins about the Config.&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;Sometimes i currently use groups for source-nat. I do nat the source-IP in the same VIP as the content rule.&lt;/P&gt;&lt;P&gt;How can i archive this also for the ACE?&lt;/P&gt;&lt;P&gt;I'm missing somthing line "nat client" how it is working on the CSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;Also i have a general Question about NAT on the ACE.&lt;/P&gt;&lt;P&gt;I have an enviroment where i have many VIPs pointing do my different servers.&lt;/P&gt;&lt;P&gt;If a client is accessing the VIP there is only a destination NAT done by the content rule loadbalancing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all Connections which are initiated from the servers i do a NAT/PAT into a group.&lt;/P&gt;&lt;P&gt;"clause 100 permit any nql servernet destination any sourcegroup nat-out"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the Ace handle this similar, so that only connections from inside are translated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:55:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706342#M13482</guid>
      <dc:creator>Sbutzek</dc:creator>
      <dc:date>2006-11-23T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing ACE to CSS</title>
      <link>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706343#M13483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1/  with ACE, you define a natpool under the interface that will be used to reach the server.&lt;/P&gt;&lt;P&gt;Then, you assign the natpool to your policy map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;interface vlan 30&lt;/P&gt;&lt;P&gt;  natpool 1 172.16.1.10 172.16.1.15 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy multimatch SLB1&lt;/P&gt;&lt;P&gt;  class VIP122&lt;/P&gt;&lt;P&gt;    nat dynamic 1 vlan 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ you can use a different policy-map for your internal interface where you do nat. And on the external interface you have a policy with no nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 11:51:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706343#M13483</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-11-24T11:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing ACE to CSS</title>
      <link>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706344#M13484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, but now i have another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is about Cookies and Stickyness, very complex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On CSS i can have a cookie like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Cookie: hrz-server1!sessionid=189545484f9u85"&lt;/P&gt;&lt;P&gt;"Cookie: hrz-server2!sessionid=289545484f9u85"&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;"Cookie: hrz-server6!sessionid=685u4895454u85"&lt;/P&gt;&lt;P&gt;and Search for the prefix "hrz-" searching the cookie String &lt;/P&gt;&lt;P&gt;"server1"&lt;/P&gt;&lt;P&gt;"server2"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;"server3" &lt;/P&gt;&lt;P&gt;to determine the right server and end up with a eos Char of "!".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On The Ace, i have to tell, how the cookie is named, but the Name of the cookie itself differs more than tow times. I think the name of thee cookie is &lt;/P&gt;&lt;P&gt;"hrz-server1!sessionid"&lt;/P&gt;&lt;P&gt;"hrz-server2!sessionid"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;"hrz-server3!sessionid"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this right, that the ACE searchs the name of the cookie, or does it work like the prefix on the css and is not correctly documented?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea how i can stick the client to the right Server using a cookie like here with the ACE Module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 21:39:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706344#M13484</guid>
      <dc:creator>Sbutzek</dc:creator>
      <dc:date>2006-11-28T21:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing ACE to CSS</title>
      <link>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706345#M13485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is how you have to do it with ACE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type http loadbalance match-all hz-server1&lt;/P&gt;&lt;P&gt;  2 match http header Cookie header-value ".*server1.*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the same class-map for each of the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a policy like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match LB-L7&lt;/P&gt;&lt;P&gt;  class hz-server1&lt;/P&gt;&lt;P&gt;    serverfarm server1&lt;/P&gt;&lt;P&gt;  class hz-server2&lt;/P&gt;&lt;P&gt;    serverfarm server2&lt;/P&gt;&lt;P&gt;  class class-default&lt;/P&gt;&lt;P&gt;    serverfarm linux1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:31:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/comparing-ace-to-css/m-p/706345#M13485</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-11-29T10:31:32Z</dc:date>
    </item>
  </channel>
</rss>

