|
Description:
|
frUniLtsAlgorithm OBJECT-TYPE
SYNTAX INTEGER {
continousBurst(0),
intervalBurst(1),
delayBurst(2),
fixedBurst(3) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies which algorithm is used to generate the
frames.
ContinuousBurst
This mode of traffic generation creates traffic at the maximum rate
possible until all of the frames have been sent. The generator then
waits until the end of the timeInterval to begin again.
IntervalBurst
This algorithm attempts to generate 10 ms bursts of burstSize
frames. It will generate as many of the burstSize frames as it can per
sub-interval.
DelayedBurst
This algorithm generates bursts of burstSize frames separated by 10
ms delays.
FixedBurst
This aglorithm is similar to IntervalBurst, except a fixed burst size
of 12 frames is used.
delayMeasurement
This algorithm is used to measure delay. The specified number of
frames in the indicated pattern are generated, one at a time, with a
maximum wait of maxDelay before sending the next frame.
This algorithm is not implemented yet."
DEFVAL { continousBurst }
|
|
|