Priority-queue – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1035
QoS Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
39.29
priority-queue
Configures strict priority based scheduling on the specified egress queues. You must
specify at least one queue.
Syntax
priority-queue {0}[1][2][3][4][5][6][7]
Mode
Interface Configuration
Usage
By default, the queues on all ports are set for priority queueing. You can change the queue
emptying sequence to weighted round robin, by using the
: You can then use the
command to reset the
selected queues to priority queueing.
Note that the emptying sequence for priority queueing is always highest queue number
to lowest queue number.
Example
To apply priority based scheduling to egress queues 1 and 2, use the commands:
Related
Commands
show mls qos interface
show mls qos interface queue-counters
wrr-queue weight queues
Parameter Description
{0}[1]...[7]
Specify the queues that will use strict priority scheduling. With
strict priority scheduling, the switch will completely empty the
highest numbered queue first, then start processing the next
lowest numbered queue.
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
priority-queue 1 2