TN-ENTITY-SENSOR-MIB
25 objects
The mib module for managing all powersupply and fan modules.
Imported Objects
| ENTITY-MIB | entPhysicalIndex |
| ENTITY-SENSOR-MIB | EntitySensorValue entPhySensorValue |
| SNMPv2-CONF | NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | TEXTUAL-CONVENTION TimeStamp TruthValue |
| TRANSITION-SMI | tnProducts |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.868.2.5.6 | IdentitytnEntitySensorMIB | The mib module for managing all powersupply and fan modules. | ||
| 1.3.6.1.4.1.868.2.5.6.0 | NodetnEntitySensorMIBNotifications | |||
| 1.3.6.1.4.1.868.2.5.6.0.1 | NotificationtnEntSensorThresholdNotification | current | The sensor value crossed the threshold listed in tnEntSensorThresholdTable. This notification is generated once each time the sensor value crosses the threshol… | |
| 1.3.6.1.4.1.868.2.5.6.1 | NodetnEntitySensorMIBObjects | |||
| 1.3.6.1.4.1.868.2.5.6.1.1 | NodetnEntSensorValues | |||
| 1.3.6.1.4.1.868.2.5.6.1.1.1 | TabletnEntSensorExtTable | not-accessible | current | This table is an private extension of the public ENTITY-SENSOR-MIB entPhySensorTable. |
| 1.3.6.1.4.1.868.2.5.6.1.1.1.1 | RowtnEntSensorExtEntry | not-accessible | current | The entries list the unique properties of the ION Power supply module. |
| 1.3.6.1.4.1.868.2.5.6.1.1.1.1.1 | ColumntnEntSensorExtRelayInstalled | read-only | current | This variable indicates if the relay contact is installed on the power supply module or not. |
| 1.3.6.1.4.1.868.2.5.6.1.1.1.1.2 | ColumntnEntSensorExtRelayEnabled | read-write | current | This variable enables or disables the relay contact if it is installed (tnEntSensorExtRelayInstalled) in the power supply. This relay contact is used to trigge… |
| 1.3.6.1.4.1.868.2.5.6.1.1.1.1.3 | ColumntnEntSensorExtModuleType | read-only | current | This variable indicates if the power supply is AC or DC module. |
| 1.3.6.1.4.1.868.2.5.6.1.1.1.1.4 | ColumntnEntSensorExtOperMode | read-only | current | This variable indicates operational mode of the power supply when redundant modules exists. |
| 1.3.6.1.4.1.868.2.5.6.1.2 | NodetnEntSensorThresholds | |||
| 1.3.6.1.4.1.868.2.5.6.1.2.1 | TabletnEntSensorThresholdTable | not-accessible | current | This table lists the threshold severity, relation, and comparison value, for a sensor listed in the Entity-MIB EntPhysicalTable. |
| 1.3.6.1.4.1.868.2.5.6.1.2.1.1 | RowtnEntSensorThresholdEntry | not-accessible | current | An tnEntSensorThresholdTable 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.868.2.5.6.1.2.1.1.1 | ColumntnEntSensorThresholdIndex | not-accessible | current | An index that uniquely identifies an entry in the tnEntSensorThresholdTable. This index permits the same sensor to have several different thresholds. |
| 1.3.6.1.4.1.868.2.5.6.1.2.1.1.2 | ColumntnEntSensorThresholdSeverity | read-write | current | This variable indicates the severity of this threshold. |
| 1.3.6.1.4.1.868.2.5.6.1.2.1.1.3 | ColumntnEntSensorThresholdRelation | read-write | current | This variable indicates the relation between sensor value (entSensorValue) and threshold value (tnEntSensorThresholdValue), required to trigger the alarm. when… |
| 1.3.6.1.4.1.868.2.5.6.1.2.1.1.4 | ColumntnEntSensorThresholdValue | read-write | current | This variable indicates the value of the threshold. To correctly display or interpret this variable's value, you must also know entSensorType, entSensorScale, … |
| 1.3.6.1.4.1.868.2.5.6.1.2.1.1.5 | ColumntnEntSensorThresholdEvaluation | read-only | current | This variable indicates the result of the most recent evaluation of the threshold. If the threshold condition is true, tnEntSensorThresholdEvaluation is true(1… |
| 1.3.6.1.4.1.868.2.5.6.1.2.1.1.6 | ColumntnEntSensorThresholdNotificationEnable | read-write | current | This variable controls generation of tnEntSensorThresholdNotification for this threshold. When this variable is 'true', generation of tnEntSensorThresholdNotif… |
| 1.3.6.1.4.1.868.2.5.6.1.3 | NodetnEntSensorGlobalObjects | |||
| 1.3.6.1.4.1.868.2.5.6.1.3.1 | ScalartnEntSensorThreshNotifGlobalEnable | read-write | current | This variable enables the generation of tnEntSensorThresholdNotification globally on the device. If this object value is 'false', then no tnEntSensorThresholdN… |
| 1.3.6.1.4.1.868.2.5.6.2 | NodetnEntitySensorMIBConformance |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| TnSensorThresholdRelation | 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… |
| TnSensorThresholdSeverity | 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… |