The qos default user-queue outbound command modifies the default user queue scheduling parameters.
The undo qos default user-queue outbound command cancels the new user queue scheduling parameters.
By default, the default user queue scheduling parameters are used.
Parameter | Description | Value |
---|---|---|
cir cir-value |
Specifies the CIR. |
The value can be 0 or an integer ranging from 16 to 4294967294, in kbit/s. The minimum CIR that can be configured is 0 kbit/s. The default CIR is 10000 kbit/s. |
cbs cbs-value |
Specifies the CBS. |
The value is an integer ranging from 1 to 4194304, in bytes. By default, the value complies with the following formula: cbs-value (byte) = cir-value (kbit/s) x 10 (ms)/8. |
pir pir-value |
Specifies the PIR. |
The value can be 0 or an integer ranging from 16 to 4294967294, in kbit/s. The minimum value of the PIR can be set to the specified value of the CIR.
|
pbs pbs-value |
Specifies the PBS. |
The value is an integer ranging from 1 to 4194304, in bytes. By default, the value complies with the following formula: pbs-value (byte) = pir-value (kbit/s) x 10 (ms)/8. |
weight weight-value |
Specifies the weight value. |
The value is an integer ranging from 1 to 63. |
outbound |
Indicates outgoing packets. |
- |
Usage Scenario
On the CR5D0EFGFE70/CR5D0L5XFE70/CR5D0L2XFE70/CR5DL2XEFG7E/CR5D0L5XFA7E/CR5D0L5XFE71/CR5DLAXFAJ7E , the default weight of an SQ is 64. On the other boards or subcards, the default weight of an SQ is 10.
For example, a main interface has three sub-interfaces.<HUAWEI> system-view [~HUAWEI] interface Eth-Trunk 1 [~HUAWEI-Eth-Trunk1] quit [~HUAWEI] interface GigabitEthernet0/1/0 [~HUAWEI-GigabitEthernet0/1/0] eth-trunk 1 [~HUAWEI-GigabitEthernet0/1/0-eth-trunk 1] qos default user-queue cir 20000 cbs 300 pir 30000 pbs 400 weight 12 outbound
<HUAWEI> system-view [~HUAWEI] interface GigabitEthernet0/1/0 [~HUAWEI-GigabitEthernet0/1/0] qos default user-queue cir 20000 cbs 33 pir 30000 pbs 44 weight 23 outbound