shared-shaping-rate
Sets the shared-shaping rate and burst size for the logical interface. This command must appear in the scheduler profile for either the best-effort queue or the best-effort scheduler node. The no version deletes the shared-shaping rate.
shared-shaping-rate sharedShapingRate [ operator operandValue ]* [ bps | kbps ]
[ burst burstSize [ milliseconds | bytes ] ] { simple | compound | auto }
[ explicit-constituents ]shared-shaping-rate operandValue [ operator operandValue ]* [ bps | kbps ]
[ burst burstSize [ milliseconds | bytes ] ] { simple | compound | auto }
[ explicit-constituents ]
- sharedShapingRateConstant shared-shaping rate in bits per second; in the range 10001000000000 (1 Kbps1000 Kbps)
- operatorMathematical function
- operandValueInput for the operator; can be a QoS parameter definition name or an integer
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
- bpsSpecifies shared-shaping rate in bits per second
- kbpsSpecifies shared-shaping rate in kilobits per second
- burstSizeNumber, in the range 0522240 (0510 KB); 0 enables the router to select an applicable default value
- millisecondsSpecifies burst size in milliseconds
- bytesSpecifies burst size in bytes
- simpleSpecifies the simple form of shared shaping, which does not manage voice and video traffic, but shapes data queue rates to the value of the shared rate minus the combined voice and video traffic rate
- autoSpecifies that the router automatically selects the type of shared shaping depending on the module; compound is selected only for line modules that support it, and simple is selected for all other line modules; this is the default mode
- compoundSpecifies the compound form of shared shaping, which actively shapes voice and video traffic so that the shared rate cannot be exceeded, and shapes data queue rates to the value of the shared rate minus the combined voice and video traffic rate; requires special hardware
- explicit-constituentsOverrides automatic selection of compound shared-shaping constituents and enables you to explicitly specify constituents and bandwidth allocation; generates an error message and has no effect when applied to modules that do not support compound shared shaping
Scheduler Profile Configuration
Command introduced before JUNOSe Release 7.1.0.
operator and operandValue variables added in JUNOSe Release 7.1.0.
milliseconds and bytes keywords added in JUNOSe Release 7.1.0.
bps and kbps keywords added in JUNOSe Release 8.0.0.