![WoMaster DS410 User Manual Download Page 88](http://html1.mh-extra.com/html/womaster/ds410/ds410_user-manual_994017088.webp)
88
Set Up PCP and DEI for Default Tag Remarking
The equivalent ICLI commands are:
# configure terminal
(config)# interface GigabitEthernet 1/3
! Set Default PCP to 5 and DEI to 0 (config-if)# qos tag-remark
pcp 5 dei 0 (config-if)# end
Example
: Map CoS 2 and DPL 0 to PCP 3 and DEI 0. Map CoS 3 and DPL 1 to PCP 4 and DEI 1.
Mapping CoS and DPL Using WebGUI
To map CoS 2/DPL 0 to PCP 3/DEI 0 and CoS 3/DPL 1 to PCP 4/DEI 1, perform the following steps.
1.
Click
Configuration
>
QoS
>
Port Tag Remarking
.
2.
On the
Port Tag Remarking
page, click the
Port Number
corresponding to the port, and enter the parameters as
shown in the following illustration.
Set Up CoS and DPL for Mapped Tag Remarking
The equivalent ICLI commands are:
# configure terminal
(config)# interface GigabitEthernet 1/2
! Set Tag Remarking to Mapped
(config-if)# qos tag-remark mapped
! Map QoS Class 2 and DPL 0 to PCP 3 and DEI 0
(config-if)# qos map cos-tag cos 2 dpl 0 pcp 3 dei 0
! Map QoS Class 3 and DPL 1 to PCP 4 and DEI 1
(config-if)# qos map cos-tag cos 3 dpl 1 pcp 4 dei 1
(config-if)# end