entSensorThresholdRelation
CISCO-ENTITY-SENSOR-MIB ·
.1.3.6.1.4.1.9.9.91.1.2.1.1.3
Object
column
r/w
SensorThresholdRelation
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
...
Context
- MIB
- CISCO-ENTITY-SENSOR-MIB
- OID
.1.3.6.1.4.1.9.9.91.1.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- entSensorThresholdEntry
- Table
- entSensorThresholdTable
- Siblings
- 5
Syntax
SensorThresholdRelation
- Source
- SensorThresholdRelation
- Base type
Enumeration
Values & Constraints
Type Values
1 | lessThan |
2 | lessOrEqual |
3 | greaterThan |
4 | greaterOrEqual |
5 | equalTo |
6 | notEqualTo |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| entSensorThresholdIndex An index that uniquely identifies an entry
in the entSensorThresholdTable. This index
permits the same sensor to have several
different thresholds. | column | Integer32 | .1.3.6.1.4.1.9.9.91.1.2.1.1.1 |
| entSensorThresholdSeverity This variable indicates the severity of this threshold. | column | SensorThresholdSeverity | .1.3.6.1.4.1.9.9.91.1.2.1.1.2 |
| entSensorThresholdValue This variable indicates the value of the threshold.
To correctly display or interpret this variable's value,
you must also know entSensorType, entSensorScale, and … | column | SensorValue | .1.3.6.1.4.1.9.9.91.1.2.1.1.4 |
| entSensorThresholdEvaluation This variable indicates the result of the most
recent evaluation of the threshold. If the threshold
condition is true, entSensorThresholdEvaluation
is true(1). If the threshold… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.9.9.91.1.2.1.1.5 |
| entSensorThresholdNotificationEnable This variable controls generation of
entSensorThresholdNotification for this threshold.
When this variable is 'true', generation of
entSensorThresholdNotification … | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.9.9.91.1.2.1.1.6 |