C
LASS
OF
S
ERVICE
C
ONFIGURATION
2-61
Web – Click Priority/IP Precedence Priority. Select a port or trunk from
the Interface field (note that settings apply to all interfaces). Select an IP
Precedence value from the IP Precedence Priority Table by clicking on it
with your cursor, enter a value in the Class of Service Value field, and then
click “Apply.” Be sure to also select “IP Precedence” from the IP
Precedence/DSCP Priority Status menu.
CLI – 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 for that port.
Console(config)#map ip precedence 3-128
Console(config)#interface ethernet 1/5 3-68
Console(config-if)#map ip precedence 1 cos 0 3-128
Console(config-if)#end
Console#show map ip precedence ethernet 1/5 3-133
Precedence mapping status: disabled
Port Precedence COS
--------- ---------- ---
Eth 1/ 5 0 0
Eth 1/ 5 1 0
Eth 1/ 5 2 2
Eth 1/ 5 3 3
Eth 1/ 5 4 4
Eth 1/ 5 5 5
Eth 1/ 5 6 6
Eth 1/ 5 7 7
Console#