beautypg.com

Removing acls from ports 7, Table 177. removing numbered ip acls example 7, Removing acls from ports – Allied Telesis AT-FS970M Series User Manual

Page 1527: Removing numbered ipv4 acls, Removing mac address acls

background image

AT-FS970M Switch Command Line User’s Guide

1527

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 1527

“Removing MAC Address ACLs” on page 1527

“Removing Named IPv4 ACLs” on page 1528

“Removing Named IPv6 ACLs” on page 1528

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 1546.

With this command, you can remove one ACL at a time. See Table 177.
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 1612.

Table 177. 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.