<?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 ACE Module in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-module/m-p/982770#M19367</link>
    <description>&lt;P&gt;Basically we have a running ACE context which works however we are using natting and we have some applications complaining that they can't see the source address of things.  So I created a whole new context with the following config but I have the problem of when the client is on the server side network the traffic never makes it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE1/10.0.0.0_Network# sho run&lt;/P&gt;&lt;P&gt;Generating configuration....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ALL line 8 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rserver host CE-565-1&lt;/P&gt;&lt;P&gt;  ip address 10.0.2.83&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host Content_Engine_SF&lt;/P&gt;&lt;P&gt;  rserver CE-565-1&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all Content_Engine_VIP&lt;/P&gt;&lt;P&gt;  2 match virtual-address 10.0.18.101 any&lt;/P&gt;&lt;P&gt;class-map type management match-any Remote_Management&lt;/P&gt;&lt;P&gt;  2 match protocol http any&lt;/P&gt;&lt;P&gt;  3 match protocol icmp any&lt;/P&gt;&lt;P&gt;  4 match protocol telnet any&lt;/P&gt;&lt;P&gt;  5 match protocol ssh any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type management first-match rmt_mgt_policy&lt;/P&gt;&lt;P&gt;  class Remote_Management&lt;/P&gt;&lt;P&gt;    permit&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match Content_Engine_VIP-l7slb&lt;/P&gt;&lt;P&gt;  class class-default&lt;/P&gt;&lt;P&gt;    serverfarm Content_Engine_SF&lt;/P&gt;&lt;P&gt;policy-map multi-match int18&lt;/P&gt;&lt;P&gt;  class Content_Engine_VIP&lt;/P&gt;&lt;P&gt;    loadbalance vip inservice&lt;/P&gt;&lt;P&gt;    loadbalance policy Content_Engine_VIP-l7slb&lt;/P&gt;&lt;P&gt;    loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;access-group input ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 3&lt;/P&gt;&lt;P&gt;  description Server_Side&lt;/P&gt;&lt;P&gt;  ip address 10.0.3.240 255.255.254.0&lt;/P&gt;&lt;P&gt;  mac-sticky enable&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;interface vlan 18&lt;/P&gt;&lt;P&gt;  description Client Side Network&lt;/P&gt;&lt;P&gt;  ip address 10.0.18.251 255.255.255.0&lt;/P&gt;&lt;P&gt;  mac-sticky enable&lt;/P&gt;&lt;P&gt;  service-policy input int18&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 10.0.18.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I telnet to the vip from my machine 172.16.6.222 it works fine.  If I telnet from 10.0.18.30 it works fine.  However when I telnet from a machine on the vlan 3 10.0.2.188 it does not work.  I would have thought the mac-sticky option would work but it seems to be doing nothing.  Any ideas with out using a NAT pool would be great so we can see the originating IP Address.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2008 14:27:22 GMT</pubDate>
    <dc:creator>wowsersusa</dc:creator>
    <dc:date>2008-03-04T14:27:22Z</dc:date>
    <item>
      <title>ACE Module</title>
      <link>https://community.cisco.com/t5/application-networking/ace-module/m-p/982770#M19367</link>
      <description>&lt;P&gt;Basically we have a running ACE context which works however we are using natting and we have some applications complaining that they can't see the source address of things.  So I created a whole new context with the following config but I have the problem of when the client is on the server side network the traffic never makes it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE1/10.0.0.0_Network# sho run&lt;/P&gt;&lt;P&gt;Generating configuration....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ALL line 8 extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rserver host CE-565-1&lt;/P&gt;&lt;P&gt;  ip address 10.0.2.83&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm host Content_Engine_SF&lt;/P&gt;&lt;P&gt;  rserver CE-565-1&lt;/P&gt;&lt;P&gt;    inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all Content_Engine_VIP&lt;/P&gt;&lt;P&gt;  2 match virtual-address 10.0.18.101 any&lt;/P&gt;&lt;P&gt;class-map type management match-any Remote_Management&lt;/P&gt;&lt;P&gt;  2 match protocol http any&lt;/P&gt;&lt;P&gt;  3 match protocol icmp any&lt;/P&gt;&lt;P&gt;  4 match protocol telnet any&lt;/P&gt;&lt;P&gt;  5 match protocol ssh any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type management first-match rmt_mgt_policy&lt;/P&gt;&lt;P&gt;  class Remote_Management&lt;/P&gt;&lt;P&gt;    permit&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match Content_Engine_VIP-l7slb&lt;/P&gt;&lt;P&gt;  class class-default&lt;/P&gt;&lt;P&gt;    serverfarm Content_Engine_SF&lt;/P&gt;&lt;P&gt;policy-map multi-match int18&lt;/P&gt;&lt;P&gt;  class Content_Engine_VIP&lt;/P&gt;&lt;P&gt;    loadbalance vip inservice&lt;/P&gt;&lt;P&gt;    loadbalance policy Content_Engine_VIP-l7slb&lt;/P&gt;&lt;P&gt;    loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;access-group input ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 3&lt;/P&gt;&lt;P&gt;  description Server_Side&lt;/P&gt;&lt;P&gt;  ip address 10.0.3.240 255.255.254.0&lt;/P&gt;&lt;P&gt;  mac-sticky enable&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;interface vlan 18&lt;/P&gt;&lt;P&gt;  description Client Side Network&lt;/P&gt;&lt;P&gt;  ip address 10.0.18.251 255.255.255.0&lt;/P&gt;&lt;P&gt;  mac-sticky enable&lt;/P&gt;&lt;P&gt;  service-policy input int18&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 10.0.18.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I telnet to the vip from my machine 172.16.6.222 it works fine.  If I telnet from 10.0.18.30 it works fine.  However when I telnet from a machine on the vlan 3 10.0.2.188 it does not work.  I would have thought the mac-sticky option would work but it seems to be doing nothing.  Any ideas with out using a NAT pool would be great so we can see the originating IP Address.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2008 14:27:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-module/m-p/982770#M19367</guid>
      <dc:creator>wowsersusa</dc:creator>
      <dc:date>2008-03-04T14:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: ACE Module</title>
      <link>https://community.cisco.com/t5/application-networking/ace-module/m-p/982771#M19368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are initiating traffic from serverA to a vip that load balances to serverB in that same vlan you will have an asymmetric flow.  ServerA is on the same vlan as serverB. Since both servers are in the same subnet, ServerB will ARP for serverA address and send the response directly to serverA.  The traffic will never make it back to the ACE.  There are a few things you can do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use NAT to ensure the return traffice makes it back to ACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Insert HTTP header with client IP address. This only works for HTTP traffic and your application must be able to recognize this header for logging.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A1/configuration/slb/guide/classlb.html#wp1040008" target="_blank"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A1/configuration/slb/guide/classlb.html#wp1040008&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Use Direct Server Return (DSR).  This feature has been committed to ACE 2.0.  This will require the servers to be L2 adjacent to the ACE module and you will need to configure the VIP address as a loopback address on the server.  Here is CSM documentation that lists some of the limitations with DSR:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/csm/4.2.x/configuration/guide/netwcsm.html#wp1065827" target="_blank"&gt;http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/csm/4.2.x/configuration/guide/netwcsm.html#wp1065827&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 17:11:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-module/m-p/982771#M19368</guid>
      <dc:creator>Kristopher Martinez</dc:creator>
      <dc:date>2008-03-04T17:11:59Z</dc:date>
    </item>
  </channel>
</rss>

