Removing acls from ports, Removing numbered ipv4 acls, Removing mac address acls – Allied Telesis AT-9000 Series User Manual
Page 1215: Removing acls from ports 7, Table 134. removing numbered ip acls example 7

AT-9000 Switch Command Line User’s Guide
1187
Removing ACLs from Ports
The command that you use to remove an ACL from a port depends on
which type of ACL you have created. See the following sections:
“Removing Numbered IPv4 ACLs” on page 1187
“Removing MAC Address ACLs” on page 1187
Removing
Numbered IPv4
ACLs
To remove Numbered IPv4 ACLs from ports so that the ports stop filtering
traffic, use the NO ACCESS-GROUP command in the Port Interface
mode. The command has the following format:
no access-group
id_number
For more information about this command, see “ACCESS-GROUP” on
page 1203.
With this command, you can remove one ACL at a time. See Table 134.
The following example removes an ACL with an ID number of 3082 from
port 15:
Removing MAC
Address ACLs
To remove a MAC ACL from a port on the switch, use the NO MAC
ACCESS-GROUP command in the Port Interface mode. Here is the
format of the command:
no mac access-group
id_number
For more information about this command, see “NO ACCESS-LIST” on
page 1229.
Table 134. Removing Numbered IP ACLs Example
Command
Description
awplus> enable
Enter the Privileged Executive mode from
the User Executive mode.
awplus# configure terminal
Enter the Global Configuration mode.
awplus(config)# interface
port1.0.15
Enter the Port Interface mode for port 15.
awplus(config_if)# no access-
group 3082
Remove ACL 3082 from port 15.