DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
833
ef
- Specifies that the IP DiffServ Code Point value will be set as 'ef'.
other
- Specifies that a custom IP DiffServ Code Point value will be used.
<int 0-63>
- Enter a custom IP DiffServ Code Point value here. This value must be
between 0 and 63.
Restrictions
Only Administrators can issue this command.
Example
To create a new rule for an existed IP named ACL:
DWS-3160-24PC:admin#config wireless access_list ip name aclIPNamed-1 add_rule 1
type deny match_every true
Command: config wireless access_list ip name aclIPNamed-1 add_rule 1 type deny
match_every true
Success.
DWS-3160-24PC:admin#config wireless access_list ip name aclIPNamed-1 add_rule 2
type deny match_every false srcip 10.90.200.1 srcmask 255.255.255.0
dst_layer4_port ftp
Command: config wireless access_list ip name aclIPNamed-1 add_rule 2 type deny
match_every false srcip 10.90.200.1 srcmask 255.255.255.0 dst_layer4_port ftp
Success.
DWS-3160-24PC:admin#
To update the ‘match_every’ value of a specified rule of a IP named ACL to be false:
DWS-3160-24PC:admin# config wireless access_list ip name aclIPNamed-1 edit_rule
1 match_every false
Command: config wireless access_list ip name aclIPNamed-1 edit_rule 1
match_every false
Success.
DWS-3160-24PC:admin#
To delete a rule from an existed IP named ACL:
DWS-3160-24PC:admin#config wireless access_list ip name aclIPNamed-1 del_rule 1
Command: config wireless access_list ip name aclIPNamed-1 del_rule 1
Success.
DWS-3160-24PC:admin#
92-5
config wireless access_list ip standard
Description
This command is used to configure the related parameters of standard wireless access lists.