qos queue-profile
Syntax
qos queue-profile <NAME>
no qos queue-profile <NAME>
Description
Creates a new QoS queue profile and switches to the
config-queue
context for the profile. Or, if the specified QoS queue profile exists, this command switches to the
config-queue
context for the profile.
A queue profile maps queues to local-priority values.
Each profile has eight queues, numbered 0 to 7. The larger the queue number, the higher its priority during transmission scheduling.
A queue profile named
factory-default is defined by default and is automatically applied to all interfaces. It cannot be edited or deleted. Use the command
show qos queue-profile factory-default
to view this profile. Do not use
show running-configuration
, as it will only display changes from the initial values.
no
form of this command removes the specified QoS queue profile. Only profiles that are not currently applied can be removed.
Command context
config
Parameters
<NAME>
Specifies the name of the QoS queue profile to create or configure. 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
Creating the profile myprofile:
switch(config)# qos queue-profile myprofile switch(config-queue)#
Deleting the profile myprofile:
switch(config)# no qos queue-profile myprofile