C
ONFIGURING

THE

S

WITCH

3-210

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.
Note: IP Precedence settings apply to all interfaces.
Web20 – Click Priority, IP Precedence Priority. Select a port or trunk from
the Interface field. Select an entry from the IP Precedence Priority Table,
enter a value in the Class of Service Value field, and then click Apply.
Figure 3-93 Mapping IP Precedence to Class of Service Values
CLI20 – The following example globally enables IP Precedence service on
the switch, maps IP Precedence value 1 to CoS value 0 on port 5, and then
displays all the IP Precedence settings.
20. 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-262
Console(config)#interface ethernet 1/5
Console(config-if)#map ip precedence 1 cos 0 4-263
Console(config-if)#end