瞿地图eue
Syntax
瞿地图eue 本地优先级 no map queue [local-priority ]
Description
Assigns a local priority to a queue in a queue profile. By default, the larger the queue number the higher its priority. A queue without a local priority value assigned to it is not used to store packets. The same queue can be assigned multiple local priorities.
Theno
form of this command removes the specified local priority from a specific queue. If no local priority number is specified, then all local priorities are removed from the queue.Command context
config-queue
Parameters
-
-
Specifies the queue number. Range: 0 to 7.
-
-
Specifies the queue priority. Range: 0 to 7, where 0 is the lowest priority and 7 is the highest.
Authority
Administrators or local user group members with execution rights for this command.
Usage
- For a queue profile to be complete and ready to be applied, all eight local priorities must be mapped to a queue.
The following commands illustrate an invalid configuration, where every local priority value is assigned to a queue.
瞿地图eue 0 local-priority 0瞿地图eue 1 local-priority 1瞿地图eue 1 local-priority 2地图3本地优先级队列瞿地图eue 4 local-priority 4瞿地图eue 5 local-priority 5瞿地图eue 5 local-priority 6瞿地图eue 5 local-priority 7The following commands illustrate an invalid configuration, because local priority 2 is not assigned to a queue.
瞿地图eue 0 local-priority 0瞿地图eue 1 local-priority 1瞿地图eue 2 local-priority 3瞿地图eue 3 local-priority 4瞿地图eue 4 local-priority 5瞿地图eue 5 local-priority 6瞿地图eue 5 local-priority 7
Examples
Assigning priority7to queue7in profilemyprofile:
switch(config)#qos queue-profile myprofileswitch(config-queue)#瞿地图eue 7 local-priority 7
Removing priority7from queue7in profilemyprofile:
switch(config)#qos queue-profile myprofileswitch(config-queue)#no map queue 7 local-priority 7