ceSensorExtThresholdRelation
This object specifies the boolean relation between sensor value (entPhySensorValue) and threshold value (ceSensorExtThresholdValue), required to trigger the alarm. in pseudo-code, the evaluation-alarm mechanism is: ... if (evaluate(entPhySensorValue, ceSensorExtThresholdRelation, ceSensorExtThresholdValue)) then if (((ceSensorExtThresholdNotifEnable == enabled) || (ceSensorExtThresholdNotifEnable == transparent)) && (ceSensorExtThresholdNotifGlobalEnable == enabled)) then raise_alarm(sensor's entPhysicalIndex); endif endif ...
Details
| 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.745.1.1.1.1 | ceSensorExtThresholdIndex | noaccess | Unknown |
| 1.3.6.1.4.1.9.9.745.1.1.1.1 | ceSensorExtThresholdIndex | noaccess | Unknown |
| 1.3.6.1.4.1.9.9.745.1.1.1.2 | ceSensorExtThresholdSeverity | readwrite | CiscoSensorThresholdSeverity |
| 1.3.6.1.4.1.9.9.745.1.1.1.2 | ceSensorExtThresholdSeverity | readwrite | CiscoSensorThresholdSeverity |
| 1.3.6.1.4.1.9.9.745.1.1.1.3 | ceSensorExtThresholdRelation | readwrite | CiscoSensorThresholdRelation |
| 1.3.6.1.4.1.9.9.745.1.1.1.3 | ceSensorExtThresholdRelation | readwrite | CiscoSensorThresholdRelation |
| 1.3.6.1.4.1.9.9.745.1.1.1.4 | ceSensorExtThresholdValue | readwrite | EntitySensorValue |
| 1.3.6.1.4.1.9.9.745.1.1.1.4 | ceSensorExtThresholdValue | readwrite | EntitySensorValue |
| 1.3.6.1.4.1.9.9.745.1.1.1.5 | ceSensorExtThresholdEvaluation | readonly | TruthValue |
| 1.3.6.1.4.1.9.9.745.1.1.1.5 | ceSensorExtThresholdEvaluation | readonly | TruthValue |
| 1.3.6.1.4.1.9.9.745.1.1.1.6 | ceSensorExtThresholdNotifEnable | readwrite | enabled(1), disabled(2), transparent(3) |
| 1.3.6.1.4.1.9.9.745.1.1.1.6 | ceSensorExtThresholdNotifEnable | readwrite | enabled(1), disabled(2), transparent(3) |
Used by conformance groups
1 objects- 1.3.6.1.4.1.9.9.745.2.2.1 ciscoEntSensorExtThresholdGroup