entSensorThresholdRelation

This variable indicates the relation between sensor value (entSensorValue) and threshold value (entSensorThresholdValue), required to trigger the alarm. when evaluating the relation, entSensorValue is on the left of entSensorThresholdRelation, entSensorThresholdValue is on the right. in pseudo-code, the evaluation-alarm mechanism is: ... if (entSensorStatus == ok) then if (evaluate(entSensorValue, entSensorThresholdRelation, entSensorThresholdValue)) then if (entSensorThresholdNotificationEnable == true)) then raise_alarm(sensor's entPhysicalIndex); endif endif endif ...

This OID is also declared by other modules: CISCO-ENTITY-SENSOR-MIB

Details

Possible values
1 lessThan
2 lessOrEqual
3 greaterThan
4 greaterOrEqual
5 equalTo
6 notEqualTo

Table columns

12 objects
Oid Name Access Type
1.3.6.1.4.1.9.9.91.1.2.1.1.1 entSensorThresholdIndex noaccess Unknown
1.3.6.1.4.1.9.9.91.1.2.1.1.1 entSensorThresholdIndex noaccess Unknown
1.3.6.1.4.1.9.9.91.1.2.1.1.2 entSensorThresholdSeverity readwrite SensorThresholdSeverity
1.3.6.1.4.1.9.9.91.1.2.1.1.2 entSensorThresholdSeverity readwrite SensorThresholdSeverity
1.3.6.1.4.1.9.9.91.1.2.1.1.3 entSensorThresholdRelation readwrite SensorThresholdRelation
1.3.6.1.4.1.9.9.91.1.2.1.1.3 entSensorThresholdRelation readwrite SensorThresholdRelation
1.3.6.1.4.1.9.9.91.1.2.1.1.4 entSensorThresholdValue readwrite SensorValue
1.3.6.1.4.1.9.9.91.1.2.1.1.4 entSensorThresholdValue readwrite SensorValue
1.3.6.1.4.1.9.9.91.1.2.1.1.5 entSensorThresholdEvaluation readonly TruthValue
1.3.6.1.4.1.9.9.91.1.2.1.1.5 entSensorThresholdEvaluation readonly TruthValue
1.3.6.1.4.1.9.9.91.1.2.1.1.6 entSensorThresholdNotificationEnable readwrite TruthValue
1.3.6.1.4.1.9.9.91.1.2.1.1.6 entSensorThresholdNotificationEnable readwrite TruthValue

Used by conformance groups

1 objects
  • 1.3.6.1.4.1.9.9.91.3.2.2 entitySensorThresholdGroup

Comments