<?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: WCCP on ASA  in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695666#M13245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a WAAS deployment last year, the edge routers however were 6500s but the theory should be the same. After many discussions with Cisco SE's I was advised to used redirect lists with WCCP to only match the traffic from selected host subnets going to specific servers, this way  you could be sure you were only matching the traffic you wanted, in our case we were trying to prove CIFS optimisation. Because your matching from a host subnet to a server and vice versa it was easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp 61 redirect-list Permit_WCCP_interception&lt;/P&gt;&lt;P&gt;ip wccp 62 redirect-list Permit_WCCP_interception&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/10&lt;/P&gt;&lt;P&gt; description MPLS Link&lt;/P&gt;&lt;P&gt; ip address 10.1.1.254 255.255.255.252&lt;/P&gt;&lt;P&gt; ip wccp 61 redirect in&lt;/P&gt;&lt;P&gt; ip wccp 62 redirect out&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; mls qos trust dscp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan100&lt;/P&gt;&lt;P&gt; description WAE_vlan&lt;/P&gt;&lt;P&gt; ip address 192.168.1.255 255.255.255.0&lt;/P&gt;&lt;P&gt; ip wccp redirect exclude in&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended Permit_WCCP_interception&lt;/P&gt;&lt;P&gt; permit tcp 192.168.100.0 0.0.0.255 host 192.168.10.27&lt;/P&gt;&lt;P&gt; permit tcp host 192.168.10.27 192.168.100.0 0.0.0.255&lt;/P&gt;&lt;P&gt;  deny   ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see we had a redirect in and redirect out on the link into the MPLS cloud, and a redirect exlude in on the VLAN with the WAE in at the remote site. This was essentially replicated at both ends, with the topology being a pair of 6500s at the core and a single 6500 at the edge. The server VLANs in the core have no redirects as its all picked up inbound and outbound on the WAN link, likewise at the remote end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This probably goes against everything in the documentation, but after lots of pain it worked! With this configuration though you have to identify all traffic flows and for all protocols you want to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its of some help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 08:16:51 GMT</pubDate>
    <dc:creator>mark.duffy</dc:creator>
    <dc:date>2007-02-15T08:16:51Z</dc:date>
    <item>
      <title>WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695665#M13244</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get WCCP working on the ASA for WAAS implementation. Here is a simple snapshot of my config:&lt;/P&gt;&lt;P&gt;Eth 0/0 : Outside (to internet)&lt;/P&gt;&lt;P&gt;Eth 0/1 : Vlan1 (20.20.0.0/16) (trunk port to remote office LAN)&lt;/P&gt;&lt;P&gt;Eth 0/1.211 : Vlan211 (20.21.10.0/24)&lt;/P&gt;&lt;P&gt;Eth 0/1.212 : Vlan212 (20.21.20.0/24)&lt;/P&gt;&lt;P&gt;Eth 0/1.220 : Vlan220 (20.22.0.0/16)&lt;/P&gt;&lt;P&gt;Eth 0/2 : WAAS (20.21.30.0/24)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the site to site tunnel working. I can ping the WAAS device from the other end of the tunnel but I cannot ping it from the 20.20.0.0/16 network. I have enabled traffic between interfaces on same security level as WAAS and LAN have same security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this error message:&lt;/P&gt;&lt;P&gt;3 Feb 12 2007 17:54:05 305006 20.20.10.101 portmap translation creation failed for icmp src WAAS:20.21.30.230 dst LAN:20.20.10.101 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My second question is regarding WCCP on ASA. Here is the WCCP part of the config I have:&lt;/P&gt;&lt;P&gt;wccp 61 redirect-list WCCP_To_LAN&lt;/P&gt;&lt;P&gt;wccp 62 redirect-list WCCP_To_WAN&lt;/P&gt;&lt;P&gt;wccp interface outside 62 redirect in&lt;/P&gt;&lt;P&gt;wccp interface LAN 61 redirect in&lt;/P&gt;&lt;P&gt;access-list WCCP_To_LAN extended permit ip any 20.20.0.0 255.252.0.0&lt;/P&gt;&lt;P&gt;access-list WCCP_To_WAN extended permit ip 20.20.0.0 255.252.0.0 any&lt;/P&gt;&lt;P&gt;I am not seeing any packets being redirected to the WAE. I once changed the access lists to 'any any' and I saw some packets but I couldn't ping or telnet to the remote site. Could it be a loop? Is there any way to exclude traffic to avoid loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2007 00:23:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695665#M13244</guid>
      <dc:creator>ankit_parikh</dc:creator>
      <dc:date>2007-02-15T00:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695666#M13245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a WAAS deployment last year, the edge routers however were 6500s but the theory should be the same. After many discussions with Cisco SE's I was advised to used redirect lists with WCCP to only match the traffic from selected host subnets going to specific servers, this way  you could be sure you were only matching the traffic you wanted, in our case we were trying to prove CIFS optimisation. Because your matching from a host subnet to a server and vice versa it was easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp 61 redirect-list Permit_WCCP_interception&lt;/P&gt;&lt;P&gt;ip wccp 62 redirect-list Permit_WCCP_interception&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/10&lt;/P&gt;&lt;P&gt; description MPLS Link&lt;/P&gt;&lt;P&gt; ip address 10.1.1.254 255.255.255.252&lt;/P&gt;&lt;P&gt; ip wccp 61 redirect in&lt;/P&gt;&lt;P&gt; ip wccp 62 redirect out&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; mls qos trust dscp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan100&lt;/P&gt;&lt;P&gt; description WAE_vlan&lt;/P&gt;&lt;P&gt; ip address 192.168.1.255 255.255.255.0&lt;/P&gt;&lt;P&gt; ip wccp redirect exclude in&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended Permit_WCCP_interception&lt;/P&gt;&lt;P&gt; permit tcp 192.168.100.0 0.0.0.255 host 192.168.10.27&lt;/P&gt;&lt;P&gt; permit tcp host 192.168.10.27 192.168.100.0 0.0.0.255&lt;/P&gt;&lt;P&gt;  deny   ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see we had a redirect in and redirect out on the link into the MPLS cloud, and a redirect exlude in on the VLAN with the WAE in at the remote site. This was essentially replicated at both ends, with the topology being a pair of 6500s at the core and a single 6500 at the edge. The server VLANs in the core have no redirects as its all picked up inbound and outbound on the WAN link, likewise at the remote end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This probably goes against everything in the documentation, but after lots of pain it worked! With this configuration though you have to identify all traffic flows and for all protocols you want to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its of some help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 08:16:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695666#M13245</guid>
      <dc:creator>mark.duffy</dc:creator>
      <dc:date>2007-02-15T08:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695667#M13246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Your config is correct but ASA doesn't provide many options. For instance there is 'redirect out' and 'exclude in'. So the options are really limited. &lt;/P&gt;&lt;P&gt;WCCP is easy to implement on a router but we are trying to implement it on a ASA as an alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:10:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695667#M13246</guid>
      <dc:creator>ankit_parikh</dc:creator>
      <dc:date>2007-02-15T11:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695668#M13247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apology as I am not a routing guy,but is your ACL has correct mask? it should be 0.0.255.255 in my understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, try seeing stat of wccp on WAE, give sh wccp gre cli on WAE, and see the packets redirected by GRE. You can also enable debug wccp packets on WAE for more troubelshooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try redirect in and out on LAN interface only.It generally works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also try giving wccp redirect exclude-in on WAE interface, though its not necessary here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check WAE default gateway should be eth0/2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If nothing works, you can try PBR for WAAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 03:42:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695668#M13247</guid>
      <dc:creator>ravi_mishra</dc:creator>
      <dc:date>2007-02-21T03:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695669#M13248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subnet mask is correct. I am trying to address 20.20.x.x, 20.21.x.x, 20.22.x.x ...&lt;/P&gt;&lt;P&gt;all with 255.252.0.0 mask or the way you specified it 0.3.255.255.&lt;/P&gt;&lt;P&gt;I have tried enabling the debug for WCCP and packets. I couldn't see any traffic getting redirected. &lt;/P&gt;&lt;P&gt;The output 'sh wccp gre' just shows 0 packets for everything, since wccp isn't working. &lt;/P&gt;&lt;P&gt;ASA doesn't provide an option for redirect out and exclude statements. So I have to use redirect in on 2 separate interfaces. PBR is not an option with ASA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:33:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695669#M13248</guid>
      <dc:creator>ankit_parikh</dc:creator>
      <dc:date>2007-02-21T04:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695670#M13249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ASA appliance does not support the WCCP engine to be in a different interface of the host that will be served with the cached content.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 17:00:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695670#M13249</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2007-03-21T17:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695671#M13250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Guilherme,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. This does make quite a few things clear for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 21:46:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695671#M13250</guid>
      <dc:creator>ankit_parikh</dc:creator>
      <dc:date>2007-03-21T21:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695672#M13251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guilherme,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have version 8.0.3 on ASA, do you know if it has the same issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 22:48:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695672#M13251</guid>
      <dc:creator>heronmb</dc:creator>
      <dc:date>2008-06-12T22:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695673#M13252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"WCCP redirect is supported only on the ingress of an interface. The only topology that the security&lt;/P&gt;&lt;P&gt;appliance supports is when client and cache engine are behind the same interface of the security&lt;/P&gt;&lt;P&gt;appliance and the cache engine can directly communicate with the client without going through the&lt;/P&gt;&lt;P&gt;security appliance."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a copy and paste of: Cisco Security Appliance Command Line Configuration Guide&lt;/P&gt;&lt;P&gt;For the Cisco ASA 5500 Series and Cisco PIX 500 Series Software Version 8.0(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's on chapter 10 page 10 (178 on pdf)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 13:43:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695673#M13252</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2008-06-13T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP on ASA</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695674#M13253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"WCCP redirect is supported only on the ingress of an interface. The only topology that the security &lt;/P&gt;&lt;P&gt;appliance supports is when client and cache engine are behind the same interface of the security &lt;/P&gt;&lt;P&gt;appliance and the cache engine can directly communicate with the client without going through the &lt;/P&gt;&lt;P&gt;security appliance." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a copy and paste of: Cisco Security Appliance Command Line Configuration Guide &lt;/P&gt;&lt;P&gt;For the Cisco ASA 5500 Series and Cisco PIX 500 Series Software Version 8.0(1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's on chapter 10 page 10 (178 on pdf) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 13:44:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-on-asa/m-p/695674#M13253</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2008-06-13T13:44:35Z</dc:date>
    </item>
  </channel>
</rss>

