CISCO-ENTITY-SENSOR-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ENTITY-SENSOR-EXT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoEntitySensorExtMIB 1.3.6.1.4.1.9.9.745
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).
         ciscoEntitySensorExtMIBNotifs 1.3.6.1.4.1.9.9.745.0
             ceSensorExtThresholdNotification 1.3.6.1.4.1.9.9.745.0.1
This notification is generated once each time the sensor value crosses the threshold value specified by ceSensorExtThresholdValue object.
         ciscoEntitySensorExtMIBObjects 1.3.6.1.4.1.9.9.745.1
             ceSensorExtThresholdTable 1.3.6.1.4.1.9.9.745.1.1 no-access
This table lists the threshold severity, relation, and comparison value, for a sensor entity listed in entPhysicalTable.
                 ceSensorExtThresholdEntry 1.3.6.1.4.1.9.9.745.1.1.1 no-access
An ceSensorExtThresholdTable entry describes the thresholds for a sensor: the threshold severity, the threshold value, the relation, and the evaluation of the threshold. Only entities with entPhysicalClass 'sensor' are listed in this table. For non FRU entities the entries are created by the agent at system startup and entries are never deleted by the agent. For FRU entities the entries are created at system startup if FRU is inserted at system startup, else entries are created when FRU is inserted. Entries are deleted by the agent when FRU is removed.
                     ceSensorExtThresholdIndex 1.3.6.1.4.1.9.9.745.1.1.1.1 unsigned32 no-access
An index that uniquely identifies an entry in the ceSensorExtThresholdTable. This index permits the same sensor to have several different thresholds.
                     ceSensorExtThresholdSeverity 1.3.6.1.4.1.9.9.745.1.1.1.2 ciscosensorthresholdseverity read-write
This object specifies the severity of this threshold.
                     ceSensorExtThresholdRelation 1.3.6.1.4.1.9.9.745.1.1.1.3 ciscosensorthresholdrelation read-write
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 ...
                     ceSensorExtThresholdValue 1.3.6.1.4.1.9.9.745.1.1.1.4 entitysensorvalue read-write
This object specifies the value of the threshold. The value of objects entPhySensorType, entPhysSensorScale and entPhySensorPrecision for this sensor entity defines how ceSensorExtThresholdValue can be displayed or intepreted by the user. entPhySensorValue can be compared with ceSensorExtThresholdValue without taking care of semantics of both objects.
                     ceSensorExtThresholdEvaluation 1.3.6.1.4.1.9.9.745.1.1.1.5 truthvalue read-only
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. 'evaluate' function returns a boolean value. evaluate(entPhySensorValue, ceSensorExtThresholdRelation, ceSensorExtThresholdValue) If evalute function returns true then ceSensorExtThresholdEvaluation is set to 'true' If evaluate function returns false then ceSensorExtThresholdEvaluation is set to 'false'. Thresholds are evaluated at the rate indicated by entPhySensorValueUpdateRate.
                     ceSensorExtThresholdNotifEnable 1.3.6.1.4.1.9.9.745.1.1.1.6 integer read-write
A control object to activate/deactivate ceSensorExtThresholdNotification. This object should hold any of the below values. enabled(1) - The notification is enabled for this entity disabled(2) - The notification is disabled for this entity transparent(3)- The notification is enabled/disabled based on ceSensorExtThresholdNotifGlobalEnable object This object controls generation of ceSensorExtThresholdNotification for this threshold. An exception to this is, if this object is set to 'transparent' then ceSensorExtThresholdNotification for this threshold is controlled by ceSensorExtThresholdNotifGlobalEnable object. This truth table explains how ceSensorExtThresholdNotifEnable is related with ceSensorExtThresholdNotifGlobalEnable to control the ceSensorExtThresholdNotification for this threshold E = enabled, D = Disabled, T = Transparent local_flag = ceSensorExtThresholdNotifEnable global_flag = ceSensorExtThresholdNotifGlobalEnable local_flag global_flag outcome_per_interface --------------------------------------------- E E E E D D D E D D D D T E E T D D Enumeration: 'disabled': 2, 'enabled': 1, 'transparent': 3.
             ciscoEntSensorExtGlobalObjects 1.3.6.1.4.1.9.9.745.1.2
                 ceSensorExtThresholdNotifGlobalEnable 1.3.6.1.4.1.9.9.745.1.2.1 integer read-write
A control object to activate/deactivate ceSensorExtThresholdNotification. This object should hold any of the below values. enabled(1) - The notification is enabled globally on the device disabled(2)- The notification is disabled globally on the device This object enables the generation of ceSensorExtThresholdNotification globally on the device. If this object value is 'disabled', then no ceSensorExtThresholdNotification will be generated on this device. If this object value is 'enabled', then whether a ceSensorExtThresholdNotification for a threshold will be generated or not depends on the instance value of ceSensorExtThresholdNotifEnable for that threshold. Enumeration: 'disabled': 2, 'enabled': 1.
         ciscoEntitySensorExtMIBConform 1.3.6.1.4.1.9.9.745.2
             ciscoEntSensorExtMIBCompliances 1.3.6.1.4.1.9.9.745.2.1
                 ciscoEntSensorExtMIBCompliance 1.3.6.1.4.1.9.9.745.2.1.1
An ENTITY-MIB implementation that adds notification for sensors in the entPhysicalTable must implement this group.
             ciscoEntSensorExtMIBGroups 1.3.6.1.4.1.9.9.745.2.2
                 ciscoEntSensorExtThresholdGroup 1.3.6.1.4.1.9.9.745.2.2.1
The collection of objects which are used to describe and monitor thresholds for sensors.
                 ciscoEntSensorExtNotificationGroup 1.3.6.1.4.1.9.9.745.2.2.2
The collection of notifications used for monitoring sensor threshold activity.
                 ciscoEntSensorExtNotificationCtrlGroup 1.3.6.1.4.1.9.9.745.2.2.3
The collection of objects which provide the global notification control on ceSensorExtThresholdNotification.