R3303-HP HSR6800 Routers ACL and QoS Command Reference

97
When the queue-key argument is tcp or udp, the key-value argument can take either a port name or a
port number.
Usage guidelines
The system matches a packet with match criteria of a CQ list in the order configured. When the packet
matches a certain criterion, it is allocated to the queue and the matching process is over.
You can execute this command multiple times with the same cql-index argument to create multiple match
criteria for IP packets.
Examples
# Configure a rule in CQ list 5 to assign packets matching ACL 3100 to queue 3.
<Sysname> system-view
[Sysname] qos cql 5 protocol ip acl 3100 queue 3
Related commands
qos cql default-queue
qos cql queue
qos cq cql
qos cql queue
Use qos cql queue to specify the length of a custom queue, the maximum number of packets a custom
queue can hold.
Use undo qos cql queue to restore the default.
Syntax
qos cql cql-index queue queue-number queue-length queue-length
undo qos cql cql-index queue queue-number queue-length
Views
System view
Default command level
2: System level
Parameters
cql-index: CQ list index in the range of 1 to 16.
queue-number: Queue number in the range of 1 to 16.
queue-length queue-length: Specifies the maximum queue length in the range of 1 to 1024. This
argument is 20 by default.
Usage guidelines
If the queue is full, subsequent packets are dropped.
Examples
# Set the length of queue 4 in CQ list 5 to 40.
<Sysname> system-view
[Sysname] qos cql 5 queue 4 queue-length 40