<?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: Can't remove wccp commands from ASA 5555-X in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3315045#M1065491</link>
    <description>&lt;P&gt;Ok, so after running the 'clear wccp config' command, and waiting a couple of minutes it did actually clear out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jan 2018 18:23:07 GMT</pubDate>
    <dc:creator>dirkmelvin</dc:creator>
    <dc:date>2018-01-20T18:23:07Z</dc:date>
    <item>
      <title>Can't remove wccp commands from ASA 5555-X</title>
      <link>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3198807#M1065484</link>
      <description>&lt;P&gt;After cleaning up names in many object groups which required the removal of the wccp config lines, I can't put back the wccp config for service groups 0 and 70, I'm receiving the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"ERROR: Can't change redirect-acl, first remove wccp configuration and re-enter with new redirect-acl"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The config has no wccp info left except "wccp 0" and "wccp 70" which can't be removed and means I can't set the redirect lists (these 2 lines appear to be stuck in the config)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the CLI session attempting to confgure the 2 entries:&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;ASA5555X# conf t&lt;BR /&gt;ASA5555X(config)# wccp 0 redirect-list WCCP_WS-REDIRECT group-list WCCP_WS-PROXY&lt;BR /&gt;ERROR: Can't change redirect-acl, first remove wccp configuration and re-enter with new redirect-acl&lt;BR /&gt;ASA5555X(config)# wccp 70 redirect-list WCCP_WS-REDIRECT group-list WCCP_WS-PROXY&lt;BR /&gt;ERROR: Can't change redirect-acl, first remove wccp configuration and re-enter with new redirect-acl&lt;BR /&gt;ASA5555X(config)#&lt;BR /&gt;ASA5555X# sh run | inc wccp&lt;BR /&gt;wccp 0&lt;BR /&gt;wccp 70&lt;BR /&gt;ASA5555X# conf t&lt;BR /&gt;ASA5555X(config)# no wccp 0&lt;BR /&gt;ASA5555X(config)# no wccp 70&lt;BR /&gt;ASA5555X(config)#&lt;BR /&gt;ASA5555X# sh run | inc wccp&lt;BR /&gt;wccp 0&lt;BR /&gt;wccp 70&lt;BR /&gt;ASA5555X#&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Relevant prior wccp confg: (minus the thousands of object group member entries)&lt;/P&gt;
&lt;P&gt;--&lt;BR /&gt;access-list WCCP_WS-REDIRECT extended deny ip object-group WCCP-REDIRECT_DENY any&lt;BR /&gt;access-list WCCP_WS-REDIRECT extended deny ip object-group WCCP-EXCLUDE any&lt;BR /&gt;access-list WCCP_WS-REDIRECT extended deny ip any object-group WCCP-LOCAL&lt;BR /&gt;access-list WCCP_WS-REDIRECT extended deny ip any object-group WCCP-EXTERNAL_DENY&lt;BR /&gt;access-list WCCP_WS-REDIRECT extended permit ip object-group WCCP-REDIRECT any&lt;BR /&gt;access-list WCCP_WS-PROXY extended permit ip object PROXY01 any&lt;BR /&gt;access-list WCCP_WS-PROXY extended permit ip object PROXY02 any&lt;BR /&gt;&lt;BR /&gt;wccp 0 redirect-list WCCP_WS-REDIRECT group-list WCCP_WS-PROXY&lt;BR /&gt;wccp 70 redirect-list WCCP_WS-REDIRECT group-list WCCP_WS-PROXY&lt;BR /&gt;wccp interface FW-INT 0 redirect in&lt;BR /&gt;wccp interface FW-INT 70 redirect in&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried from SSH/Console and ASDM but can't get the 2 lines removed, even tried power-cycling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can remove the ACLs and the wccp interface commands just fine, but not the wccp 0/70 ones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there some special way WCCP has to be removed after it's activated or is this bugged?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:29:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3198807#M1065484</guid>
      <dc:creator>cbell</dc:creator>
      <dc:date>2020-02-21T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remove wccp commands from ASA 5555-X</title>
      <link>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3199042#M1065487</link>
      <description>Hi,&lt;BR /&gt;If you want to remove all wccp configuration from ASA you could try:&lt;BR /&gt;clear configure wccp&lt;BR /&gt;&lt;BR /&gt;br, Mikael</description>
      <pubDate>Sun, 15 Oct 2017 20:00:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3199042#M1065487</guid>
      <dc:creator>mikael.lahtela</dc:creator>
      <dc:date>2017-10-15T20:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remove wccp commands from ASA 5555-X</title>
      <link>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3199698#M1065489</link>
      <description>&lt;P&gt;The command did not work on the version I was running "9.8(1)" but did work after upgrading to "9.8(2)8"and the lines are now removed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 21:00:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3199698#M1065489</guid>
      <dc:creator>cbell</dc:creator>
      <dc:date>2017-10-16T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remove wccp commands from ASA 5555-X</title>
      <link>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3315021#M1065490</link>
      <description>&lt;P&gt;Running 9.9(1) here and I can't get the WCCP config to remove/change.&lt;/P&gt;
&lt;P&gt;Tried ASDM and CLI/SSH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Funny thing is, I have been doing this all morning, and the moment that I sort of confirmed with Forcepoint the commands I have now are correct, is when it stops letting me modify.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 17:46:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3315021#M1065490</guid>
      <dc:creator>dirkmelvin</dc:creator>
      <dc:date>2018-01-20T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't remove wccp commands from ASA 5555-X</title>
      <link>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3315045#M1065491</link>
      <description>&lt;P&gt;Ok, so after running the 'clear wccp config' command, and waiting a couple of minutes it did actually clear out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 18:23:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-remove-wccp-commands-from-asa-5555-x/m-p/3315045#M1065491</guid>
      <dc:creator>dirkmelvin</dc:creator>
      <dc:date>2018-01-20T18:23:07Z</dc:date>
    </item>
  </channel>
</rss>

