cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

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

0 Kudos
2 Replies
Anonymous
Not applicable

Re: Removing an Extended IP access list Total Access 908e

Add "no" before the statement.

jayh
Honored Contributor
Honored Contributor

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.