TN-ENTITY-SENSOR-MIB

File: TN-ENTITY-SENSOR-MIB.mib (12519 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ENTITY-MIB ENTITY-SENSOR-MIB TRANSITION-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 NOTIFICATION-GROUP TEXTUAL-CONVENTION
TimeStamp TruthValue entPhysicalIndex
entPhySensorValue EntitySensorValue tnProducts

Defined Types

TnSensorThresholdSeverity  
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 system might shut down the sensor associated FRU automatically if the sensor value reach the critical problem threshold.
TEXTUAL-CONVENTION    
  INTEGER other(1), minor(10), major(20), critical(30)  

TnSensorThresholdRelation  
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 greaterThan(3): if the sensor value is greater than the threshold value greaterOrEqual(4): if the sensor value is greater than or equal to the threshold value equalTo(5): if the sensor value is equal to the threshold value notEqualTo(6): if the sensor value is not equal to the threshold value
TEXTUAL-CONVENTION    
  INTEGER lessThan(1), lessOrEqual(2), greaterThan(3), greaterOrEqual(4), equalTo(5), notEqualTo(6)  

TnEntSensorExtEntry  
SEQUENCE    
  tnEntSensorExtRelayInstalled TruthValue
  tnEntSensorExtRelayEnabled TruthValue
  tnEntSensorExtModuleType INTEGER
  tnEntSensorExtOperMode INTEGER

TnEntSensorThresholdEntry  
SEQUENCE    
  tnEntSensorThresholdIndex Integer32
  tnEntSensorThresholdSeverity TnSensorThresholdSeverity
  tnEntSensorThresholdRelation TnSensorThresholdRelation
  tnEntSensorThresholdValue EntitySensorValue
  tnEntSensorThresholdEvaluation TruthValue
  tnEntSensorThresholdNotificationEnable TruthValue

Defined Values

tnEntitySensorMIB 1.3.6.1.4.1.868.2.5.6
The mib module for managing all powersupply and fan modules.
MODULE-IDENTITY    

tnEntitySensorMIBNotifications 1.3.6.1.4.1.868.2.5.6.0
OBJECT IDENTIFIER    

tnEntitySensorMIBObjects 1.3.6.1.4.1.868.2.5.6.1
OBJECT IDENTIFIER    

tnEntitySensorMIBConformance 1.3.6.1.4.1.868.2.5.6.2
OBJECT IDENTIFIER    

tnEntSensorValues 1.3.6.1.4.1.868.2.5.6.1.1
OBJECT IDENTIFIER    

tnEntSensorThresholds 1.3.6.1.4.1.868.2.5.6.1.2
OBJECT IDENTIFIER    

tnEntSensorGlobalObjects 1.3.6.1.4.1.868.2.5.6.1.3
OBJECT IDENTIFIER    

tnEntSensorExtTable 1.3.6.1.4.1.868.2.5.6.1.1.1
This table is an private extension of the public ENTITY-SENSOR-MIB entPhySensorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnEntSensorExtEntry

tnEntSensorExtEntry 1.3.6.1.4.1.868.2.5.6.1.1.1.1
The entries list the unique properties of the ION Power supply module.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnEntSensorExtEntry  

tnEntSensorExtRelayInstalled 1.3.6.1.4.1.868.2.5.6.1.1.1.1.1
This variable indicates if the relay contact is installed on the power supply module or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tnEntSensorExtRelayEnabled 1.3.6.1.4.1.868.2.5.6.1.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnEntSensorExtModuleType 1.3.6.1.4.1.868.2.5.6.1.1.1.1.3
This variable indicates if the power supply is AC or DC module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER acModule(1), dcModule(2)  

tnEntSensorExtOperMode 1.3.6.1.4.1.868.2.5.6.1.1.1.1.4
This variable indicates operational mode of the power supply when redundant modules exists.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER master(1), slave(2)  

tnEntSensorThresholdTable 1.3.6.1.4.1.868.2.5.6.1.2.1
This table lists the threshold severity, relation, and comparison value, for a sensor listed in the Entity-MIB EntPhysicalTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnEntSensorThresholdEntry

tnEntSensorThresholdEntry 1.3.6.1.4.1.868.2.5.6.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnEntSensorThresholdEntry  

tnEntSensorThresholdIndex 1.3.6.1.4.1.868.2.5.6.1.2.1.1.1
An index that uniquely identifies an entry in the tnEntSensorThresholdTable. This index permits the same sensor to have several different thresholds.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..99999999  

tnEntSensorThresholdSeverity 1.3.6.1.4.1.868.2.5.6.1.2.1.1.2
This variable indicates the severity of this threshold.
Status: current Access: read-write
OBJECT-TYPE    
  TnSensorThresholdSeverity  

tnEntSensorThresholdRelation 1.3.6.1.4.1.868.2.5.6.1.2.1.1.3
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 ...
Status: current Access: read-write
OBJECT-TYPE    
  TnSensorThresholdRelation  

tnEntSensorThresholdValue 1.3.6.1.4.1.868.2.5.6.1.2.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  EntitySensorValue  

tnEntSensorThresholdEvaluation 1.3.6.1.4.1.868.2.5.6.1.2.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tnEntSensorThresholdNotificationEnable 1.3.6.1.4.1.868.2.5.6.1.2.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnEntSensorThreshNotifGlobalEnable 1.3.6.1.4.1.868.2.5.6.1.3.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

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.
Status: current Access: read-write
NOTIFICATION-TYPE