<?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 can't make redirect-list on 4507R-E in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861041#M46307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jilani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should not be a big issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you probably know, when WAAS wants to optimize a connection, it will add a option during the TCP handshake. Then, if this option is set also in the other direction, optimization will begin. In your case, since one of the branches has a ACL to limit what traffic is redirected, those connections that don't match the ACL will not get the TCP option inserted, and thus, they will not be optimized. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only possible problem comes from the fact that, on the branch, all the traffic will be sent to the WAE. Even if it's in pass-through, this still requires some processing from the WAE (to decapsulate, route....), so, if you have a lot of TCP traffic that is not getting optimized, you may end up wasting a lot of resources on the WAE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatey, nothing you can do apart from migrating your 4500 to a different platform. &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>Mon, 13 Feb 2012 13:36:56 GMT</pubDate>
    <dc:creator>Daniel Arrondo Ostiz</dc:creator>
    <dc:date>2012-02-13T13:36:56Z</dc:date>
    <item>
      <title>can't make redirect-list on 4507R-E</title>
      <link>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861040#M46306</link>
      <description>&lt;P&gt;I need to deploy WAAS between a branch and HQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HQ side is a catalyst switch 6509-E (VSS) and branch side is a catalyst 4507R-E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 6509-E supports&amp;nbsp; &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;"Redirect Filter" (an access-list) filtering just the traffic you want. The following is my access-list on HQ side :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp 61 redirect-list WCCPLIST group-list 3&lt;BR /&gt;ip wccp 62 redirect-list WCCPLIST group-list 3&lt;/P&gt;&lt;P&gt;access-list 3 permit 10.X.X.X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--------- WAE IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended WCCPLIST&lt;/P&gt;&lt;P&gt;remark ** ACL used for WCCP redirect-list **&lt;/P&gt;&lt;P&gt;remark Deny VoIP Control Traffic&lt;/P&gt;&lt;P&gt;deny tcp any any eq 1300&lt;/P&gt;&lt;P&gt;deny tcp any any eq 2428&lt;/P&gt;&lt;P&gt;deny tcp any any eq 2000&lt;/P&gt;&lt;P&gt;deny tcp any any eq 2001&lt;/P&gt;&lt;P&gt;deny tcp any any eq 2002&lt;/P&gt;&lt;P&gt;deny tcp any any eq 2443&lt;/P&gt;&lt;P&gt;deny tcp any any eq 1718&lt;/P&gt;&lt;P&gt;deny tcp any any eq 1719&lt;/P&gt;&lt;P&gt;deny tcp any any eq 1720&lt;/P&gt;&lt;P&gt;deny tcp any any eq 5060&lt;/P&gt;&lt;P&gt;deny tcp any any range 11000 11999&lt;/P&gt;&lt;P&gt;remark Deny MGT Traffic&lt;/P&gt;&lt;P&gt;deny tcp any any eq telnet&lt;/P&gt;&lt;P&gt;deny tcp any eq telnet any&lt;/P&gt;&lt;P&gt;deny tcp any any eq 22&lt;/P&gt;&lt;P&gt;deny tcp any any eq 161&lt;/P&gt;&lt;P&gt;deny tcp any any eq 162&lt;/P&gt;&lt;P&gt;deny tcp any any eq 123&lt;/P&gt;&lt;P&gt;deny tcp any any eq 8443&lt;/P&gt;&lt;P&gt;remark Deny Routing&lt;/P&gt;&lt;P&gt;deny tcp any any eq bgp&lt;/P&gt;&lt;P&gt;remark Deny Authentication Traffic&lt;/P&gt;&lt;P&gt;deny tcp any any eq tacacs&lt;/P&gt;&lt;P&gt;remark Accelerate Traffic between Branch and HQ&lt;/P&gt;&lt;P&gt;permit tcp 10.Br.Br.0 0.0.0.255 10.HQ.HQ.0 0.0.0.255&lt;/P&gt;&lt;P&gt;permit tcp 10.HQ.HQ.0 0.0.0.255 10.Br.Br.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas on the Branch side, the platform 4507R-E doesn't support ACL with WCCP, so it means the WCCP will intercept all the TCP traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the impact and how do i deal with this situation. &lt;/P&gt;&lt;P&gt;Or is the WAEintellgent enough to pass through the unwanted traffic ?&lt;/P&gt;&lt;P&gt;Or do i need to make individual policy for pass-through for each of the unwanted traffic ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jilani &lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2012 13:12:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861040#M46306</guid>
      <dc:creator>Abdul Basit Nisar Jilani</dc:creator>
      <dc:date>2012-02-11T13:12:16Z</dc:date>
    </item>
    <item>
      <title>can't make redirect-list on 4507R-E</title>
      <link>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861041#M46307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jilani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should not be a big issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you probably know, when WAAS wants to optimize a connection, it will add a option during the TCP handshake. Then, if this option is set also in the other direction, optimization will begin. In your case, since one of the branches has a ACL to limit what traffic is redirected, those connections that don't match the ACL will not get the TCP option inserted, and thus, they will not be optimized. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only possible problem comes from the fact that, on the branch, all the traffic will be sent to the WAE. Even if it's in pass-through, this still requires some processing from the WAE (to decapsulate, route....), so, if you have a lot of TCP traffic that is not getting optimized, you may end up wasting a lot of resources on the WAE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunatey, nothing you can do apart from migrating your 4500 to a different platform. &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>Mon, 13 Feb 2012 13:36:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861041#M46307</guid>
      <dc:creator>Daniel Arrondo Ostiz</dc:creator>
      <dc:date>2012-02-13T13:36:56Z</dc:date>
    </item>
    <item>
      <title>can't make redirect-list on 4507R-E</title>
      <link>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861042#M46308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jilani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't see from your mail what kind of supervisor you are using in your 45xx switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But please be aware that if your're using af SUP-7-E or a SUP-7-L-E WCCP is NOT supported for the time being.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WCCP is supported in Hardware but we're waiting for a software release, which supports this.&lt;/P&gt;&lt;P&gt;This is according to the release notes :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SUP-7-L-E : &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/docs/switches/lan/catalyst4500/release/note/OL_25346.html"&gt;http://www.cisco.com/en/US/partner/docs/switches/lan/catalyst4500/release/note/OL_25346.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SUP-7-E : &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/docs/switches/lan/catalyst4500/release/note/OL_24726.html"&gt;http://www.cisco.com/en/US/partner/docs/switches/lan/catalyst4500/release/note/OL_24726.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange thing is that you can actually "configure" some WCCP stuff, but the config will never hit the running-config.&lt;/P&gt;&lt;P&gt;And you cannot enable WCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feature navigator states that WCCP is available in IOS XE 3.2.0XO (for SUP-7-L-E) but release notes tend to be more trustworthy that feature navigator.&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 Poulsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:54:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861042#M46308</guid>
      <dc:creator>finn.poulsen</dc:creator>
      <dc:date>2012-02-14T08:54:01Z</dc:date>
    </item>
    <item>
      <title>can't make redirect-list on 4507R-E</title>
      <link>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861043#M46309</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;WS-C4507R-E with&amp;nbsp; Sup V-10GE 10GE (X2)&lt;/P&gt;&lt;P&gt;and IOS : Advance Enterprise 12.2(33)SXI2a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not configured the WCCP yet on the boxes but i do see the comands coming up in configution mode for WCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the Cisco Advisor Tool regarding the availability of WCCP feature on the these switches and it gives :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;Catalyst 4507R-E-Sup5-10GE supports the following with the mentioned IOS:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;WCCP Redirection on Inbound Interfaces&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;WCCP Version 2&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as Daniel mentioned, it shouldn't be an issue with WCCP without a redirect-list, provided i can configure them&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try it and let you guys know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re gards,&lt;/P&gt;&lt;P&gt;Jilani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 09:11:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861043#M46309</guid>
      <dc:creator>Abdul Basit Nisar Jilani</dc:creator>
      <dc:date>2012-02-14T09:11:18Z</dc:date>
    </item>
    <item>
      <title>can't make redirect-list on 4507R-E</title>
      <link>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861044#M46310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK - SUP V should be OK with respect to WCCP - however I don't think you've managed to get 12.2(33)SXI2a loaded on a SUP V - this is normally for a 6500 platform &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you encounter overload problems on the branch WAE (to many concurrent TCP sessions) implement an Interception Access list on the WAAS itself - see here : &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v441/configuration/guide/traffic.html#wp1206910"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v441/configuration/guide/traffic.html#wp1206910&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will not prevent the (unwanted) sessions from reaching the branch WAE - but it will prevent the branch WAE from trying to negotiate an Optimization session with the Datacenter WAE, by putting the session in Passthrough immidiately.&lt;/P&gt;&lt;P&gt;This will prevent the session from counting against the TCP connection limit during the TCP 3-way handshare period.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 09:26:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861044#M46310</guid>
      <dc:creator>finn.poulsen</dc:creator>
      <dc:date>2012-02-14T09:26:04Z</dc:date>
    </item>
    <item>
      <title>can't make redirect-list on 4507R-E</title>
      <link>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861045#M46311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes Finn,&amp;nbsp; you are right ! i can't put that IOS into SUP V , it was a copy paste mistake on my part &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is running:&amp;nbsp; 12.2(54)SG entservices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the link for Configuring an interception ACL is very useful. I didn't know that before. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 13:00:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/can-t-make-redirect-list-on-4507r-e/m-p/1861045#M46311</guid>
      <dc:creator>Abdul Basit Nisar Jilani</dc:creator>
      <dc:date>2012-02-14T13:00:54Z</dc:date>
    </item>
  </channel>
</rss>

