qos queue-profile (interface view)
Function
Using the qos queue-profile command, you can apply a queue profile to an interface.
Using the undo qos queue-profile command, you can delete a queue profile from an interface.
By default, an interface is not bound to any queue profile.
The ACU2 does not support this command.
Usage Guidelines
Usage Scenario
A queue profile is a set of queue parameters that determine the scheduling mode between queues, length, weight, and traffic shaping rate of queues. After an interface is bound to a queue profile, different services can be provided for queues on the interface.
After a queue profile is created, bind the queue profile to an interface so that the scheduling modes, lengths, weights, and traffic shaping rates of queues take effect on the interface.
Prerequisites
A queue profile has been created by using the qos queue-profile (system view) command.
Precautions
When you modify the configuration of the queue profile bound to an interface, the modification is synchronized to the interface and takes effect immediately if the interface supports this configuration. If the interface does not support this configuration, the system displays a configuration failure message.
Before configuring this command, enable Traffic Manager using the qos traffic-management enable command.
Example
# Create a queue profile named hello-world, set the length of queue 0 to 4096 bytes, retain default values for other parameters, and apply the queue profile to GE0/0/1.
<AC6605> system-view [AC6605] qos queue-profile hello-world [AC6605-qos-queue-profile-hello-world] queue 0 length bytes 4096 [AC6605-qos-queue-profile-hello-world] quit [AC6605] interface gigabitethernet 0/0/1 [AC6605-GigabitEthernet0/0/1] qos queue-profile hello-world [AC6605-GigabitEthernet0/0/1] quit