qos queue-profile
Syntax
qos queue-profile no qos queue-profile
Description
Creates a new QoS queue profile and switches to theconfig-queue
环境概要文件。或者,如果指定的QoSqueue profile exists, this command switches to theconfig-queue
环境概要文件。
A queue profile maps queues to local-priority values.
Each profile supports up to eight queues, starting at 0 and incrementing sequentially to the number of desired queues.
A queue profile namedfactory-defaultis defined by default and is automatically applied to all interfaces. It cannot be edited or deleted. Use the commandshow qos queue-profile factory-default
to view this profile. Do not useshow 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
-
-
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 profilemyprofile:
switch(config)#qos queue-profile myprofileswitch(config-queue)#
Deleting the profilemyprofile:
switch(config)#no qos queue-profile myprofile