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
1lessThan
2lessOrEqual
3greaterThan
4greaterOrEqual
5equalTo
6notEqualTo

Related Objects

Sibling Objects