Specifications

Priority Commands
3-147
3
Example
The following example shows how to map CoS values 0, 1 and 2 to priority queue 0,
value 3 to queue 1, values 4 and 5 to queue 2, and values 6 and 7 to queue 3:
Related Commands
show queue cos-map (3-147)
show queue bandwidth
Use this command to display the weighted round-robin (WRR) bandwidth allocation
for the priority queues.
Default Setting
None
Command Mode
Privileged Exec
Example
show queue cos-map
Use this command to show the class of service priority map.
Syntax
show queue cos-map [interface]
interface
ethernet unit/port
- unit - This is device 1.
- port - Port number.
port-channel channel-id (Range: 1-6)
Console(config)#interface ethernet 1/1
Console(config-if)#queue cos-map 0 1 2
Console(config-if)#queue cos-map 1 0 3
Console(config-if)#queue cos-map 2 4 5
Console(config-if)#queue cos-map 3 6 7
Console(config-if)#exit
Console#show queue cos-map ethernet 1/1
Information of Eth 1/1
Traffic Class : 0 1 2 3 4 5 6 7
Priority Queue: 1 0 0 1 2 2 3 3
Console#show queue bandwidth
Queue ID Weight
-------- ------
0 1
1 4
2 16
3 64