Example
The following example shows how to map CoS values 0, 1 and 2 to CoS priority
queue 0, value 3 to CoS priority queue 1, values 4 and 5 to CoS priority queue 2,
and values 6 and 7 to CoS priority queue 3:
Console(config)#interface ethernet 1/1
Console(config-if)#queue cos-map 0 0 1 2
Console(config-if)#queue cos-map 1 3
Console(config-if)#queue cos-map 2 4 5
Console(config-if)#queue cos-map 3 6 7
Console(config-if)#
Related Commands
show queue cos-map
show queue bandwidth
Use this command to display the Weighted Round-Robin (WRR) bandwidth allo-
cation for the four class of service (CoS) priority queues.
Default Setting
None
Command Mode
Privileged Exec
Example
Console#show queue bandwidth
Queue ID Weight
------------ ---------
0
1
1
4
2
16
3
64
Console#
233