beautypg.com

Wrr-queue weight queues, Using the – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1058

background image

QoS Commands

Software Reference for x310 Series Switches

39.52

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

wrr-queue weight queues

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.

Syntax

wrr-queue weight <1-15> queues {0}[1][2][3][4][5][6][7]

Mode

Interface Configuration for switch port interfaces only (not for static aggregated
interfaces).

Usage

Only apply weighted round-robin based scheduling to switch port interfaces (for example,
awplus(config)#interface port1.0.2

).

You cannot apply weighted round-robin based scheduling to static aggregated interfaces
(for example, awplus(config)#interface sa2 ). Attempting to apply weighted
round-robin based scheduling on aggregated interfaces will display the console error
shown below:

Examples

To apply a wrr weight of 6 to queues 0 and 1 on port1.0.1, use the commands:

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}[1]...[7]

Egress queues 0-7 to select and assign a priority in the range
<0-7>. The queue number is indicated by the order of entry.
For example, queue 1 2 assigns priority 1 and 2 to queues 0
and 1 due to the order of entry. Queue 0 is a required queue.

awplus#

configure terminal

awplus(config)#

interface sa2

awplus(config-if)#

wrr-queue weight

% Invalid input detected at ^ marker

awplus#

configure terminal

awplus(config)#

interface port1.0.1

awplus(config-if)#

wrr-queue weight 6 queues 0 1