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

VENDOR: TRANSITION ENGINEERING INC.


 Home MIB: TN-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
 tnEntitySensorMIB 1.3.6.1.4.1.868.2.5.6
The mib module for managing all powersupply and fan modules.
     tnEntitySensorMIBNotifications 1.3.6.1.4.1.868.2.5.6.0
         tnEntSensorThresholdNotification 1.3.6.1.4.1.868.2.5.6.0.1
The sensor value crossed the threshold listed in tnEntSensorThresholdTable. This notification is generated once each time the sensor value crosses the threshold. The agent implementation guarantees prompt, timely evaluation of threshold and generation of this notification.
     tnEntitySensorMIBObjects 1.3.6.1.4.1.868.2.5.6.1
         tnEntSensorValues 1.3.6.1.4.1.868.2.5.6.1.1
             tnEntSensorExtTable 1.3.6.1.4.1.868.2.5.6.1.1.1 no-access
This table is an private extension of the public ENTITY-SENSOR-MIB entPhySensorTable.
                 tnEntSensorExtEntry 1.3.6.1.4.1.868.2.5.6.1.1.1.1 no-access
The entries list the unique properties of the ION Power supply module.
                     tnEntSensorExtRelayInstalled 1.3.6.1.4.1.868.2.5.6.1.1.1.1.1 truthvalue read-only
This variable indicates if the relay contact is installed on the power supply module or not.
                     tnEntSensorExtRelayEnabled 1.3.6.1.4.1.868.2.5.6.1.1.1.1.2 truthvalue read-write
This variable enables or disables the relay contact if it is installed (tnEntSensorExtRelayInstalled) in the power supply. This relay contact is used to trigger an event to the user by attaching an external indicator.
                     tnEntSensorExtModuleType 1.3.6.1.4.1.868.2.5.6.1.1.1.1.3 integer read-only
This variable indicates if the power supply is AC or DC module. Enumeration: 'acModule': 1, 'dcModule': 2.
                     tnEntSensorExtOperMode 1.3.6.1.4.1.868.2.5.6.1.1.1.1.4 integer read-only
This variable indicates operational mode of the power supply when redundant modules exists. Enumeration: 'master': 1, 'slave': 2.
         tnEntSensorThresholds 1.3.6.1.4.1.868.2.5.6.1.2
             tnEntSensorThresholdTable 1.3.6.1.4.1.868.2.5.6.1.2.1 no-access
This table lists the threshold severity, relation, and comparison value, for a sensor listed in the Entity-MIB EntPhysicalTable.
                 tnEntSensorThresholdEntry 1.3.6.1.4.1.868.2.5.6.1.2.1.1 no-access
An tnEntSensorThresholdTable 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 instrumionEnts in differionEnt ways, such as RMON alarms, Expression-MIB, etc. Entries are created by the agionEnt at system startup and FRU insertion. Entries are deleted by the agionEnt at FRU removal.
                     tnEntSensorThresholdIndex 1.3.6.1.4.1.868.2.5.6.1.2.1.1.1 integer32 no-access
An index that uniquely identifies an entry in the tnEntSensorThresholdTable. This index permits the same sensor to have several different thresholds.
                     tnEntSensorThresholdSeverity 1.3.6.1.4.1.868.2.5.6.1.2.1.1.2 tnsensorthresholdseverity read-write
This variable indicates the severity of this threshold.
                     tnEntSensorThresholdRelation 1.3.6.1.4.1.868.2.5.6.1.2.1.1.3 tnsensorthresholdrelation read-write
This variable indicates the relation between sensor value (entSensorValue) and threshold value (tnEntSensorThresholdValue), required to trigger the alarm. when evaluating the relation, entSensorValue is on the left of tnEntSensorThresholdRelation, tnEntSensorThresholdValue is on the right. in pseudo-code, the evaluation-alarm mechanism is: ... if (entSensorStatus == ok) then if (evaluate(entSensorValue, tnEntSensorThresholdRelation, tnEntSensorThresholdValue)) then if (tnEntSensorThresholdNotificationEnable == true)) then raise_alarm(sensor's entPhysicalIndex); endif endif endif ...
                     tnEntSensorThresholdValue 1.3.6.1.4.1.868.2.5.6.1.2.1.1.4 entitysensorvalue 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 tnEntSensorThresholdTable without any semantic knowledge.
                     tnEntSensorThresholdEvaluation 1.3.6.1.4.1.868.2.5.6.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, tnEntSensorThresholdEvaluation is true(1). If the threshold condition is false, tnEntSensorThresholdEvaluation is false(2). Thresholds are evaluated at the rate indicated by entSensorValueUpdateRate.
                     tnEntSensorThresholdNotificationEnable 1.3.6.1.4.1.868.2.5.6.1.2.1.1.6 truthvalue read-write
This variable controls generation of tnEntSensorThresholdNotification for this threshold. When this variable is 'true', generation of tnEntSensorThresholdNotification is enabled for this threshold. When this variable is 'false', generation of tnEntSensorThresholdNotification is disabled for this threshold.
         tnEntSensorGlobalObjects 1.3.6.1.4.1.868.2.5.6.1.3
             tnEntSensorThreshNotifGlobalEnable 1.3.6.1.4.1.868.2.5.6.1.3.1 truthvalue read-write
This variable enables the generation of tnEntSensorThresholdNotification globally on the device. If this object value is 'false', then no tnEntSensorThresholdNotification will be generated on this device. If this object value is 'true', then whether a tnEntSensorThresholdNotification for a threshold will be generated or not depends on the instance value of tnEntSensorThresholdNotificationEnable for that threshold.
     tnEntitySensorMIBConformance 1.3.6.1.4.1.868.2.5.6.2