UBQS-ENVMON-MIB

File: UBQS-ENVMON-MIB.mib (24655 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
UBQS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Gauge32 Integer32 TEXTUAL-CONVENTION
DisplayString TruthValue MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP ubiMgmtv2

Defined Types

UbiEnvMonState  
Represents the state of a device being monitored. Valid values are: normal(1): the environment is good, such as low temperature. warning(2): the environment is bad, such as temperature above normal operation range but not too high. critical(3): the environment is very bad, such as temperature much higher than normal operation limit. shutdown(4): the environment is the worst, the system should be shutdown immediately. notPresent(5): the environmental monitor is not present, such as temperature sensors do not exist. notFunctioning(6): the environmental monitor does not function properly.
TEXTUAL-CONVENTION    
  INTEGER normal(1), warning(2), critical(3), shutdown(4), notPresent(5), notFunctioning(6)  

UbiEnvMonTemperatureEntry  
SEQUENCE    
  ubiEnvMonTemperatureIndex Integer32
  ubiEnvMonTemperatureDescr DisplayString
  ubiEnvMonTemperatureValue Gauge32
  ubiEnvMonTemperatureHighThreshold Integer32
  ubiEnvMonTemperatureLowThreshold Integer32
  ubiEnvMonTemperatureState UbiEnvMonState

UbiEnvMonFanEntry  
SEQUENCE    
  ubiEnvMonFanIndex Integer32
  ubiEnvMonFanDescr DisplayString
  ubiEnvMonFanState UbiEnvMonState

UbiEnvMonSupplyEntry  
SEQUENCE    
  ubiEnvMonSupplyIndex Integer32
  ubiEnvMonSupplyDescr DisplayString
  ubiEnvMonSupplyState UbiEnvMonState
  ubiEnvMonSupplySource INTEGER
  ubiEnvMonExternalAlarmAc INTEGER
  ubiEnvMonExternalAlarmUnit INTEGER

UbiEnvMonSupplyChannelEntry  
SEQUENCE    
  ubiEnvMonSupplyChannelType INTEGER
  ubiEnvMonSupplyChannelState UbiEnvMonState

Defined Values

ubiEnvMonMIB 1.3.6.1.4.1.7800.100.2
The UBQS-ENVMON-MIB is used for getting the environment information of the system.
MODULE-IDENTITY    

ubiEnvMonObjects 1.3.6.1.4.1.7800.100.2.1
OBJECT IDENTIFIER    

ubiEnvMonMIBNotificationEnables 1.3.6.1.4.1.7800.100.2.2
OBJECT IDENTIFIER    

ubiEnvMonMIBNotificationPrefix 1.3.6.1.4.1.7800.100.2.3
OBJECT IDENTIFIER    

ubiEnvMonMIBConformance 1.3.6.1.4.1.7800.100.2.4
OBJECT IDENTIFIER    

ubiEnvMonTemperatureTable 1.3.6.1.4.1.7800.100.2.1.1
The table of ambient temperature status maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UbiEnvMonTemperatureEntry

ubiEnvMonTemperatureEntry 1.3.6.1.4.1.7800.100.2.1.1.1
An entry in the ambient temperature status table, representing the status of the associated testpoint maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  UbiEnvMonTemperatureEntry  

ubiEnvMonTemperatureIndex 1.3.6.1.4.1.7800.100.2.1.1.1.1
Unique index for the testpoint being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ubiEnvMonTemperatureDescr 1.3.6.1.4.1.7800.100.2.1.1.1.2
Textual description of the testpoint being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ubiEnvMonTemperatureValue 1.3.6.1.4.1.7800.100.2.1.1.1.3
The current measurement of the testpoint being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ubiEnvMonTemperatureHighThreshold 1.3.6.1.4.1.7800.100.2.1.1.1.4
A high threshold for the temperature. If a particular value isn't set, this object displays the default value.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ubiEnvMonTemperatureLowThreshold 1.3.6.1.4.1.7800.100.2.1.1.1.5
A low threshold for the temperature. If a particular value isn't set, this object displays the default value.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ubiEnvMonTemperatureState 1.3.6.1.4.1.7800.100.2.1.1.1.6
The current state of the testpoint being instrumented. Represents the temperature state of a device being monitored. Valid values are: normal(1): the environment is good, such as low temperature. warning(2): the environment is bad, such as temperature above normal operation range but not too high. critical(3): the environment is very bad, such as temperature much higher than normal operation limit. notPresent(5): the environmental monitor is not present, such as temperature sensors do not exist.
Status: current Access: read-only
OBJECT-TYPE    
  UbiEnvMonState  

ubiEnvMonFanTable 1.3.6.1.4.1.7800.100.2.1.2
The table of fan status maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UbiEnvMonFanEntry

ubiEnvMonFanEntry 1.3.6.1.4.1.7800.100.2.1.2.1
An entry in the fan status table, representing the status of the associated fan maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  UbiEnvMonFanEntry  

ubiEnvMonFanIndex 1.3.6.1.4.1.7800.100.2.1.2.1.1
Unique index for the fan being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ubiEnvMonFanDescr 1.3.6.1.4.1.7800.100.2.1.2.1.2
Textual description of the fan being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ubiEnvMonFanState 1.3.6.1.4.1.7800.100.2.1.2.1.3
The current state of the fan being instrumented. Represents the fan state of a device being monitored. Valid values are: normal(1): the environment is good, such as low temperature. notPresent(5): the environmental monitor is not present, such as temperature sensors do not exist. notFunctioning(6): the environmental monitor does not function properly.
Status: current Access: read-only
OBJECT-TYPE    
  UbiEnvMonState  

ubiEnvMonSupplyTable 1.3.6.1.4.1.7800.100.2.1.3
The table of power supply status maintained by the environmental monitor card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UbiEnvMonSupplyEntry

ubiEnvMonSupplyEntry 1.3.6.1.4.1.7800.100.2.1.3.1
An entry in the power supply status table, representing the status of the associated power supply maintained by the environmental monitor card.
Status: current Access: not-accessible
OBJECT-TYPE    
  UbiEnvMonSupplyEntry  

ubiEnvMonSupplyIndex 1.3.6.1.4.1.7800.100.2.1.3.1.1
Unique index for the power supply being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ubiEnvMonSupplyDescr 1.3.6.1.4.1.7800.100.2.1.3.1.2
Textual description of the power supply being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ubiEnvMonSupplyState 1.3.6.1.4.1.7800.100.2.1.3.1.3
The current state of the power supply being instrumented. Represents the power state of a device being monitored. Valid values are: normal(1): the environment is good, such as low temperature. notPresent(5): the environmental monitor is not present, such as temperature sensors do not exist. notFunctioning(6): the environmental monitor does not function properly.
Status: current Access: read-only
OBJECT-TYPE    
  UbiEnvMonState  

ubiEnvMonSupplySource 1.3.6.1.4.1.7800.100.2.1.3.1.4
The power supply source. ac - AC power supply dc - DC power supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), ac(1), dc(2)  

ubiEnvMonExternalAlarmAc 1.3.6.1.4.1.7800.100.2.1.3.1.5
The power supply convertor AC. nomal (1) fail (2)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), fail(2)  

ubiEnvMonExternalAlarmUnit 1.3.6.1.4.1.7800.100.2.1.3.1.6
The power supply convertor unit. nomal (1) fail (2)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), fail(2)  

ubiEnvMonSupplyChannelTable 1.3.6.1.4.1.7800.100.2.1.4
The table represents the extension status for DC power supply.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UbiEnvMonSupplyChannelEntry

ubiEnvMonSupplyChannelEntry 1.3.6.1.4.1.7800.100.2.1.4.1
An entry in this table, representing the extended status of the associated DC power supply maintained by the environmental monitor card.
Status: current Access: not-accessible
OBJECT-TYPE    
  UbiEnvMonSupplyChannelEntry  

ubiEnvMonSupplyChannelType 1.3.6.1.4.1.7800.100.2.1.4.1.1
Unique index for the DC power supply channel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dc-48v-a(1), dc-48v-b(2)  

ubiEnvMonSupplyChannelState 1.3.6.1.4.1.7800.100.2.1.4.1.2
The current state of the DC power supply channel being instrumented. Represents the power state of a device being monitored. Valid values are: normal(1): the environment is good, such as low temperature. notPresent(5): the environmental monitor is not present, such as temperature sensors do not exist. notFunctioning(6): the environmental monitor does not function properly.
Status: current Access: read-only
OBJECT-TYPE    
  UbiEnvMonState  

ubiEnvMonEnableTempStatusChange 1.3.6.1.4.1.7800.100.2.2.1
This variable indicates whether the system produces the ubiEnvMonTempStatusChangeNotif. A false value prevents temperature notifications from being sent by this entity.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ubiEnvMonEnableFanStatusChange 1.3.6.1.4.1.7800.100.2.2.2
This variable indicates whether the system produces the ubiEnvMonFanStatusChangeNotif. A false value prevents fan notifications from being sent by this entity.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ubiEnvMonEnableSupplyStatusChange 1.3.6.1.4.1.7800.100.2.2.3
This variable indicates whether the system produces the ubiEnvMonSuppStatusChangeNotif. A false value prevents redundant supply notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ubiEnvMonEnableSupplyChannelStatusChange 1.3.6.1.4.1.7800.100.2.2.4
This variable indicates whether the system produces the ubiEnvMonSuppExtStatusChangeNotif. A false value prevents redundant supply notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ubiEnvMonMIBNotifications 1.3.6.1.4.1.7800.100.2.3.0
OBJECT IDENTIFIER    

ubiEnvMonTempStatusChange 1.3.6.1.4.1.7800.100.2.3.0.1
A ubiEnvMonTempStatusChangeNotif is sent if there is change in the state of a device being monitored by ubiEnvMonTemperatureState.
Status: current Access: read-write
NOTIFICATION-TYPE    

ubiEnvMonFanStatusChange 1.3.6.1.4.1.7800.100.2.3.0.2
A ubiEnvMonFanStatusChangeNotif is sent if there is change in the state of a device being monitored by ubiEnvMonFanState.
Status: current Access: read-write
NOTIFICATION-TYPE    

ubiEnvMonSupplyStatusChange 1.3.6.1.4.1.7800.100.2.3.0.3
A ubiEnvMonSupplyStatChangeNotif is sent if there is change in the state of a device being monitored by ubiEnvMonSupplyState.
Status: current Access: read-write
NOTIFICATION-TYPE    

ubiEnvMonSupplyChannelStatusChange 1.3.6.1.4.1.7800.100.2.3.0.4
A ubiEnvMonSuppExtStatusChangeNotif is sent if there is change in the state of a device being monitored by ubiEnvMonSupplyExtChannelStatus.
Status: current Access: read-write
NOTIFICATION-TYPE    

ubiEnvMonMIBCompliances 1.3.6.1.4.1.7800.100.2.4.1
OBJECT IDENTIFIER    

ubiEnvMonMIBGroups 1.3.6.1.4.1.7800.100.2.4.2
OBJECT IDENTIFIER    

ubiEnvMonMIBCompliance 1.3.6.1.4.1.7800.100.2.4.1.1
The compliance statement for entities which implement the Ubiquoss Environmental Monitor MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

ubiEnvMonMIBGroup 1.3.6.1.4.1.7800.100.2.4.2.1
A collection of objects providing environmental monitoring capability to a ubi chassis.
Status: current Access: read-write
OBJECT-GROUP    

ubiEnvMonMIBNotifGroup 1.3.6.1.4.1.7800.100.2.4.2.2
A notification group providing notification for environmental monitoring.
Status: current Access: read-write
NOTIFICATION-GROUP