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

VENDOR: CISCO


 Home MIB: CISCO-ENTITY-SENSOR-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
 ciscoEntitySensorMIB 1.3.6.1.4.1.9.9.91
The CISCO-ENTITY-SENSOR-MIB is used to monitor the values of sensors in the Entity-MIB (RFC 2037) entPhysicalTable.
       entitySensorMIBObjects 1.3.6.1.4.1.9.9.91.1
           entSensorValues 1.3.6.1.4.1.9.9.91.1.1
               entSensorValueTable 1.3.6.1.4.1.9.9.91.1.1.1 no-access
This table lists the type, scale, and present value of a sensor listed in the Entity-MIB entPhysicalTable.
                   entSensorValueEntry 1.3.6.1.4.1.9.9.91.1.1.1.1 no-access
An entSensorValueTable entry describes the present reading of a sensor, the measurement units and scale, and sensor operational status.
                       entSensorType 1.3.6.1.4.1.9.9.91.1.1.1.1.1 sensordatatype read-only
This variable indicates the type of data reported by the entSensorValue. This variable is set by the agent at start-up and the value does not change during operation.
                       entSensorScale 1.3.6.1.4.1.9.9.91.1.1.1.1.2 sensordatascale read-only
This variable indicates the exponent to apply to sensor values reported by entSensorValue. This variable is set by the agent at start-up and the value does not change during operation.
                       entSensorPrecision 1.3.6.1.4.1.9.9.91.1.1.1.1.3 sensorprecision read-only
This variable indicates the number of decimal places of precision in fixed-point sensor values reported by entSensorValue. This variable is set to 0 when entSensorType is not a fixed-point type: e.g.'percentRH(9)', 'rpm(10)', 'cmm(11)', or 'truthvalue(12)'. This variable is set by the agent at start-up and the value does not change during operation.
                       entSensorValue 1.3.6.1.4.1.9.9.91.1.1.1.1.4 sensorvalue read-only
This variable reports the most recent measurement seen by the sensor. To correctly display or interpret this variable's value, you must also know entSensorType, entSensorScale, and entSensorPrecision. However, you can compare entSensorValue with the threshold values given in entSensorThresholdTable without any semantic knowledge.
                       entSensorStatus 1.3.6.1.4.1.9.9.91.1.1.1.1.5 sensorstatus read-only
This variable indicates the present operational status of the sensor.
                       entSensorValueTimeStamp 1.3.6.1.4.1.9.9.91.1.1.1.1.6 timestamp read-only
This variable indicates the age of the value reported by entSensorValue
                       entSensorValueUpdateRate 1.3.6.1.4.1.9.9.91.1.1.1.1.7 sensorvalueupdaterate read-only
This variable indicates the rate that the agent updates entSensorValue.
                       entSensorMeasuredEntity 1.3.6.1.4.1.9.9.91.1.1.1.1.8 entphysicalindexorzero read-only
This object identifies the physical entity for which the sensor is taking measurements. For example, for a sensor measuring the voltage output of a power-supply, this object would be the entPhysicalIndex of that power-supply; for a sensor measuring the temperature inside one chassis of a multi-chassis system, this object would be the enPhysicalIndex of that chassis. This object has a value of zero when the physical entity for which the sensor is taking measurements can not be represented by any one row in the entPhysicalTable, or that there is no such physical entity.
           entSensorThresholds 1.3.6.1.4.1.9.9.91.1.2
               entSensorThresholdTable 1.3.6.1.4.1.9.9.91.1.2.1 no-access
This table lists the threshold severity, relation, and comparison value, for a sensor listed in the Entity-MIB entPhysicalTable.
                   entSensorThresholdEntry 1.3.6.1.4.1.9.9.91.1.2.1.1 no-access
An entSensorThresholdTable entry describes the thresholds for a sensor: the threshold severity, the threshold value, the relation, and the evaluation of the threshold. Only entities of type sensor(8) are listed in this table. Only pre-configured thresholds are listed in this table. Users can create sensor-value monitoring instruments in different ways, such as RMON alarms, Expression-MIB, etc. Entries are created by the agent at system startup and FRU insertion. Entries are deleted by the agent at FRU removal.
                       entSensorThresholdIndex 1.3.6.1.4.1.9.9.91.1.2.1.1.1 integer32 no-access
An index that uniquely identifies an entry in the entSensorThresholdTable. This index permits the same sensor to have several different thresholds.
                       entSensorThresholdSeverity 1.3.6.1.4.1.9.9.91.1.2.1.1.2 sensorthresholdseverity read-write
This variable indicates the severity of this threshold.
                       entSensorThresholdRelation 1.3.6.1.4.1.9.9.91.1.2.1.1.3 sensorthresholdrelation read-write
This variable indicates the relation between sensor value (entSensorValue) and threshold value (entSensorThresholdValue), required to trigger the alarm. when evaluating the relation, entSensorValue is on the left of entSensorThresholdRelation, entSensorThresholdValue is on the right. in pseudo-code, the evaluation-alarm mechanism is: ... if (entSensorStatus == ok) then if (evaluate(entSensorValue, entSensorThresholdRelation, entSensorThresholdValue)) then if (entSensorThresholdNotificationEnable == true)) then raise_alarm(sensor's entPhysicalIndex); endif endif endif ...
                       entSensorThresholdValue 1.3.6.1.4.1.9.9.91.1.2.1.1.4 sensorvalue read-write
This variable indicates the value of the threshold. To correctly display or interpret this variable's value, you must also know entSensorType, entSensorScale, and entSensorPrecision. However, you can directly compare entSensorValue with the threshold values given in entSensorThresholdTable without any semantic knowledge.
                       entSensorThresholdEvaluation 1.3.6.1.4.1.9.9.91.1.2.1.1.5 truthvalue read-only
This variable indicates the result of the most recent evaluation of the threshold. If the threshold condition is true, entSensorThresholdEvaluation is true(1). If the threshold condition is false, entSensorThresholdEvaluation is false(2). Thresholds are evaluated at the rate indicated by entSensorValueUpdateRate.
                       entSensorThresholdNotificationEnable 1.3.6.1.4.1.9.9.91.1.2.1.1.6 truthvalue read-write
This variable controls generation of entSensorThresholdNotification for this threshold. When this variable is 'true', generation of entSensorThresholdNotification is enabled for this threshold. When this variable is 'false', generation of entSensorThresholdNotification is disabled for this threshold.
           entSensorGlobalObjects 1.3.6.1.4.1.9.9.91.1.3
               entSensorThreshNotifGlobalEnable 1.3.6.1.4.1.9.9.91.1.3.1 truthvalue read-write
This variable enables the generation of entSensorThresholdNotification globally on the device. If this object value is 'false', then no entSensorThresholdNotification will be generated on this device. If this object value is 'true', then whether a entSensorThresholdNotification for a threshold will be generated or not depends on the instance value of entSensorThresholdNotificationEnable for that threshold.
       entitySensorMIBNotificationPrefix 1.3.6.1.4.1.9.9.91.2
           entitySensorMIBNotifications 1.3.6.1.4.1.9.9.91.2.0
               entSensorThresholdNotification 1.3.6.1.4.1.9.9.91.2.0.1
The notification is generated when the sensor value entSensorValue crosses the threshold value entSensorThresholdValue and the value of entSensorThreshNotifGlobalEnable is true. entSensorThresholdSeverity indicates the severity of this threshold. The agent implementation guarantees prompt, timely evaluation of threshold and generation of this notification.
               entSensorThresholdRecoveryNotification 1.3.6.1.4.1.9.9.91.2.0.2
This notification is generated as a recovery notification when the sensor value entSensorValue goes below the threshold value entSensorThresholdValue once it has generated entSensorThresholdNotification. The value of entSensorThreshNotifGlobalEnable needs to be true. entSensorThresholdSeverity indicates the severity of this threshold. The agent implementation guarantees prompt, timely evaluation of threshold and generation of this notification.
       entitySensorMIBConformance 1.3.6.1.4.1.9.9.91.3
           entitySensorMIBCompliances 1.3.6.1.4.1.9.9.91.3.1
               entitySensorMIBComplianceV01 1.3.6.1.4.1.9.9.91.3.1.1
An Entity-MIB implementation that lists sensors in its entPhysicalTable must implement this group.
               entitySensorMIBComplianceV02 1.3.6.1.4.1.9.9.91.3.1.2
An Entity-MIB implementation that lists sensors in its entPhysicalTable must implement this group.
               entitySensorMIBComplianceV03 1.3.6.1.4.1.9.9.91.3.1.3
An Entity-MIB implementation that lists sensors in its entPhysicalTable must implement this group.
               entitySensorMIBComplianceV04 1.3.6.1.4.1.9.9.91.3.1.4
An Entity-MIB implementation that lists sensors in its entPhysicalTable must implement this group.
               entitySensorMIBComplianceV05 1.3.6.1.4.1.9.9.91.3.1.5
An Entity-MIB implementation that lists sensors in its entPhysicalTable must implement this group.
           entitySensorMIBGroups 1.3.6.1.4.1.9.9.91.3.2
               entitySensorValueGroup 1.3.6.1.4.1.9.9.91.3.2.1
The collection of objects which are used to describe and monitor values of Entity-MIB entPhysicalTable entries of sensors.
               entitySensorThresholdGroup 1.3.6.1.4.1.9.9.91.3.2.2
The collection of objects which are used to describe and monitor thresholds for sensors.
               entitySensorThresholdNotificationGroup 1.3.6.1.4.1.9.9.91.3.2.3
The collection of notifications used for monitoring sensor threshold activity. entitySensorThresholdNotificationGroup object is superseded by entitySensorNotificationGroup.
               entitySensorValueGroupSup1 1.3.6.1.4.1.9.9.91.3.2.4
The collection of objects which are used to describe and track the measured entities of ENTITY-MIB entPhysicalTable.
               entitySensorNotifCtrlGlobalGroup 1.3.6.1.4.1.9.9.91.3.2.5
The collection of objects which provide the global notification control on entSensorThresholdNotification.
               entitySensorNotificationGroup 1.3.6.1.4.1.9.9.91.3.2.6
The collection of notifications used for monitoring sensor threshold activity.