
Anonymous
Not applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2020
05:17 PM
Removing an Extended IP access list Total Access 908e
I am trying to figure out how to remove this entry that I did by mistake using the CLI
Extended IP access list web-acl-6
permit ip any any log
Thanks
Chris
2 Replies

Anonymous
Not applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
01-02-2020
08:07 AM
Re: Removing an Extended IP access list Total Access 908e
Add "no" before the statement.


Honored Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
01-02-2020
10:58 AM
Re: Removing an Extended IP access list Total Access 908e
With CLI: At the configuration prompt:
no extended ip access list web-acl-6
[Ctrl-Z]
write mem
With GUI:
- Expand the Data section on the left-side dropdown.
- Click on Firewall/ACL in the Firewall section
- Scroll down to Modify/Delete ACLs
- Check the box for the one you want to delete
- Click "Remove selected ACLs" at the bottom
- Click the "Save" link at upper right.