DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
821
Parameters
mac
- Specifies to create a MAC ACL identified by its name.
<name 1-31>
- Enter the new MAC ACL name used here. This parameter is a case-sensitive
alphanumeric field. This name can be up to 31 characters long.
ip
- Specifies to create an IP ACL.
standard
- Specifies to create a standard IP ACL that is identified by the access list number.
<int 1-99>
- Enter the standard IP ACL access list number used here. This value must be
between 1 and 99.
extended
- Specifies to create an extended IP ACL that is identified by the access list
number.
<int 100-199>
- Enter the extended IP ACL access list number used here. This value must
be between 100 and 199.
name
- Specifies to create an IP ACL that is identified by its name.
<name 1-31>
- Enter the new IP ACL name used here. This parameter is a case-sensitive
alphanumeric field. This name can be up to 31 characters long.
ipv6
- Specifies to create an IPv6 ACL that is identified by its name.
<name 1-31>
- Enter the new IPv6 ACL name used here. This parameter is a case-sensitive
alphanumeric field. This name can be up to 31 characters long.
Restrictions
Only Administrators can issue this command.
Example
To create a MAC ACL:
DWS-3160-24PC:admin#create wireless access_list mac aclMac
Command: create wireless access_list mac aclMac
Success.
DWS-3160-24PC:admin#
To create a standard IP ACL:
DWS-3160-24PC:admin#create wireless access_list ip standard 5
Command: create wireless access_list ip standard 5
Success.
DWS-3160-24PC:admin#
92-2
delete wireless access_list
Description
This command is used to delete a MAC Access Control List (ACL), an IP ACL, an extended IP
ACL, or an IPv6 ACL.
Format
delete wireless access_list [mac <name 1-31> | ip [standard <int 1-99> | extended <int 100-
199> | name <name 1-31>] | ipv6 <name 1-31>]