Reference Guide
Class (qos): c1
set qos-group 1
Class (qos): c2
set qos-group 4
Class (qos): c3
set qos-group 7
Egress queue statistics
Display egress-queue statistics of both transmitted and dropped packets and bytes.
• View the number of packets and bytes on the egress-queue prole on a specic interface in EXEC mode.
show qos interface ethernet node/slot/port[:subport] queue
• View the number of packets and bytes on the egress-queue prole on a specic queue in EXEC mode.
show queuing statistics interface ethernet node/slot/port[:subport] queue number
View packets and bytes in egress queue prole
OS10# show queuing statistics interface ethernet 1/1/1
Interface ethernet1/1/1 (All queues)
Description Packets Bytes
Output 2811 418309
Dropped 0 0
Green Drop 0 0
Yellow Drop 0 0
Red Drop 0 0
View packets and bytes on specic queue
OS10# show queuing statistics interface ethernet 1/1/1 queue 3
Interface ethernet 1/1/1 Queue 3
Description Packets Bytes
Output 0 0
Dropped 0 0
QoS commands
bandwidth
Assigns a percentage of weight to the queue.
Syntax
bandwidth percent value
Parameters percent value — Enter the percentage assignment of bandwidth to the queue (1 to 100).
Default Not congured
Command Mode POLICY-MAP QUEUE
Usage Information If you congure this command, you cannot use the priority command for the class.
Example
OS10(conf-pmap-que)# bandwidth percent 70
Supported Releases 10.2.0E or later
Quality of service 567