86
5 ef 1 1
6 cs6 1 1
7 cs7 sp N/A
Table 34 Command output
Field Description
Interface Interface type and interface number.
Output queue Type of the current output queue.
Group
Number of the group a queue is assigned to. By default, all queues belong to
group 1.
Weight
Packet-based queue scheduling weight of a queue. N/A is displayed for a queue
that uses the SP scheduling algorithm.
Byte count Byte-based scheduling weight of a queue.
qos wrr
Use qos wrr to enable WRR queuing on an interface.
Use undo qos wrr to restore the default.
Syntax
qos wrr { byte-count | weight }
undo qos wrr { byte-count | weight }
Default
Byte-count WRR queuing is used on an interface.
Views
Layer 2/Layer 3 Ethernet interface view
Predefined user roles
network-admin
Parameters
byte-count: Allocates bandwidth to queues in terms of bytes.
weight: Allocates bandwidth to queues based on their weights.
Usage guidelines
You must use the qos wrr command to enable WRR queuing before you can configure WRR
queuing parameters for a queue on an interface.
Examples
# Enable weight-based WRR queuing on Ten-GigabitEthernet 1/0/1.
<Sysname> system-view
[Sysname] interface ten-gigabitethernet 1/0/1
[Sysname-Ten-GigabitEthernet1/0/1] qos wrr weight
# Enable byte-count WRR queuing on Ten-GigabitEthernet 1/0/1.
<Sysname> system-view
[Sysname] interface ten-gigabitethernet 1/0/1
[Sysname-Ten-GigabitEthernet1/0/1] qos wrr byte-count