name queue
Syntax
name queue <QUEUE-NUMBER> <DESCRIPTION>
no name queue <QUEUE-NUMBER>
Description
Assigns a description to a queue in a queue profile. This is for identification purposes and has no effect on configuration.
Theno
form of this command removes the description associated with a queue.
Command context
config-queue
Parameters
<QUEUE-NUMBER>
Specifies the queue number of the queue. Range: 0 to 7.
<DESCRIPTION>
Specifies a description for the queue. Range: 1 - 64 alphanumeric characters, including period (.), underscore (_), and hyphen (-).
Authority
Administrators
Examples
Assigning the description priority to queue 7:
switch(config)# qos queue-profile myprofile switch(config-queue)# name queue 7 priority
Removing the description priority from queue 7:
switch(config)# qos queue-profile myprofile switch(config-queue)# no name queue 7 priority