![WoMaster DS410 User Manual Download Page 99](http://html1.mh-extra.com/html/womaster/ds410/ds410_user-manual_994017099.webp)
99
The equivalent ICLI commands are:
# configure terminal
! Create QCL rule for matching particular VLAN ID and range of PCP values. (config)# qos qce 1 interface
GigabitEthernet 1/2 tag vid 10 pcp 4-5 action cos 6
pcp-dei 6 0 (config)# end
Example
: Map on specific Dest MAC, Source IP, UDP Sport number on Port 2. Map these to CoS = 7, DP = 1 and,
DSCP = 9.
Mapping a Particular MAC Adress, Source IP, and UDP Sport Number Using WebGUI
To map specific destination MAC, Source IP, and UDP Sport number on Port 2, and map these to CoS = 7, DP = 1
and, DSCP = 9, perform the following steps.
1.
Click
Configuration
>
QoS
>
QoS Control List
and click the
Add QCE to End of List
icon. The
QCE Configuration
page opens. Create QCE Entry for Mapping MAC Address, IP, and UDP Port
2.
On the
QCE Configuration
page, set the appropriate values as shown in the following illustration. Map Frame
With Specifc MAC, IP, and UDP Port to CoS, DP, and DSCP
The equivalent ICLI commands are:
# configure terminal
! Create QCL rule for matching DMAC, SIP, UDP Sport on Port 2. (config)# qos qce 1 interface
GigabitEthernet 1/2 dmac 00-00-00-00-00-23 frametype
ipv4 proto udp sip 192.168.1.100/24 sport 4154 action cos 7 dpl 1 dscp 9 (config)# end