Configuring Burst Size for Shapers on IQ2 and IQ2E Interfaces
This topic shows how to set the burst-size
while configuring the shaping-rate
and guaranteed-rate
under the [edit class-of-service traffic-control-profiles profile-name]
hierarchy level.
In following configuration for tcp1, the shaping-rate
burst size is set to 5 KB, and the guaranteed-rate
burst
size is set to 3 KB under the traffic-control-profiles
statement.
To apply this configuration to a logical interface (ifl), the traffic-control-profile
is attached to the ifl.
class-of-service { traffic-control-profiles { tcp1 { shaping-rate 100m burst-size 5k; guaranteed-rate 50m burst-size 3k; } tcp2 { shaping-rate 100m burst-size 5k; } } interfaces { interface-set ifset1 { output-traffic-control-profile tcp1; } ge-1/2/1 { unit 0 { output-traffic-control-profile tcp1; } } ge-1/2/2 { output-traffic-control-profile tcp2; } } }