MIB Viewer

TN-ENTITY-SENSOR-MIB

25 objects
The mib module for managing all powersupply and fan modules.
Imported Objects
OIDNameAccessStatusDescription
1.3.6.1.4.1.868.2.5.6IdentitytnEntitySensorMIBThe mib module for managing all powersupply and fan modules.
1.3.6.1.4.1.868.2.5.6.0NodetnEntitySensorMIBNotifications
1.3.6.1.4.1.868.2.5.6.0.1NotificationtnEntSensorThresholdNotificationcurrentThe 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.1NodetnEntitySensorMIBObjects
1.3.6.1.4.1.868.2.5.6.1.1NodetnEntSensorValues
1.3.6.1.4.1.868.2.5.6.1.1.1TabletnEntSensorExtTablenot-accessiblecurrentThis 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.1RowtnEntSensorExtEntrynot-accessiblecurrentThe 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.1ColumntnEntSensorExtRelayInstalledread-onlycurrentThis 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.2ColumntnEntSensorExtRelayEnabledread-writecurrentThis 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.3ColumntnEntSensorExtModuleTyperead-onlycurrentThis 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.4ColumntnEntSensorExtOperModeread-onlycurrentThis variable indicates operational mode of the power supply when redundant modules exists.
1.3.6.1.4.1.868.2.5.6.1.2NodetnEntSensorThresholds
1.3.6.1.4.1.868.2.5.6.1.2.1TabletnEntSensorThresholdTablenot-accessiblecurrentThis 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.1RowtnEntSensorThresholdEntrynot-accessiblecurrentAn 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.1ColumntnEntSensorThresholdIndexnot-accessiblecurrentAn 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.2ColumntnEntSensorThresholdSeverityread-writecurrentThis variable indicates the severity of this threshold.
1.3.6.1.4.1.868.2.5.6.1.2.1.1.3ColumntnEntSensorThresholdRelationread-writecurrentThis 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.4ColumntnEntSensorThresholdValueread-writecurrentThis 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.5ColumntnEntSensorThresholdEvaluationread-onlycurrentThis 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.6ColumntnEntSensorThresholdNotificationEnableread-writecurrentThis 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.3NodetnEntSensorGlobalObjects
1.3.6.1.4.1.868.2.5.6.1.3.1ScalartnEntSensorThreshNotifGlobalEnableread-writecurrentThis 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.2NodetnEntitySensorMIBConformance
Type Definitions
NameSyntaxStatusDescription
TnSensorThresholdRelationINTEGER { 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…
TnSensorThresholdSeverityINTEGER { 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…