TIARA-NETWORKS-ENVIRONMENT-MIB

File: TIARA-NETWORKS-ENVIRONMENT-MIB.mib (12653 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC-1215
TIARA-NETWORKS-SMI

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Gauge32
TEXTUAL-CONVENTION TruthValue TRAP-TYPE
tiaraMgmt

Defined Types

EnvState  
Represents the state of a device being monitored.
TEXTUAL-CONVENTION    
  INTEGER normal(1), warning(2), critical(3), fail(4), turned-off(5)  

EnvInstalled  
Installed flag for power supply.
TEXTUAL-CONVENTION    
  INTEGER not-installed(1), installed(2)  

EnvStatus  
Installed flag for power supply.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2)  

EnvType  
Installed flag for power supply.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), minus48VDC(2)  

EnvTempSensorEntry  
SEQUENCE    
  envTempSensorUnitIndex INTEGER
  envTempSensorValue Gauge32
  envTempSensorState EnvState

EnvFanEntry  
SEQUENCE    
  envFanUnitIndex INTEGER
  envFanState EnvState

EnvPwrsupEntry  
SEQUENCE    
  envPwrsupIndex INTEGER
  envPwrsupInstalled EnvInstalled
  envPwrsupStatus EnvStatus
  envPwrsupType EnvType
  envPwrsupUptime INTEGER
  envPwrsupDowntime INTEGER

Defined Values

tiaraEnvironmentMib 1.3.6.1.4.1.3174.2.3
Tok_String
MODULE-IDENTITY    

envObjects 1.3.6.1.4.1.3174.2.3.1
OBJECT IDENTIFIER    

envNotificationEnables 1.3.6.1.4.1.3174.2.3.2
OBJECT IDENTIFIER    

envNotifications 1.3.6.1.4.1.3174.2.3.3
OBJECT IDENTIFIER    

envTempSensorTable 1.3.6.1.4.1.3174.2.3.1.1
A list of module entries. The number of entries is given by the value of chassisNumSlots.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvTempSensorEntry

envTempSensorEntry 1.3.6.1.4.1.3174.2.3.1.1.1
Entry containing information about a temperature sensor within the chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvTempSensorEntry  

envTempSensorUnitIndex 1.3.6.1.4.1.3174.2.3.1.1.1.1
The index to access an entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..1  

envTempSensorValue 1.3.6.1.4.1.3174.2.3.1.1.1.2
The current value of the temperature sensor.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

envTempSensorState 1.3.6.1.4.1.3174.2.3.1.1.1.3
The current state of the temperature sensor.
Status: current Access: read-only
OBJECT-TYPE    
  EnvState  

envFanTable 1.3.6.1.4.1.3174.2.3.1.2
A list of fan unit entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvFanEntry

envFanEntry 1.3.6.1.4.1.3174.2.3.1.2.1
Entry containing information about a fan within the chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvFanEntry  

envFanUnitIndex 1.3.6.1.4.1.3174.2.3.1.2.1.1
The index to access an entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..1  

envFanState 1.3.6.1.4.1.3174.2.3.1.2.1.2
The current state of fan 0, normal/fail.
Status: current Access: read-only
OBJECT-TYPE    
  EnvState  

envPwrsupPowerFailCount 1.3.6.1.4.1.3174.2.3.1.3
Number of failures of either power supply since boot-up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

envPwrsupTable 1.3.6.1.4.1.3174.2.3.1.4
A list of power supply status information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvPwrsupEntry

envPwrsupEntry 1.3.6.1.4.1.3174.2.3.1.4.1
Entry containing power supply information.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvPwrsupEntry  

envPwrsupIndex 1.3.6.1.4.1.3174.2.3.1.4.1.1
Index to access entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2  

envPwrsupInstalled 1.3.6.1.4.1.3174.2.3.1.4.1.2
Power supply installed flag.
Status: current Access: read-only
OBJECT-TYPE    
  EnvInstalled  

envPwrsupStatus 1.3.6.1.4.1.3174.2.3.1.4.1.3
Power supply up/down status.
Status: current Access: read-only
OBJECT-TYPE    
  EnvStatus  

envPwrsupType 1.3.6.1.4.1.3174.2.3.1.4.1.4
Power supply type.
Status: current Access: read-only
OBJECT-TYPE    
  EnvType  

envPwrsupUptime 1.3.6.1.4.1.3174.2.3.1.4.1.5
Seconds since power supply came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

envPwrsupDowntime 1.3.6.1.4.1.3174.2.3.1.4.1.6
Seconds since power supply went down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

envEnableTemperatureNotification 1.3.6.1.4.1.3174.2.3.2.1
Indicates whether the system produces the envTemperatureNotification. The default is yes. Note: implementation is TBD.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

envEnableFanNotification 1.3.6.1.4.1.3174.2.3.2.2
Indicates whether the system produces the envFanNotification. The default is yes.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

envEnablePowerNotification 1.3.6.1.4.1.3174.2.3.2.3
Indicates whether the system produces the envPowerNotification. The default is yes.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

envTemperatureNotification 1
An envTemeratureNotification is sent if the environmental monitoring detects that the temperature is at a critical state. This may cause the system to shut down. This notification is sent only if envEnableTemperatureNotification is set to true.
TRAP-TYPE    

envFanNotification 2
An envFanNotification is sent if the environmental monitoring detects that a fan is in a critical state. This may cause the system to shut down. This notification is sent only if envEnableFanNotification is set to true.
TRAP-TYPE    

envPowerSupply1DownNotification 3
An envPowerNotification is sent if the environmental monitoring detects that a power supply has changed status. This notification is sent only if envEnablePowerNotification is set to true.
TRAP-TYPE    

envPowerSupply1UpNotification 4
An envPowerNotification is sent if the environmental monitoring detects that a power supply has changed status. This notification is sent only if envEnablePowerNotification is set to true.
TRAP-TYPE    

envPowerSupply2DownNotification 5
An envPowerNotification is sent if the environmental monitoring detects that a power supply has changed status. This notification is sent only if envEnablePowerNotification is set to true.
TRAP-TYPE    

envPowerSupply2UpNotification 6
An envPowerNotification is sent if the environmental monitoring detects that a power supply has changed status. This notification is sent only if envEnablePowerNotification is set to true.
TRAP-TYPE