CISCO-ENTITY-SENSOR-EXT-MIB
23 objects
This MIB is extension to ENTITY-SENSOR-MIB(RFC 3433). This MIB also defines the notifications applicable for sensors reported in ENTITY-MIB(RFC 4133).
Imported Objects
| CISCO-SMI | ciscoMgmt |
| ENTITY-MIB | entPhysicalDescr entPhysicalIndex entPhysicalName |
| ENTITY-SENSOR-MIB | EntitySensorValue entPhySensorType entPhySensorValue |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.745 | IdentityciscoEntitySensorExtMIB | This MIB is extension to ENTITY-SENSOR-MIB(RFC 3433). This MIB also defines the notifications applicable for sensors reported in ENTITY-MIB(RFC 4133). | ||
| 1.3.6.1.4.1.9.9.745.0 | NodeciscoEntitySensorExtMIBNotifs | |||
| 1.3.6.1.4.1.9.9.745.0.1 | NotificationceSensorExtThresholdNotification | current | This notification is generated once each time the sensor value crosses the threshold value specified by ceSensorExtThresholdValue object. | |
| 1.3.6.1.4.1.9.9.745.1 | NodeciscoEntitySensorExtMIBObjects | |||
| 1.3.6.1.4.1.9.9.745.1.1 | TableceSensorExtThresholdTable | not-accessible | current | This table lists the threshold severity, relation, and comparison value, for a sensor entity listed in entPhysicalTable. |
| 1.3.6.1.4.1.9.9.745.1.1.1 | RowceSensorExtThresholdEntry | not-accessible | current | An ceSensorExtThresholdTable entry describes the thresholds for a sensor: the threshold severity, the threshold value, the relation, and the evaluation of the … |
| 1.3.6.1.4.1.9.9.745.1.1.1.1 | ColumnceSensorExtThresholdIndex | not-accessible | current | An index that uniquely identifies an entry in the ceSensorExtThresholdTable. This index permits the same sensor to have several different thresholds. |
| 1.3.6.1.4.1.9.9.745.1.1.1.2 | ColumnceSensorExtThresholdSeverity | read-write | current | This object specifies the severity of this threshold. |
| 1.3.6.1.4.1.9.9.745.1.1.1.3 | ColumnceSensorExtThresholdRelation | read-write | current | This object specifies the boolean relation between sensor value (entPhySensorValue) and threshold value (ceSensorExtThresholdValue), required to trigger the al… |
| 1.3.6.1.4.1.9.9.745.1.1.1.4 | ColumnceSensorExtThresholdValue | read-write | current | This object specifies the value of the threshold. The value of objects entPhySensorType, entPhysSensorScale and entPhySensorPrecision for this sensor entity de… |
| 1.3.6.1.4.1.9.9.745.1.1.1.5 | ColumnceSensorExtThresholdEvaluation | read-only | current | This object indicates the result of the most recent evaluation of the threshold. The agent will execute the below 'evaluate' function to generate the notificat… |
| 1.3.6.1.4.1.9.9.745.1.1.1.6 | ColumnceSensorExtThresholdNotifEnable | read-write | current | A control object to activate/deactivate ceSensorExtThresholdNotification. This object should hold any of the below values. enabled(1) - The notification is ena… |
| 1.3.6.1.4.1.9.9.745.1.2 | NodeciscoEntSensorExtGlobalObjects | |||
| 1.3.6.1.4.1.9.9.745.1.2.1 | ScalarceSensorExtThresholdNotifGlobalEnable | read-write | current | A control object to activate/deactivate ceSensorExtThresholdNotification. This object should hold any of the below values. enabled(1) - The notification is ena… |
| 1.3.6.1.4.1.9.9.745.2 | NodeciscoEntitySensorExtMIBConform | |||
| 1.3.6.1.4.1.9.9.745.2.1 | NodeciscoEntSensorExtMIBCompliances | |||
| 1.3.6.1.4.1.9.9.745.2.1.1 | ComplianceciscoEntSensorExtMIBCompliance | current | An ENTITY-MIB implementation that adds notification for sensors in the entPhysicalTable must implement this group. | |
| 1.3.6.1.4.1.9.9.745.2.2 | NodeciscoEntSensorExtMIBGroups | |||
| 1.3.6.1.4.1.9.9.745.2.2.1 | GroupciscoEntSensorExtThresholdGroup | current | The collection of objects which are used to describe and monitor thresholds for sensors. | |
| 1.3.6.1.4.1.9.9.745.2.2.2 | GroupciscoEntSensorExtNotificationGroup | current | The collection of notifications used for monitoring sensor threshold activity. | |
| 1.3.6.1.4.1.9.9.745.2.2.3 | GroupciscoEntSensorExtNotificationCtrlGroup | current | The collection of objects which provide the global notification control on ceSensorExtThresholdNotification. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CiscoSensorThresholdRelation | INTEGER { lessThan(1), lessOrEqual(2), greaterThan(3), greaterOrEqual(4), equalTo(5), notEqualTo(6) } | current | sensor threshold relational operator types. valid values are: lessThan(1): if the sensor value is less than the threshold value lessOrEqual(2): if the sensor value is less than or equal to the threshold value greaterTha… |
| CiscoSensorThresholdSeverity | INTEGER { other(1), minor(10), major(20), critical(30) } | current | sensor threshold severity. Valid values are: other(1) : a severity other than those listed below. minor(10) : Minor Problem threshold. major(20) : Major Problem threshold. critical(30): Critical problem threshold. A sys… |