ceSensorExtThresholdRelation
CISCO-ENTITY-SENSOR-EXT-MIB ·
.1.3.6.1.4.1.9.9.745.1.1.1.3
Object
column
r/w
CiscoSensorThresholdRelation
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
...
Context
- MIB
- CISCO-ENTITY-SENSOR-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.745.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ceSensorExtThresholdEntry
- Table
- ceSensorExtThresholdTable
- Siblings
- 5
Syntax
CiscoSensorThresholdRelation
- Source
- CiscoSensorThresholdRelation
- 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 |
|---|---|---|---|
| ceSensorExtThresholdIndex An index that uniquely identifies an entry
in the ceSensorExtThresholdTable. This index
permits the same sensor to have several
different thresholds. | column | Unsigned32 | .1.3.6.1.4.1.9.9.745.1.1.1.1 |
| ceSensorExtThresholdSeverity This object specifies the severity of this threshold. | column | CiscoSensorThresholdSeverity | .1.3.6.1.4.1.9.9.745.1.1.1.2 |
| ceSensorExtThresholdValue This object specifies the value of the threshold.
The value of objects entPhySensorType, entPhysSensorScale
and entPhySensorPrecision for this sensor entity define… | column | ENTITY-SENSOR-MIBEntitySensorValue | .1.3.6.1.4.1.9.9.745.1.1.1.4 |
| ceSensorExtThresholdEvaluation This object indicates the result of the most
recent evaluation of the threshold.
The agent will execute the below 'evaluate' function
to generate the notification… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.9.9.745.1.1.1.5 |
| ceSensorExtThresholdNotifEnable A control object to activate/deactivate
ceSensorExtThresholdNotification.
This object should hold any of the below values.
enabled(1) - The notification is enabl… | column | Enumeration | .1.3.6.1.4.1.9.9.745.1.1.1.6 |