priority level <0-7>
Use this command to configure a single output queuing class as the priority queue.
Use no command to unset the priority level from the queue.
Strict priority mode supports 8 level, i.e., 0 to 7. The queue is constructed such that a higher priority level has a higher priority.
If more than one queue is in the same level, then there will be fair queuing between those queues.
On qos-enable, all the queues will be in strict-priority. After changing the mode or un-setting the priority, queues will be set for WFQ mode with the default weight 1. To set them again in strict priority, the user needs to configure them manually.
Command Syntax
priority level <0-7>
no priority level
Parameters
<0-7>
Priority level
Default
No default value is specified
Command Mode
Policy map-class type queuing mode
Applicability
This command was introduced in OcNOS version 3.0.
Examples
#configure terminal
(config)#policy-map type queuing default default-out-policy
(config-pmap-que)#class type queuing default q0
(config-pmap-c-que)#priority level 2
Last modified date: 10/20/2023