strict queue
Syntax
strict queue <QUEUE-NUMBER>
no strict queue <QUEUE-NUMBER>
Description
Assigns the strict priority algorithm to a queue. Strict priority services all packets waiting in a queue, before servicing the packets in lower priority queues. Strict priority can only be applied to the highest priority queue in a schedule profile.
Theno
form of this command removes the strict priority algorithm from a queue.
Command context
config-schedule
Parameters
<QUEUE-NUMBER>
Specifies the number of the queue. Range: 0 to 7.
Authority
Administrators
Examples
Assigning strict priority to queue 7 in the schedule profile myschedule:
switch(config)# qos schedule-profile myschedule switch(config-schedule)# strict queue 7
Deleting strict priority from queue 7 in the schedule profile myschedule:
switch(config)# qos schedule-profile myschedule switch(config-schedule)# no strict queue 7