System information

Configuring the Switch
3-102
Command Attributes
IP Precedence Priority Table – Shows the IP Precedence to CoS map.
Class of Service Value – Maps a CoS value to the selected IP Precedence
value. Note that “0” represents low priority and “7” represent high priority.
Web – Click Priority, IP Precedence Priority. Select an entry from the IP Precedence
Priority Table, enter a value in the Class of Service Value field, and then click Apply.
CLI – The following example globally enables IP Precedence service on the switch,
maps IP Precedence value 1 to CoS value 0 (on port 1), and then displays the IP
Precedence settings.
* 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.
Console(config)#map ip precedence 4-150
Console(config)#interface ethernet 1/1 4-86
Console(config-if)#map ip precedence 1 cos 0 4-151
Console(config-if)#end
Console#show map ip precedence ethernet 1/1 4-154
Precedence mapping status: enabled
Port Precedence COS
--------- ---------- ---
Eth 1/ 1 0 0
Eth 1/ 1 1 0
Eth 1/ 1 2 2
Eth 1/ 1 3 3
Eth 1/ 1 4 4
Eth 1/ 1 5 5
Eth 1/ 1 6 6
Eth 1/ 1 7 7
Console#