Deleting an ACL

This section explains the steps to delete an ACL. An ACL can be deleted using the no form irrespective of being mapped to a port. When an ACL is deleted, the associated rule is deleted from the hardware.

To delete an ACL, execute the following commands.

Type the following:

  • Enter the Global Configuration Mode.
iS5comm# configure terminal
iS5comm (config)# no mac access-list extended 1002
iS5comm (config)# no ip access-list extended 1006
  • Exit the Global Configuration Mode.
iS5comm(config) # end
  • Verify if the ACL have been deleted.
iS5comm# show access-lists mac 1002
%Invalid Mac Access List
iS5comm# show access-list ip 1006
%Invalid IP Access List