<?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: Web server return traffic does not go through ACE in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/web-server-return-traffic-does-not-go-through-ace/m-p/695450#M13239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running ACE in routed/Bridge mode? If you are running it in routed mode then make sure that server side vlan SVI is not configured on MSFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you configure a source group in CSS, a CSS provides network address translation (NAT) of source IP addresses and port address translation (PAT) of source ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be achieved in ACE as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map nat&lt;/P&gt;&lt;P&gt;	match source-address any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map multi-match nat&lt;/P&gt;&lt;P&gt;	class nat&lt;/P&gt;&lt;P&gt;	  nat dynamic 1 vlan 100                                           &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface vlan 20 &amp;lt;-- Client Vlan&lt;/P&gt;&lt;P&gt;	ip address 10.20.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;	service-policy input nat            &lt;/P&gt;&lt;P&gt;	!&lt;/P&gt;&lt;P&gt;interface vlan 100 &amp;lt;-- Server Vlan&lt;/P&gt;&lt;P&gt;	ip address 10.10.10.100 255.255.255.0&lt;/P&gt;&lt;P&gt;	nat-pool 1 10.10.10.18 netmask 255.255.255.255 pat       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above config all traffic will be source nated to 10.10.10.18 before hitting the real server. Return traffic from servers will be destined to 10.10.10.18 and as a result will end up to ACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 21:56:20 GMT</pubDate>
    <dc:creator>Syed Iftekhar Ahmed</dc:creator>
    <dc:date>2007-03-20T21:56:20Z</dc:date>
    <item>
      <title>Web server return traffic does not go through ACE</title>
      <link>https://community.cisco.com/t5/application-networking/web-server-return-traffic-does-not-go-through-ace/m-p/695449#M13238</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had configured ACE for my web servers ,&lt;/P&gt;&lt;P&gt;when  i tried to hit VIP of webserver, return traffic directly tries to hit client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any command to instruct ACE (like group in CSS) for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aniruddha&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2007 20:51:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/web-server-return-traffic-does-not-go-through-ace/m-p/695449#M13238</guid>
      <dc:creator>ab_parkhi</dc:creator>
      <dc:date>2007-03-20T20:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Web server return traffic does not go through ACE</title>
      <link>https://community.cisco.com/t5/application-networking/web-server-return-traffic-does-not-go-through-ace/m-p/695450#M13239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running ACE in routed/Bridge mode? If you are running it in routed mode then make sure that server side vlan SVI is not configured on MSFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you configure a source group in CSS, a CSS provides network address translation (NAT) of source IP addresses and port address translation (PAT) of source ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be achieved in ACE as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map nat&lt;/P&gt;&lt;P&gt;	match source-address any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map multi-match nat&lt;/P&gt;&lt;P&gt;	class nat&lt;/P&gt;&lt;P&gt;	  nat dynamic 1 vlan 100                                           &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface vlan 20 &amp;lt;-- Client Vlan&lt;/P&gt;&lt;P&gt;	ip address 10.20.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;	service-policy input nat            &lt;/P&gt;&lt;P&gt;	!&lt;/P&gt;&lt;P&gt;interface vlan 100 &amp;lt;-- Server Vlan&lt;/P&gt;&lt;P&gt;	ip address 10.10.10.100 255.255.255.0&lt;/P&gt;&lt;P&gt;	nat-pool 1 10.10.10.18 netmask 255.255.255.255 pat       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above config all traffic will be source nated to 10.10.10.18 before hitting the real server. Return traffic from servers will be destined to 10.10.10.18 and as a result will end up to ACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 21:56:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/web-server-return-traffic-does-not-go-through-ace/m-p/695450#M13239</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2007-03-20T21:56:20Z</dc:date>
    </item>
  </channel>
</rss>

