Command Line Interface
4-268
4
Command Usage
CoS values assigned at the ingress port are also used at the egress port.
This command sets the CoS priority for all interfaces.
Example
The following example shows how to change the CoS assignments:
Related Commands
show queue cos-map (4-269)
show queue mode
This command shows the current queue mode.
Default Setting
None
Command Mode
Privileged Exec
Example
show queue bandwidth
This command displays the weighted round-robin (WRR) bandwidth allocation for
the four priority queues.
Default Setting
None
Command Mode
Privileged Exec
Console(config)#interface ethernet 1/1
Console(config-if)#queue cos-map 0 0
Console(config-if)#queue cos-map 1 1
Console(config-if)#queue cos-map 2 2
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: 0 1 2 1 2 2 3 3
Console#
Console#show queue mode
Queue mode: wrr
Console#