dwrr queue
Syntax
dwrr queue weight 没有dwrr,ue
描述
Assigns the deficit weighted round robin (DWRR) algorithm and its weight to a queue in a schedule profile. DWRR allocates available bandwidth among all non-empty queues in relation to the queue weights.
The没有
form of this command removes the DWRR algorithm from a queue in a schedule profile.Command context
config-schedule
Parameters
-
-
Specifies the queue number. Range: 0 to 7.
-
weight
-
Specifies the scheduling weight. Range: 1 to 1023.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Assigning DWRR with a weight of17to queue2在计划的概要文件myschedule:
switch(config)#qos schedule-profile myscheduleswitch(config-schedule)#dwrr queue 2 weight 17
Deleting DWRR for queue2from the schedule profilemyschedule:
switch(config)#qos schedule-profile myscheduleswitch(config-schedule)#没有dwrr,ue 2