Configuring the ECN330-switch
3391553-KDU 137 365 Uen D 2006-06-16
Web – Click Priority, IP DSCP Priority. Select an entry from the DSCP table,
enter a value in the Class of Service Value field, then click Apply.
Figure 138 IP DSCP Priority
CLI – The following example globally enables DSCP Priority service on the
ECN330-switch, maps DSCP value 0 to CoS value 1 (on port 1), and then
displays the DSCP Priority settings.
Console(config)#map ip dscp
Console(config)#interface ethernet 1/1
Console(config-if)#map ip dscp 1 cos 0
Console(config-if)#end
Console#show map ip dscp ethernet 1/1
DSCP mapping status: disabled
Port DSCP COS
--------- ---- ---
Eth 1/ 1 0 0
Eth 1/ 1 1 0
Eth 1/ 1 2 0
Eth 1/ 1 3 0
.
.
.
Eth 1/ 1 61 0
Eth 1/ 1 62 0
Eth 1/ 1 63 0
Console#