OG-STATUS-MIB

File: OG-STATUS-MIB.mib (22807 bytes)

Imported modules

OG-SMI-MIB SNMPv2-SMI SNMPv2-CONF
SNMPv2-TC

Imported symbols

opengear MODULE-IDENTITY OBJECT-TYPE
Integer32 Counter64 MODULE-COMPLIANCE
OBJECT-GROUP DisplayString

Defined Types

SerialPortStatusEntry  
SEQUENCE    
  ogSerialPortStatusIndex Integer32
  ogSerialPortStatusPort Integer32
  ogSerialPortStatusRxBytes Counter64
  ogSerialPortStatusTxBytes Counter64
  ogSerialPortStatusSpeed Integer32
  ogSerialPortStatusDCD INTEGER
  ogSerialPortStatusDTR INTEGER
  ogSerialPortStatusDSR INTEGER
  ogSerialPortStatusCTS INTEGER
  ogSerialPortStatusRTS INTEGER
  ogSerialPortStatusLabel DisplayString

SerialPortActiveUsersEntry  
SEQUENCE    
  ogSerialPortActiveUsersIndex Integer32
  ogSerialPortActiveUsersPort Integer32
  ogSerialPortActiveUsersName DisplayString
  ogSerialPortActiveUsersPortLabel DisplayString

RpcStatusEntry  
SEQUENCE    
  ogRpcStatusIndex Integer32
  ogRpcStatusName DisplayString
  ogRpcStatusMaxTemp Integer32
  ogRpcStatusAlertCount Integer32

EmdStatusEntry  
SEQUENCE    
  ogEmdStatusIndex Integer32
  ogEmdStatusName DisplayString
  ogEmdStatusTemp Integer32
  ogEmdStatusHumidity Integer32
  ogEmdStatusAlertCount Integer32

DioStatusEntry  
SEQUENCE    
  ogDioStatusIndex Integer32
  ogDioStatusName DisplayString
  ogDioStatusType INTEGER
  ogDioStatusDirection INTEGER
  ogDioStatusState INTEGER
  ogDioStatusCounter Counter64
  ogDioStatusTriggerMode INTEGER

SignalAlertStatusEntry  
SEQUENCE    
  ogSignalAlertStatusIndex Integer32
  ogSignalAlertStatusPort Integer32
  ogSignalAlertStatusLabel DisplayString
  ogSignalAlertStatusSignalName DisplayString
  ogSignalAlertStatusState INTEGER

EnvAlertStatusEntry  
SEQUENCE    
  ogEnvAlertStatusIndex Integer32
  ogEnvAlertStatusDevice DisplayString
  ogEnvAlertStatusSensor DisplayString
  ogEnvAlertStatusOutlet Integer32
  ogEnvAlertStatusValue Integer32
  ogEnvAlertStatusOldValue Integer32
  ogEnvAlertStatusStatus Integer32

NutAlertStatusEntry  
SEQUENCE    
  ogNutAlertStatusIndex Integer32
  ogNutAlertStatusPort Integer32
  ogNutAlertStatusName DisplayString
  ogNutAlertStatusHost DisplayString
  ogNutAlertStatusStatus DisplayString

DataAlertStatusEntry  
SEQUENCE    
  ogDataAlertStatusIndex Integer32
  ogDataAlertStatusBytes Integer32
  ogDataAlertStatusSeconds Integer32
  ogDataAlertStatusDevice DisplayString
  ogDataAlertStatusState INTEGER

DioAlertStatusEntry  
SEQUENCE    
  ogDioAlertStatusIndex Integer32
  ogDioAlertStatusName DisplayString
  ogDioAlertStatusValue INTEGER
  ogDioAlertStatusOldValue INTEGER
  ogDioAlertStatusTriggered INTEGER

Defined Values

ogStatus 1.3.6.1.4.1.25049.16
Legacy Opengear status and alert MIB
MODULE-IDENTITY    

ogSerialPortStatusTable 1.3.6.1.4.1.25049.16.1
This entity's serial port statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SerialPortStatusEntry

ogSerialPortStatusEntry 1.3.6.1.4.1.25049.16.1.1
A console serial port entry
Status: current Access: not-accessible
OBJECT-TYPE    
  SerialPortStatusEntry  

ogSerialPortStatusIndex 1.3.6.1.4.1.25049.16.1.1.1
Index within the serial port table of this status
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..63  

ogSerialPortStatusPort 1.3.6.1.4.1.25049.16.1.1.2
Serial port number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

ogSerialPortStatusRxBytes 1.3.6.1.4.1.25049.16.1.1.3
Serial port bytes received
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ogSerialPortStatusTxBytes 1.3.6.1.4.1.25049.16.1.1.4
Serial port bytes transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ogSerialPortStatusSpeed 1.3.6.1.4.1.25049.16.1.1.5
Serial port speed in bits per second
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogSerialPortStatusDCD 1.3.6.1.4.1.25049.16.1.1.6
The status of the DCD signal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

ogSerialPortStatusDTR 1.3.6.1.4.1.25049.16.1.1.7
The status of the DTR signal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

ogSerialPortStatusDSR 1.3.6.1.4.1.25049.16.1.1.8
The status of the DSR signal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

ogSerialPortStatusCTS 1.3.6.1.4.1.25049.16.1.1.9
The status of the CTS signal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

ogSerialPortStatusRTS 1.3.6.1.4.1.25049.16.1.1.10
The status of the RTS signal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

ogSerialPortStatusLabel 1.3.6.1.4.1.25049.16.1.1.11
The label of the port
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ogSerialPortActiveUsersTable 1.3.6.1.4.1.25049.16.2
This entity's serial port users table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SerialPortActiveUsersEntry

ogSerialPortActiveUsersEntry 1.3.6.1.4.1.25049.16.2.1
A user logged in on the serial port
Status: current Access: not-accessible
OBJECT-TYPE    
  SerialPortActiveUsersEntry  

ogSerialPortActiveUsersIndex 1.3.6.1.4.1.25049.16.2.1.1
Index within the serial port active users table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..63  

ogSerialPortActiveUsersPort 1.3.6.1.4.1.25049.16.2.1.2
Serial port number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

ogSerialPortActiveUsersName 1.3.6.1.4.1.25049.16.2.1.3
The name of the user logged in on the port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

ogSerialPortActiveUsersPortLabel 1.3.6.1.4.1.25049.16.2.1.4
The label of the port being accessed
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ogRpcStatusTable 1.3.6.1.4.1.25049.16.3
This entity's RPC table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RpcStatusEntry

ogRpcStatusEntry 1.3.6.1.4.1.25049.16.3.1
RPC status entry
Status: current Access: not-accessible
OBJECT-TYPE    
  RpcStatusEntry  

ogRpcStatusIndex 1.3.6.1.4.1.25049.16.3.1.1
Index within the RPC status table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogRpcStatusName 1.3.6.1.4.1.25049.16.3.1.2
The name of the RPC device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ogRpcStatusMaxTemp 1.3.6.1.4.1.25049.16.3.1.3
Maximum temperature on the RPC
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogRpcStatusAlertCount 1.3.6.1.4.1.25049.16.3.1.4
Number of alerts triggered on the RPC
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogEmdStatusTable 1.3.6.1.4.1.25049.16.4
This entity's EMD table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EmdStatusEntry

ogEmdStatusEntry 1.3.6.1.4.1.25049.16.4.1
EMD status entry
Status: current Access: not-accessible
OBJECT-TYPE    
  EmdStatusEntry  

ogEmdStatusIndex 1.3.6.1.4.1.25049.16.4.1.1
Index within the EMD status table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogEmdStatusName 1.3.6.1.4.1.25049.16.4.1.2
The name of the EMD device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ogEmdStatusTemp 1.3.6.1.4.1.25049.16.4.1.3
Current temperature on the EMD
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogEmdStatusHumidity 1.3.6.1.4.1.25049.16.4.1.4
Humidity sensor on the EMD
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogEmdStatusAlertCount 1.3.6.1.4.1.25049.16.4.1.5
Number of alerts triggered on the EMD
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogDioStatusTable 1.3.6.1.4.1.25049.16.5
Ths Digital I/O status table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DioStatusEntry

ogDioStatusEntry 1.3.6.1.4.1.25049.16.5.1
Digital I/O status entry
Status: current Access: not-accessible
OBJECT-TYPE    
  DioStatusEntry  

ogDioStatusIndex 1.3.6.1.4.1.25049.16.5.1.1
Index within the Digital I/O status table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogDioStatusName 1.3.6.1.4.1.25049.16.5.1.2
The ID of this Digital I/O.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ogDioStatusType 1.3.6.1.4.1.25049.16.5.1.3
Digital I/O type (TTL Input/Output or High-Voltage Output).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ttlInputOutput(0), highVoltageOutput(1)  

ogDioStatusDirection 1.3.6.1.4.1.25049.16.5.1.4
The direction of the Digital I/O (Input or Output)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER output(0), input(1)  

ogDioStatusState 1.3.6.1.4.1.25049.16.5.1.5
The electrical state value of the Digital I/O (Low or High)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER low(0), high(1)  

ogDioStatusCounter 1.3.6.1.4.1.25049.16.5.1.6
The trigger counter of this Digital I/O
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ogDioStatusTriggerMode 1.3.6.1.4.1.25049.16.5.1.7
The Trigger Mode of the Digital I/O
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(0), risingEdge(1), fallingEdge(2), risingFallingEdge(3)  

ogSignalAlertStatusTable 1.3.6.1.4.1.25049.16.6
This entity's serial port signal table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SignalAlertStatusEntry

ogSignalAlertStatusEntry 1.3.6.1.4.1.25049.16.6.1
A console signal entry
Status: current Access: not-accessible
OBJECT-TYPE    
  SignalAlertStatusEntry  

ogSignalAlertStatusIndex 1.3.6.1.4.1.25049.16.6.1.1
Index within the signal table of this alert
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogSignalAlertStatusPort 1.3.6.1.4.1.25049.16.6.1.2
Serial port number on which the signal change occurred
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogSignalAlertStatusLabel 1.3.6.1.4.1.25049.16.6.1.3
The label for the serial port where the signal applies.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogSignalAlertStatusSignalName 1.3.6.1.4.1.25049.16.6.1.4
The particular signal which changed
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogSignalAlertStatusState 1.3.6.1.4.1.25049.16.6.1.5
The current signal state
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

ogEnvAlertStatusTable 1.3.6.1.4.1.25049.16.7
This entity's serial port signal table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvAlertStatusEntry

ogEnvAlertStatusEntry 1.3.6.1.4.1.25049.16.7.1
A console environment entry
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvAlertStatusEntry  

ogEnvAlertStatusIndex 1.3.6.1.4.1.25049.16.7.1.1
Index of the environment alert status
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogEnvAlertStatusDevice 1.3.6.1.4.1.25049.16.7.1.2
The device the environment alert occurred on.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogEnvAlertStatusSensor 1.3.6.1.4.1.25049.16.7.1.3
The sensor the environment alert occurred on.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogEnvAlertStatusOutlet 1.3.6.1.4.1.25049.16.7.1.4
Outlet of the environment status
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogEnvAlertStatusValue 1.3.6.1.4.1.25049.16.7.1.5
Value of the environment status
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogEnvAlertStatusOldValue 1.3.6.1.4.1.25049.16.7.1.6
Previous value of the environment status
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogEnvAlertStatusStatus 1.3.6.1.4.1.25049.16.7.1.7
status value of the environment status
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogNutAlertStatusTable 1.3.6.1.4.1.25049.16.8
This entity's NUT (UPS) alert table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NutAlertStatusEntry

ogNutAlertStatusEntry 1.3.6.1.4.1.25049.16.8.1
A NUT (UPS) entry
Status: current Access: not-accessible
OBJECT-TYPE    
  NutAlertStatusEntry  

ogNutAlertStatusIndex 1.3.6.1.4.1.25049.16.8.1.1
Index of the NUT (UPS) alert status
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogNutAlertStatusPort 1.3.6.1.4.1.25049.16.8.1.2
Serial port of the NUT (UPS) alert
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogNutAlertStatusName 1.3.6.1.4.1.25049.16.8.1.3
The name of the NUT (UPS) alert.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogNutAlertStatusHost 1.3.6.1.4.1.25049.16.8.1.4
The host of the NUT (UPS) alert.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogNutAlertStatusStatus 1.3.6.1.4.1.25049.16.8.1.5
The status of the NUT (UPS) alert.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogDataAlertStatusTable 1.3.6.1.4.1.25049.16.9
A Data Usage alert table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DataAlertStatusEntry

ogDataAlertStatusEntry 1.3.6.1.4.1.25049.16.9.1
A Data Usage entry
Status: current Access: not-accessible
OBJECT-TYPE    
  DataAlertStatusEntry  

ogDataAlertStatusIndex 1.3.6.1.4.1.25049.16.9.1.1
Index of the data usage alert
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogDataAlertStatusBytes 1.3.6.1.4.1.25049.16.9.1.2
The number of bytes exceeded during the time period
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogDataAlertStatusSeconds 1.3.6.1.4.1.25049.16.9.1.3
The time in seconds over which the number of bytes was exceeded
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ogDataAlertStatusDevice 1.3.6.1.4.1.25049.16.9.1.4
The unique name for the interface the alert occurred on.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogDataAlertStatusState 1.3.6.1.4.1.25049.16.9.1.5
The status of the data alert.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

ogDioAlertStatusTable 1.3.6.1.4.1.25049.16.10
Ths Digital I/O current alert table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DioAlertStatusEntry

ogDioAlertStatusEntry 1.3.6.1.4.1.25049.16.10.1
A Digital I/O current alert entry
Status: current Access: not-accessible
OBJECT-TYPE    
  DioAlertStatusEntry  

ogDioAlertStatusIndex 1.3.6.1.4.1.25049.16.10.1.1
Index within the Digital I/O Input alert table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ogDioAlertStatusName 1.3.6.1.4.1.25049.16.10.1.2
The Digital I/O Input which the alert occurred on.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ogDioAlertStatusValue 1.3.6.1.4.1.25049.16.10.1.3
Current value of the Digital I/O Input (Open or Closed)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(0), closed(1)  

ogDioAlertStatusOldValue 1.3.6.1.4.1.25049.16.10.1.4
Previous value of the Digital I/O Input (Open or Closed)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(0), closed(1)  

ogDioAlertStatusTriggered 1.3.6.1.4.1.25049.16.10.1.5
Trigger status value of the Digital I/O
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

ogStatusConformance 1.3.6.1.4.1.25049.16.65535
OBJECT IDENTIFIER    

ogStatusCompliances 1.3.6.1.4.1.25049.16.65535.1
OBJECT IDENTIFIER    

ogStatusGroups 1.3.6.1.4.1.25049.16.65535.2
OBJECT IDENTIFIER    

ogStatusCompliance 1.3.6.1.4.1.25049.16.65535.1.1
The compliance statement for the Opengear status MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ogBasicStatusGroup 1.3.6.1.4.1.25049.16.65535.2.1
A collection of objects to retrieve Opengear statistics.
Status: current Access: read-only
OBJECT-GROUP    

ogBasicAlertStatusGroup 1.3.6.1.4.1.25049.16.65535.2.2
A collection of objects to retrieve Opengear alert status.
Status: current Access: read-only
OBJECT-GROUP