MIB Viewer

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-SMIciscoMgmt
ENTITY-MIBentPhysicalDescr entPhysicalIndex entPhysicalName
ENTITY-SENSOR-MIBEntitySensorValue entPhySensorType entPhySensorValue
SNMPv2-CONFMODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TCTEXTUAL-CONVENTION TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.745IdentityciscoEntitySensorExtMIBThis 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.0NodeciscoEntitySensorExtMIBNotifs
1.3.6.1.4.1.9.9.745.0.1NotificationceSensorExtThresholdNotificationcurrentThis 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.1NodeciscoEntitySensorExtMIBObjects
1.3.6.1.4.1.9.9.745.1.1TableceSensorExtThresholdTablenot-accessiblecurrentThis 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.1RowceSensorExtThresholdEntrynot-accessiblecurrentAn 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.1ColumnceSensorExtThresholdIndexnot-accessiblecurrentAn 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.2ColumnceSensorExtThresholdSeverityread-writecurrentThis object specifies the severity of this threshold.
1.3.6.1.4.1.9.9.745.1.1.1.3ColumnceSensorExtThresholdRelationread-writecurrentThis 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.4ColumnceSensorExtThresholdValueread-writecurrentThis 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.5ColumnceSensorExtThresholdEvaluationread-onlycurrentThis 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.6ColumnceSensorExtThresholdNotifEnableread-writecurrentA 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.2NodeciscoEntSensorExtGlobalObjects
1.3.6.1.4.1.9.9.745.1.2.1ScalarceSensorExtThresholdNotifGlobalEnableread-writecurrentA 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.2NodeciscoEntitySensorExtMIBConform
1.3.6.1.4.1.9.9.745.2.1NodeciscoEntSensorExtMIBCompliances
1.3.6.1.4.1.9.9.745.2.1.1ComplianceciscoEntSensorExtMIBCompliancecurrentAn 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.2NodeciscoEntSensorExtMIBGroups
1.3.6.1.4.1.9.9.745.2.2.1GroupciscoEntSensorExtThresholdGroupcurrentThe collection of objects which are used to describe and monitor thresholds for sensors.
1.3.6.1.4.1.9.9.745.2.2.2GroupciscoEntSensorExtNotificationGroupcurrentThe collection of notifications used for monitoring sensor threshold activity.
1.3.6.1.4.1.9.9.745.2.2.3GroupciscoEntSensorExtNotificationCtrlGroupcurrentThe collection of objects which provide the global notification control on ceSensorExtThresholdNotification.
Type Definitions
NameSyntaxStatusDescription
CiscoSensorThresholdRelationINTEGER { lessThan(1), lessOrEqual(2), greaterThan(3), greaterOrEqual(4), equalTo(5), notEqualTo(6) }currentsensor 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…
CiscoSensorThresholdSeverityINTEGER { other(1), minor(10), major(20), critical(30) }currentsensor 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…