<?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 WCCP redirect's on DMVPN tunnel interfaces? in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812197#M46709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where would you apply the WCCP exclude statement if your WAAS subnet is off of a layer-3 switch and you're performing WCCP on the WAN routers with 61in/62out in the WAN interface? We have sale centers hanging off of our branch router so traffic can route to the local branch or to the MPLS from the SC. Right now, we we have WCCP 61in on the LAN side and 62in on the WAN side. Would it make sense to change it to 61in/62out on the WAN interface only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2011 21:02:12 GMT</pubDate>
    <dc:creator>johng231</dc:creator>
    <dc:date>2011-12-02T21:02:12Z</dc:date>
    <item>
      <title>WCCP redirect's on DMVPN tunnel interfaces?</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812194#M46706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to a special Branch Routing setup, where we're using DMVPN on a separate router (with a SRE module) as a backup WAN connection for a MPLS conenction, we probably need to put both WCCP redirect statements on the tunnel interface, in order to avoid multiple redirection and routing loops - e.g. :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Tunnel0 &lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects &lt;/P&gt;&lt;P&gt; ip mtu 1440&lt;/P&gt;&lt;P&gt; ip nhrp &amp;gt;statement(s)&amp;gt;&lt;/P&gt;&lt;P&gt; tunnel source FastEthernet0/0&lt;/P&gt;&lt;P&gt; tunnel mode gre multipoint&lt;/P&gt;&lt;P&gt; tunnel key 0 &lt;/P&gt;&lt;P&gt; tunnel protection ipsec profile cisco&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip wccp 61 redirect out&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip wccp 62 redirect in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course we have &lt;STRONG&gt;ip wccp redirect exclude in&lt;/STRONG&gt; on the SM interface and we're running with &lt;STRONG&gt;GRE negotiated return&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Will this work without breaking the DMVPN/NHRP setup ?&lt;/LI&gt;&lt;LI&gt;Is this a supported configuration ?&lt;/LI&gt;&lt;LI&gt;Does this have a bigger impact on router performance/CPU utilization than ordinary WCCP placement (router is a C2921-WAAS-SEC/K9) ?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finn&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2011 09:23:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812194#M46706</guid>
      <dc:creator>finn.poulsen</dc:creator>
      <dc:date>2011-11-24T09:23:46Z</dc:date>
    </item>
    <item>
      <title>WCCP redirect's on DMVPN tunnel interfaces?</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812195#M46707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Finn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this kind of setup is supported and should work fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the performance is concerned, it should not make a difference, because unlike other platforms, the 2921 router will always do the WCCP redirection in software, regardless of the redirection in which it's configured. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 11:06:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812195#M46707</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2011-11-24T11:06:41Z</dc:date>
    </item>
    <item>
      <title>WCCP redirect's on DMVPN tunnel interfaces?</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812196#M46708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your fast response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Finn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 11:20:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812196#M46708</guid>
      <dc:creator>finn.poulsen</dc:creator>
      <dc:date>2011-11-24T11:20:55Z</dc:date>
    </item>
    <item>
      <title>WCCP redirect's on DMVPN tunnel interfaces?</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812197#M46709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where would you apply the WCCP exclude statement if your WAAS subnet is off of a layer-3 switch and you're performing WCCP on the WAN routers with 61in/62out in the WAN interface? We have sale centers hanging off of our branch router so traffic can route to the local branch or to the MPLS from the SC. Right now, we we have WCCP 61in on the LAN side and 62in on the WAN side. Would it make sense to change it to 61in/62out on the WAN interface only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 21:02:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812197#M46709</guid>
      <dc:creator>johng231</dc:creator>
      <dc:date>2011-12-02T21:02:12Z</dc:date>
    </item>
    <item>
      <title>WCCP redirect's on DMVPN tunnel interfaces?</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812198#M46710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your WAE is L3 away from your router, the "redirect exclude-in" command needs to be added in the interface through which the traffic from the WAE is arriving. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, for the future, if the question is not related to the previous one, it would be better to open a separate thread to keeps things clear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2011 08:09:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-redirect-s-on-dmvpn-tunnel-interfaces/m-p/1812198#M46710</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2011-12-03T08:09:49Z</dc:date>
    </item>
  </channel>
</rss>

