MRV-IR-HDAM-MIB

File: MRV-IR-HDAM-MIB.mib (22248 bytes)

Imported modules

SNMPv2-SMI MRV-IR-SYSTEM-MIB SNMPv2-TC

Imported symbols

OBJECT-TYPE MODULE-IDENTITY enterprises
Counter32 TrapSeverity DisplayString

Defined Types

IrHdamModuleType  
INTEGER empty(1), alarmModule(2), controlModule(3), analoglModule(4)    

IrContactState  
INTEGER open(1), closed(2)    

IrAnalogStatus  
INTEGER disabled(1), enabled(2)    

IrHdamUnitEntry  
SEQUENCE    
  irHdamUnitPortIndex INTEGER
  irHdamFwVersion DisplayString
  irHdamConnectStatus INTEGER
  irHdamPowerType INTEGER
  irHdamAction INTEGER

IrHdamModuleEntry  
SEQUENCE    
  irHdamPortIndex INTEGER
  irHdamSlotIndex INTEGER
  irHdamModuleType IrHdamModuleType

IrHdamPowerSupplyEntry  
SEQUENCE    
  irHdamPowerPortIndex INTEGER
  irHdamPowerIndex INTEGER
  irHdamPowerUnitPresent INTEGER
  irHdamPowerInputStatus INTEGER
  irHdamPowerOutputStatus INTEGER
  irHdamPowerStatus INTEGER

IrAlarmConfigEntry  
SEQUENCE    
  irAlarmPortIndex INTEGER
  irAlarmSlotIndex INTEGER
  irAlarmPointIndex INTEGER
  irAlarmName DisplayString
  irAlarmContactState IrContactState
  irAlarmContactFaultState IrContactState
  irAlarmDebounceInterval INTEGER
  irAlarmAudibleStatus INTEGER
  irAlarmTrapStatus INTEGER
  irAlarmTrapSeverity TrapSeverity
  irAlarmCount Counter32
  irAlarmTimestamp DisplayString
  irAlarmDescription DisplayString

IrControlConfigEntry  
SEQUENCE    
  irControlPortIndex INTEGER
  irControlSlotIndex INTEGER
  irControlPointIndex INTEGER
  irControlName DisplayString
  irControlState IrContactState
  irControlActiveState IrContactState
  irControlDescription DisplayString

IrAnalogConfigEntry  
SEQUENCE    
  irAnalogPortIndex INTEGER
  irAnalogSlotIndex INTEGER
  irAnalogPointIndex INTEGER
  irAnalogName DisplayString
  irAnalogDescription DisplayString
  irAnalogStatus IrAnalogStatus
  irAnalogValue DisplayString
  irAnalogCalValue DisplayString
  irAnalogCalMinValue DisplayString
  irAnalogCalMaxValue DisplayString
  irAnalogCalMargin DisplayString
  irAnalogCalUnits DisplayString
  irAnalogThresholdHigh DisplayString
  irAnalogThresholdLow DisplayString
  irAnalogThresholdSeverity TrapSeverity
  irAnalogThresholdHysteresis DisplayString
  irAnalogThresholdHighAlarmCount Counter32
  irAnalogThresholdLowAlarmCount Counter32
  irAnalogThresholdHighTimestamp DisplayString
  irAnalogThresholdLowTimestamp DisplayString

Defined Values

mrvBpd 1.3.6.1.4.1.33
OBJECT IDENTIFIER    

mrvLx 1.3.6.1.4.1.33.100
OBJECT IDENTIFIER    

irHdamMib 1.3.6.1.4.1.33.100.4
This is the MRV LX HDAM Alarm MIB module.
MODULE-IDENTITY    

irHdam 1.3.6.1.4.1.33.100.4.1
OBJECT IDENTIFIER    

irHdamAlarm 1.3.6.1.4.1.33.100.4.2
OBJECT IDENTIFIER    

irHdamControl 1.3.6.1.4.1.33.100.4.3
OBJECT IDENTIFIER    

irHdamAnalog 1.3.6.1.4.1.33.100.4.4
OBJECT IDENTIFIER    

irHdamUnitTable 1.3.6.1.4.1.33.100.4.1.1
A list of hdam unit entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IrHdamUnitEntry

irHdamUnitEntry 1.3.6.1.4.1.33.100.4.1.1.1
An hdam unit entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IrHdamUnitEntry  

irHdamUnitPortIndex 1.3.6.1.4.1.33.100.4.1.1.1.1
The port index to which this hdam unit is connected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

irHdamFwVersion 1.3.6.1.4.1.33.100.4.1.1.1.2
The HDAM unit firmware version string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

irHdamConnectStatus 1.3.6.1.4.1.33.100.4.1.1.1.3
The HDAM unit connection status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER connected(1), disconnected(2)  

irHdamPowerType 1.3.6.1.4.1.33.100.4.1.1.1.4
The type of power used by the hdam device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER powerAC(1), powerDC(2)  

irHdamAction 1.3.6.1.4.1.33.100.4.1.1.1.5
This object is used to perform an action on the HDAM unit. A read of this object always returns the value other(1). Setting this object to reset(2) causes the unit to be reset.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), reset(2)  

irHdamModuleTable 1.3.6.1.4.1.33.100.4.1.2
A list of hdam module entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IrHdamModuleEntry

irHdamModuleEntry 1.3.6.1.4.1.33.100.4.1.2.1
An hdam module entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IrHdamModuleEntry  

irHdamPortIndex 1.3.6.1.4.1.33.100.4.1.2.1.1
The port index to which this hdam unit is connected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

irHdamSlotIndex 1.3.6.1.4.1.33.100.4.1.2.1.2
The slot index for this module entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

irHdamModuleType 1.3.6.1.4.1.33.100.4.1.2.1.3
The type of module in the slot.
Status: current Access: read-only
OBJECT-TYPE    
  IrHdamModuleType  

irHdamPowerSupplyTable 1.3.6.1.4.1.33.100.4.1.3
A list of hdam power supply entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IrHdamPowerSupplyEntry

irHdamPowerSupplyEntry 1.3.6.1.4.1.33.100.4.1.3.1
An hdam power supply entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IrHdamPowerSupplyEntry  

irHdamPowerPortIndex 1.3.6.1.4.1.33.100.4.1.3.1.1
The index of the port to which the hdam unit is attached.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

irHdamPowerIndex 1.3.6.1.4.1.33.100.4.1.3.1.2
The index of the hdam power unit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

irHdamPowerUnitPresent 1.3.6.1.4.1.33.100.4.1.3.1.3
This indicates if the power unit is present or not.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

irHdamPowerInputStatus 1.3.6.1.4.1.33.100.4.1.3.1.4
This indicates if the power unit is plugged into a power source.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

irHdamPowerOutputStatus 1.3.6.1.4.1.33.100.4.1.3.1.5
This indicates the status of the internal power feed to the device components.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

irHdamPowerStatus 1.3.6.1.4.1.33.100.4.1.3.1.6
The overall status of the power unit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2), failed(3)  

irAlarmConfigTable 1.3.6.1.4.1.33.100.4.2.1
A list of alarm config entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IrAlarmConfigEntry

irAlarmConfigEntry 1.3.6.1.4.1.33.100.4.2.1.1
An hdam alarm config entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IrAlarmConfigEntry  

irAlarmPortIndex 1.3.6.1.4.1.33.100.4.2.1.1.1
The port index on which the alarm unit is attached.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..48  

irAlarmSlotIndex 1.3.6.1.4.1.33.100.4.2.1.1.2
The slot in the alarm unit which identifies this module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

irAlarmPointIndex 1.3.6.1.4.1.33.100.4.2.1.1.3
An integer which uniquely identifies an alarm on this module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

irAlarmName 1.3.6.1.4.1.33.100.4.2.1.1.4
The name assigned to the alarm.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

irAlarmContactState 1.3.6.1.4.1.33.100.4.2.1.1.5
The current state of the alarm contacts.
Status: current Access: read-only
OBJECT-TYPE    
  IrContactState  

irAlarmContactFaultState 1.3.6.1.4.1.33.100.4.2.1.1.6
The contact state (open or closed) which indicates the fault condition. If the value of this object and irAlarmContactState is the same, then the alarm has been triggered.
Status: current Access: read-write
OBJECT-TYPE    
  IrContactState  

irAlarmDebounceInterval 1.3.6.1.4.1.33.100.4.2.1.1.7
The number of seconds the alarm must be in the fault state before it is considered valid.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1800  

irAlarmAudibleStatus 1.3.6.1.4.1.33.100.4.2.1.1.8
This indicates whether the audible alarm on the unit will sound when this alarm is generated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

irAlarmTrapStatus 1.3.6.1.4.1.33.100.4.2.1.1.9
This indicates whether an snmp trap will be generated when this alarm is generated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

irAlarmTrapSeverity 1.3.6.1.4.1.33.100.4.2.1.1.10
The trap severity assigned to this alarm. This value will be sent when an alarm fires and an snmp trap is generated.
Status: current Access: read-write
OBJECT-TYPE    
  TrapSeverity  

irAlarmCount 1.3.6.1.4.1.33.100.4.2.1.1.11
The number of times the alarm has been generated since the unit was started.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

irAlarmTimestamp 1.3.6.1.4.1.33.100.4.2.1.1.12
A timestamp string indicating the time the last alarm was generated. A null string indicates that the alarm has not been generated.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

irAlarmDescription 1.3.6.1.4.1.33.100.4.2.1.1.13
A user configurable alarm description string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

irControlConfigTable 1.3.6.1.4.1.33.100.4.3.1
A list of control config entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IrControlConfigEntry

irControlConfigEntry 1.3.6.1.4.1.33.100.4.3.1.1
A control config entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IrControlConfigEntry  

irControlPortIndex 1.3.6.1.4.1.33.100.4.3.1.1.1
The port index on which the control unit is attached.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..48  

irControlSlotIndex 1.3.6.1.4.1.33.100.4.3.1.1.2
The slot in the control unit which identifies this module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

irControlPointIndex 1.3.6.1.4.1.33.100.4.3.1.1.3
An integer which uniquely identifies a control on this module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

irControlName 1.3.6.1.4.1.33.100.4.3.1.1.4
The name assigned to the control.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

irControlState 1.3.6.1.4.1.33.100.4.3.1.1.5
The current value of the control state.
Status: current Access: read-write
OBJECT-TYPE    
  IrContactState  

irControlActiveState 1.3.6.1.4.1.33.100.4.3.1.1.6
The value of the control state that activates the attached device.
Status: current Access: read-write
OBJECT-TYPE    
  IrContactState  

irControlDescription 1.3.6.1.4.1.33.100.4.3.1.1.7
A user configurable control description string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

irAnalogConfigTable 1.3.6.1.4.1.33.100.4.4.1
A list of analog loop config entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IrAnalogConfigEntry

irAnalogConfigEntry 1.3.6.1.4.1.33.100.4.4.1.1
An analog loop config entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IrAnalogConfigEntry  

irAnalogPortIndex 1.3.6.1.4.1.33.100.4.4.1.1.1
The port index on which the analog unit is attached.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..48  

irAnalogSlotIndex 1.3.6.1.4.1.33.100.4.4.1.1.2
The slot in the analog unit which identifies this module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

irAnalogPointIndex 1.3.6.1.4.1.33.100.4.4.1.1.3
An integer which uniquely identifies an analog point on this module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

irAnalogName 1.3.6.1.4.1.33.100.4.4.1.1.4
The name assigned to the analog.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

irAnalogDescription 1.3.6.1.4.1.33.100.4.4.1.1.5
A user configurable analog description string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

irAnalogStatus 1.3.6.1.4.1.33.100.4.4.1.1.6
The status of the analog point.
Status: current Access: read-write
OBJECT-TYPE    
  IrAnalogStatus  

irAnalogValue 1.3.6.1.4.1.33.100.4.4.1.1.7
The current analog sensor reading in milliAmps.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..24)  

irAnalogCalValue 1.3.6.1.4.1.33.100.4.4.1.1.8
The current analog sensor calibrated value.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

irAnalogCalMinValue 1.3.6.1.4.1.33.100.4.4.1.1.9
The calibration value assigned to the minimum sensor reading.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..10)  

irAnalogCalMaxValue 1.3.6.1.4.1.33.100.4.4.1.1.10
The calibration value assigned to the maximum analog sensor reading.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..10)  

irAnalogCalMargin 1.3.6.1.4.1.33.100.4.4.1.1.11
The calibration margin value. This will be added to the calibrated analog sensor value.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..10)  

irAnalogCalUnits 1.3.6.1.4.1.33.100.4.4.1.1.12
A user defined string describing the calibrated units for the analog sensor.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..8)  

irAnalogThresholdHigh 1.3.6.1.4.1.33.100.4.4.1.1.13
The analog sensor high threshold value. A value of -0 indicates threshold is not configured.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..10)  

irAnalogThresholdLow 1.3.6.1.4.1.33.100.4.4.1.1.14
The analog sensor low threshold value. A value of -0 indicates threshold is not configured.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..10)  

irAnalogThresholdSeverity 1.3.6.1.4.1.33.100.4.4.1.1.15
The severity value of the analog sensor assigned to the low threshold. This value will be sent in the threshold trap.
Status: current Access: read-write
OBJECT-TYPE    
  TrapSeverity  

irAnalogThresholdHysteresis 1.3.6.1.4.1.33.100.4.4.1.1.16
After crossing a threshold, the delta by which the caliberated value must drop within the normal range before the alarm condition is cleared (i.e. a cleared alarm is generated).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..10)  

irAnalogThresholdHighAlarmCount 1.3.6.1.4.1.33.100.4.4.1.1.17
The number of times the analog sensor high threshold has been crossed since the unit was started.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

irAnalogThresholdLowAlarmCount 1.3.6.1.4.1.33.100.4.4.1.1.18
The number of times the analog sensor low threshold has been crossed since the unit was started.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

irAnalogThresholdHighTimestamp 1.3.6.1.4.1.33.100.4.4.1.1.19
A timestamp string indicating the time the analog sensor last crossed the high threshold. A null string indicates that the alarm has not been crossed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

irAnalogThresholdLowTimestamp 1.3.6.1.4.1.33.100.4.4.1.1.20
A timestamp string indicating the time the analog sensor last crossed the low threshold. A null string indicates that the alarm has not been crossed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)