System information

2-70
Configuring the Switch
2
Web – Click Priority, IP DSCP Priority. Select a port or trunk from the Interface
field. Select an entry from the DSCP table, enter a value in the Class of Service
Value field, then click Apply.
Figure 2-46. Mapping IP DSCP Priority Values
* Mapping specific values for IP Precedence is implemented as an interface configuration
command, but any changes will apply to the all interfaces on the switch.
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.
Console(config)#map ip dscp 3-118
Console(config)#interface ethernet 1/5
Console(config-if)#map ip dscp 1 cos 0 3-119
Console(config-if)#end
Console#show map ip dscp ethernet 1/5 3-122
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#