DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
835
DWS-3160-24PC:admin# config wireless access_list ip standard 5 add_rule 3 type
deny match_every false srcip 10.20.30.40 srcmask 255.0.0.0
Command: config wireless access_list ip standard 5 add_rule 1 type deny
match_every false srcip 10.20.30.40 srcmask 255.0.0.0
Success.
DWS-3160-24PC:admin#
To update the ‘match_every’ value of a specified rule of an standard IP ACL to be true:
DWS-3160-24PC:admin#config wireless access_list ip standard 5 edit_rule 3
match_every true
Command: config wireless access_list ip standard 5 edit_rule 3 match_every true
Success.
DWS-3160-24PC:admin#
To delete a rule from an existed IP standard ACL:
DWS-3160-24PC:admin#config wireless access_list ip standard 5 del_rule 3
Command: config wireless access_list ip standard 5 del_rule 1
Success.
DWS-3160-24PC:admin#
92-6
config wireless access_list ipv6
Description
This command is used to configure the related parameters of IPv6 wireless access lists.
Format
config wireless access_list ipv6 <name 1-31> [rename <name 1-31> | add_rule <value 1-10>
type [deny | permit] match_every [true | false {src_ipv6 src_prefix <ipv6addr>
src_prefix_length <int 1-128> | dst_ipv6 dst_prefix <ipv6addr> dst_prefix_length <int 1-128>
| src_layer4_port [domain | echo | ftp | ftpdata | http | smtp | snmp | telnet | tftp | other <int 0-
65535>] | dst_layer4_port [domain | echo | ftp | ftpdata | http | smtp | snmp | telnet | tftp |
other <int 0-65535>] | protocol [ip | icmp | igmp | tcp | udp | other <int 1-255>] | ip_dscp [af11
| af12 | af13 | af21 | af22 | af23 | af31 | af32 | af33 | af41 | af42 | af43 | be | cs0 | cs1 | cs2 | cs3 |
cs4 | cs5 | cs6 | cs7 | ef | other <int 0-63>] | flow_label <uint 0-1048575>}] | del_rule <value 1-
10> | edit_rule <value 1-10> [type [deny | permit] | match_every [true | false] | src_prefix
<ipv6addr> src_prefix_length <int 1-128> | src_layer4_port [domain | echo | ftp | ftpdata |
http | smtp | snmp | telnet | tftp | other <int 0-65535>] | dst_prefix <ipv6addr>
dst_prefix_length <int 1-128> | dst_layer4_port [domain | echo | ftp | ftpdata | http | smtp |
snmp | telnet | tftp | other <int 0-65535>] | protocol [ip | icmp | igmp | tcp | udp | other <int 1-
255> ] | ip_dscp [af11 | af12 | af13 | af21 | af22 | af23 | af31 | af32 | af33 | af41 | af42 | af43 | be
| cs0 | cs1 | cs2 | cs3 | cs4 | cs5 | cs6 | cs7 | ef | other <int 0-63>] | flow_label <uint 0-
1048575>]]