MIB Viewer

nwtControlSampleType

OBJECT-TYPE
1.3.6.1.4.1.23.2.26.1.1.1.5
Access
read-only
Status
mandatory
Sub-identifiers
0
The method of sampling the selected variable and calculating the value to be compared against the thresholds. If the value of this object is 'absoluteValue', the value of the selected variable at the end of the sampling interval will be compared directly with both the nwtControlRisingThreshold and the nwtControlFallingThreshold values. If the value of this object is 'deltaValue', the value of the selected variable at the end of the sampling interval will be subtracted from its value at the end of the previous sampling interval, and the difference compared with both the nwtControlRisingThreshold and the nwtControlFallingThreshold values. If the value of this object is 'averageValue', the average value of the selected variable over the sampling interval will be compared with both the nwtControlRisingThreshold and the nwtControlFallingThreshold values.
INTEGER { absoluteValue(1), deltaValue(2), averageValue(3) }