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.

The no form of this command removes the description associated with a queue.

Command context

config-queue

Parameters

<QUEUE-NUMBER>

Specifies the queue number. Range: 0 to 7.

<DESCRIPTION>

Specifies a queue description for identification purposes. Range: 1 to 64 alphanumeric characters, including period (.), underscore (_), and hyphen (-).

Authority

Administrators or local user group members with execution rights for this command.

Examples

Assigning the description priority-traffic to queue 7:

switch(config)# qos queue-profile myprofile
switch(config-queue)# name queue 7 priority-traffic

Removing the description from queue 7:

switch(config)# qos queue-profile myprofile
switch(config-queue)# no name queue 7