C
ONFIGURING
THE
S
WITCH
2-72
Command Line Interface

The following example globally enables IP Precedence service on the

switch, maps IP Precedence value 1 to CoS value 0, and then displays all

the IP Precedence settings.

Console(config)#map ip precedence 3-131
Console(config)#interface ethernet 1/5 3-69
Console(config-if)#map ip precedence 1 cos 0 3-132
Console(config-if)#end
Console#show map ip precedence ethernet 1/5 3-136
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#