Gigabit Ethernet Switch Management Guide
C
ONFIGURING
THE
S
WITCH
3-166
Web – Click Priority, Traffic Classes. Mark an interface and click Select to
display the current mapping of CoS values to output queues. Assign
priorities to the traffic classes (i.e., output queues) for the selected
interface, then click Apply.
Figure 3-71. Configuring Ports and Trunks for Class of Service
CLI – The following example shows how to change the CoS assignments
to a one-to-one mapping.
Note: Mapping specific values for CoS priorities is implemented as an
interface configuration command, but any changes will apply to
the all interfaces on the switch.
Console(config)#interface ethernet 1/1 3-168
Console(config)#queue cos-map 0 0 3-260
Console(config)#queue cos-map 1 1
Console(config)#queue cos-map 2 2
Console(config)#exit
Console#show queue cos-map ethernet 1/1 3-262
Information of Eth 1/1
Traffic Class : 0 1 2 3 4 5 6 7
Priority Queue: 0 1 2 3 4 5 6 7
Information of Eth 1/2
Traffic Class : 0 1 2 3 4 5 6 7
Priority Queue: 0 1 2 3 4 5 6 7
.
.
.