Removing acls from ports, Removing numbered ipv4 acls, Removing mac address acls – Allied Telesis AT-8100 Series User Manual
Page 1549: Removing acls from ports 9, Ble 179. removing numbered ip acls example 9
AT-8100 Switch Command Line User’s Guide
1549
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 1549
“Removing MAC Address ACLs” on page 1549
“Removing Named IPv4 ACLs” on page 1550
“Removing Named IPv6 ACLs” on page 1550
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 1568.
With this command, you can remove one ACL at a time. See Table 179.
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 1634.
Table 179. 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.