User Manual

If this command is executed with the "no" syntax, the egress queue uses the strict priority (SP) method.
[Note]
In order to execute this command, QoS must be enabled.
[Example]
Set egress queues #7 and #6 to the SP method (7 has priority), and set #5, #4, #3, #2, #1, and #0 to the WRR method
(5:5:5:2:1:1).
SWP1(config)#no mls qos wrr-weight 7
SWP1(config)#no mls qos wrr-weight 6
SWP1(config)#mls qos wrr-weight 5 5
SWP1(config)#mls qos wrr-weight 4 5
SWP1(config)#mls qos wrr-weight 3 5
SWP1(config)#mls qos wrr-weight 2 2
SWP1(config)#mls qos wrr-weight 1 1
SWP1(config)#mls qos wrr-weight 0 1
13.2.47 Set traffic shaping (individual port)
[Syntax]
traffic-shape rate kbps CIR burst BC
no traffic-shape rate
[Parameter]
CIR : <18-1000000>
Traffic rate (kbps). Since rounding occurs, the value actually applied to the input value might be less
(see [Note])
BC : <4-16000>
Burst size (kbyte). Specified in 4-kbyte units.
[Initial value]
no traffic-shape rate
[Input mode]
interface mode
[Description]
Specifies shaping for the port.
If this command is executed with the "no" syntax, the port shaping setting is disabled.
[Note]
In order to execute this command, QoS must be enabled.
Since rounding occurs on the traffic rate, the value actually applied to the input value might be less.
Input value Traffic rate granularity (kbps)
18 - 23476 17.28
23477 - 1000000 261
[Example]
Reduce transmission from LAN port #1 down to CIR:30016 kbps, Bc:1876000 byte.
SWP1#interface ge1
SWP1(config-if)#traffic-shape rate kbps 30016 burst 1876
13.2.48 Set traffic-shaping (queue units)
[Syntax]
traffic-shape queue queue-id rate kbps CIR burst BC
no traffic-shape queue queue-id rate
[Parameter]
queue-id : <0-7>
Command Reference | Traffic control | 213