CLI – The following example globally enables DSCP Priority service on the
switch, maps DSCP value 1 to CoS value 0 on port 5, and then displays all the
DSCP Priority settings for that port. (Note that the setting is global and applies to
all ports on the switch.)
Console(config)#map ip dscp
3-125
Console(config)#interface ethernet 1/5
3-68
Console(config-if)#map ip dscp 1 cos 0
3-126
Console(config-if)#end
Console#show map ip dscp ethernet 1/5
3-128
DSCP mapping status: disabled
Port DSCP COS
---------
----
---
Eth 1/ 5
0
0
Eth 1/ 5
1
0
Eth 1/ 5
2
0
Eth 1/ 5
3
0
.
.
.
Eth 1/ 5 6
1
0
Eth 1/ 5
62
0
Eth 1/ 5
63
0
Console#
82