jnxSoamDmCfgMeasBinTable
1.3.6.1.4.1.2636.3.78.1.3.6
This table includes configuration objects for the Delay Measurement
bins to collect stats.
Each row in the table is automatically created when the Delay
Measurement session is defined for the selected MEP. The number of rows
created is based upon three items: the DM type, the number of bins
defined for each type, and whether bins are enabled for each type.
The first four indices are the same as used to create the DM session:
Maintenance Domain, MaNet, MEP identification, and jnxSoamDmCfgIndex. The
fifth index is the type of bin, and the sixth index is the bin number.
For a dmDmm session all nine types of bins can be created. For a dm1DmmTx
session no bins are created. For a dm1DmmRx session only types
forwardFrameDelay, forwardIfdv, and forwardFrameDelayRange can be created.
The number of bins created for a bin type is based upon: the
jnxSoamDmCfgNumMeasBinsPerFrameDelayInterval object, the
jnxSoamDmCfgNumMeasBinsPerInterFrameDelayVariationInterval object, the
jnxSoamDmCfgNumMeasBinsPerFrameDelayRangeInterval object, and
the jnxSoamDmCfgMeasurementEnable object.
For instance, if a dmDmm session with Bins per Frame Delay Interval
set to 5, Bins per Frame Delay Variation Interval set to 3, and Frame
Delay Range set to 2 (default), all of the appropriate bits set in
jnxSoamDmMeasurementCfgEnable, the following number of rows would be
created:
For bin types TwoWayFrameDelay(1), forwardFrameDelay(2), and
backwardFrameDelay(3) = 5 bins * 3 types = 15 rows
For bin types TwoWayIfdv(4), forwardIfdv(5), backwardIfdv(6) =
3 bins * 3 types = 9 rows.
For bins types twoWayFrameDelayRange(7), forwardFrameDelayRange(8),
backwardFrameDelayRange(9) =
2 bins * 3 types = 6 rows.
This gives a total of 30 rows created for the DMM session example.
Each value in the bin defaults to 5000us greater than the previous bin,
with the first bin default value set to 0.
For the delay example above (5 bins), the following default values
would be written to the bins:
bin 1: 0 (range is 0us <= measurement < 5,000us)
bin 2: 5000 (range is 5,000us <= measurement < 10,000us)
bin 3: 10000 (range is 10,000us <= measurement < 15,000us)
bin 4: 15000 (range is 15,000us <= measurement < 20,000us)
bin 5: 20000 (range is 20,000us <= measurement < infinity)
For the delay variation example above (3 bins), the following default
values would be written to the bins:
bin 1: 0 (range is 0us <= measurement < 5,000us)
bin 2: 5000 (range is 5,000us <= measurement < 10,000us)
bin 3: 10000 (range is 10,000us <= measurement < infinity)
For the frame delay range example above (2 bins), the following default
values would be written to the bins:
bin 1: 0 (range is 0us <= measurement < 5,000us)
bin 2: 5000 (range is 5,000us <= measurement < infinity)
The writable objects in this table need to be persistent upon reboot
or restart of a device.
Rows are only created if the corresponding measurement type has been enabled
via the jnxSoamDmCfgMeasurementEnable object.