C613-50631-01 Rev A Command Reference for IE340 Series 2172
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
QOS COMMANDS
WRR
-QUEUE WEIGHT QUEUES
wrr-queue weight queues
Overview This command configures weighted round-robin based scheduling on the
specified egress queues on switch port interfaces only. The weights are specified
as ratios relative to each other.
Use the no wrr-queue command to remove weighted round-robin based
scheduling from the specified egress queue. The queue then reverts to its normal
priority-based scheduling.
Syntax
wrr-queue weight <1-15> queues [0][1][2][3][4][5][6][7]
no wrr-queue <queue-number>
Mode Interface Configuration for switch port interfaces only (not for static aggregated
interfaces).
Usage notes You cannot apply weighted round-robin based scheduling to static aggregated
interfaces (for example, sa2).
Example To apply a WRR weight of 6 to queues 0 and 1 on port1.0.1, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# wrr-queue weight 6 queues 0 1
To remove weighted round-robin scheduling from egress queue 2 on port1.0.1,
use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no wrr-queue 2
Related
commands
priority-queue
show mls qos interface
Parameter Description
<1-15> Weight (the higher the number the greater will be the queue
servicing).
[0][2]...[7] Selects one or more queues numbered 0 to 7.
<queue-number> Egress queue to revert to priority-based scheduling.