C

LASS

OF

S

ERVICE

C
ONFIGURATION
2-63

CLI – The following example globally enables DSCP Priority service on

the swi tch, map s DSCP v alue 1 t o CoS val ue 0 on p ort 5, and the n displ ays

all the DSCP Priority settings for that port.

Console(config)#map ip dscp 3-130
Console(config)#interface ethernet 1/5 3-68
Console(config-if)#map ip dscp 1 cos 0 3-130
Console(config-if)#end
Console#show map ip dscp ethernet 1/5 3-134
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 61 0
Eth 1/ 5 62 0
Eth 1/ 5 63 0
Console#