dwrr queue
Syntax
dwrr queue <QUEUE-NUMBER> weight <WEIGHT>
no dwrr queue <QUEUE-NUMBER>
Description
Assigns the deficit weighted round robin (DWRR) algorithm and its weight to a queue. DWRR allocates available bandwidth among all non-empty queues in relation to the queue weights.
Theno
form of this command removes the DWRR algorithm from a queue.
Command context
config-schedule
Parameters
<QUEUE-NUMBER>
Specifies the queue number. Range: 0 to 7.
weight <WEIGHT>
Specifies the scheduling weight. Range: 1 to 253.
Authority
Administrators
Examples
Assigning DWRR with a weight of 17 to queue 2 in the schedule profile myschedule:
switch(config)# qos schedule-profile myschedule switch(config-schedule)# dwrr queue 2 weight 17
Deleting DWRR for queue 2 from the schedule profile myschedule:
switch(config)# qos schedule-profile myschedule switch(config-schedule)# no dwrr queue 2