All MIBs › OG-STATUSv2-MIB
Organization: Opengear Inc.
Last Updated: 2014-01-28
Category: Out-of-Band Management
Description:
Provides enhanced system status objects and additional health indicators for newer Opengear appliance firmware.
Imported Objects
From OG-SMI-MIB
| opengear | MODULE-IDENTITY |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DateAndTime | |
| DisplayString |
What Is OG-STATUSv2-MIB?
This MIB is Opengear's enhanced, second-generation status and alert module providing extended system health and serial port configuration objects for newer firmware on its out-of-band management appliances, superseding the older OG-CM-STATUS-MIB. It exposes system identity objects (firmware version, serial number), a detailed serial port configuration table (label, speed, data bits, parity, stop bits, flow control, mode), and general system/alarm status groupings. Its monitoring emphasis covers both software status (firmware version tracking, port configuration/mode) and general appliance health via its alarm objects, letting an administrator confirm the appliance is running expected firmware and that console ports are configured correctly. As a newer version of an existing vendor MIB, it conceptually depends on the original OG-CM-STATUS-MIB's port-status model while extending it, though it does not itself indicate a formal IETF MIB dependency. It is deployed on newer-firmware Opengear console server appliances used for remote out-of-band management. Engineers can download the OG-STATUSv2-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in OG-STATUSv2-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- firmware version
- serial number
- serial port configuration (speed, parity, flow control, mode)
- system alarm status
Supported Devices
- Opengear console server/out-of-band management appliance
Monitoring Examples
An administrator would check ogFirmwareVersion and ogSerialNumber to confirm an Opengear unit is running the expected software build before troubleshooting further. Polling ogSerialPortTable's ogSerialPortLabel, ogSerialPortSpeed, and ogSerialPortFlowControl for a given ogSerialPortIndex verifies a console port is configured to match the attached device's serial settings. A port configured with mismatched ogSerialPortParity or ogSerialPortStopBits relative to the connected device would produce garbled console output, a common root cause investigated via this table, while ogAlarm status objects flag broader appliance-level alerts.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| ogStatus2 | 1.3.6.1.4.1.25049.17 | Opengear extended status and alert MIB | ||
| ogSystem | 1.3.6.1.4.1.25049.17.1 | |||
| STR ogFirmwareVersion | 1.3.6.1.4.1.25049.17.1.1 | DisplayString | read-only | The current device firmware. |
| STR ogSerialNumber | 1.3.6.1.4.1.25049.17.1.2 | DisplayString | read-only | The current serial number (if applicable). |
| ogSerialPortTable | 1.3.6.1.4.1.25049.17.2 | not-accessible | The devices serial port status table. | |
| ogSerialPortEntry | 1.3.6.1.4.1.25049.17.2.1 | not-accessible | A serial port status entry. | |
| I32 ogSerialPortIndex | 1.3.6.1.4.1.25049.17.2.1.1 | Integer32 | not-accessible | Index within the serial port table of this status |
| STR ogSerialPortLabel | 1.3.6.1.4.1.25049.17.2.1.2 | DisplayString | read-only | Serial port descriptive name |
| I32 ogSerialPortSpeed | 1.3.6.1.4.1.25049.17.2.1.3 | Integer32 | read-only | Serial port speed in bits per second |
| I32 ogSerialPortDataBits | 1.3.6.1.4.1.25049.17.2.1.4 | Integer32 | read-only | Serial port character size |
| INT ogSerialPortParity | 1.3.6.1.4.1.25049.17.2.1.5 | INTEGER | read-only | Serial port parity |
| INT ogSerialPortStopBits | 1.3.6.1.4.1.25049.17.2.1.6 | INTEGER | read-only | Serial port number of stop bits |
| INT ogSerialPortFlowControl | 1.3.6.1.4.1.25049.17.2.1.7 | INTEGER | read-only | Serial port flow control type |
| INT ogSerialPortMode | 1.3.6.1.4.1.25049.17.2.1.8 | INTEGER | read-only | Serial port operational mode type |
| INT ogSerialPortLogLevel | 1.3.6.1.4.1.25049.17.2.1.9 | INTEGER | read-only | Serial port logging level |
| C64 ogSerialPortRxBytes | 1.3.6.1.4.1.25049.17.2.1.10 | Counter64 | read-only | Serial port bytes received |
| C64 ogSerialPortTxBytes | 1.3.6.1.4.1.25049.17.2.1.11 | Counter64 | read-only | Serial port bytes transmitted |
| C64 ogSerialPortFramingErrors | 1.3.6.1.4.1.25049.17.2.1.12 | Counter64 | read-only | Serial port framing error total. |
| C64 ogSerialPortParityErrors | 1.3.6.1.4.1.25049.17.2.1.13 | Counter64 | read-only | Serial port parity error total. |
| C64 ogSerialPortOverrunErrors | 1.3.6.1.4.1.25049.17.2.1.14 | Counter64 | read-only | Serial port Overrun Error total. |
| C64 ogSerialPortBreaks | 1.3.6.1.4.1.25049.17.2.1.15 | Counter64 | read-only | Serial port break total |
| INT ogSerialPortDCD | 1.3.6.1.4.1.25049.17.2.1.16 | INTEGER | read-only | The status of the DCD signal. |
| INT ogSerialPortDTR | 1.3.6.1.4.1.25049.17.2.1.17 | INTEGER | read-only | The status of the DTR signal. |
| INT ogSerialPortDSR | 1.3.6.1.4.1.25049.17.2.1.18 | INTEGER | read-only | The status of the DSR signal. |
| INT ogSerialPortCTS | 1.3.6.1.4.1.25049.17.2.1.19 | INTEGER | read-only | The status of the CTS signal. |
| INT ogSerialPortRTS | 1.3.6.1.4.1.25049.17.2.1.20 | INTEGER | read-only | The status of the RTS signal. |
| ogSerialUserTable | 1.3.6.1.4.1.25049.17.3 | not-accessible | This entity's serial port users table. | |
| ogSerialUserEntry | 1.3.6.1.4.1.25049.17.3.1 | not-accessible | A user logged in on the serial port | |
| I32 ogSerialUserIndex | 1.3.6.1.4.1.25049.17.3.1.1 | Integer32 | not-accessible | Index within the serial port active users table |
| DAT ogSerialUserStartTime | 1.3.6.1.4.1.25049.17.3.1.2 | DateAndTime | read-only | The time and date the user session started. |
| I32 ogSerialUserPort | 1.3.6.1.4.1.25049.17.3.1.3 | Integer32 | read-only | Serial port number |
| STR ogSerialUserLabel | 1.3.6.1.4.1.25049.17.3.1.4 | DisplayString | read-only | The readable label for the serial port. |
| STR ogSerialUserName | 1.3.6.1.4.1.25049.17.3.1.5 | DisplayString | read-only | The name of the user logged in on the port. |
| ogHostTable | 1.3.6.1.4.1.25049.17.4 | not-accessible | A table of monitored network hosts. | |
| ogHostEntry | 1.3.6.1.4.1.25049.17.4.1 | not-accessible | A monitored network host. | |
| I32 ogHostIndex | 1.3.6.1.4.1.25049.17.4.1.1 | Integer32 | not-accessible | Index within the network host active users table |
| STR ogHostName | 1.3.6.1.4.1.25049.17.4.1.2 | DisplayString | read-only | The name of this monitored network host. |
| STR ogHostIpV4Address | 1.3.6.1.4.1.25049.17.4.1.3 | DisplayString | read-only | The IPv4 Address of this monitored network host. |
| STR ogHostIpV6Address | 1.3.6.1.4.1.25049.17.4.1.4 | DisplayString | read-only | The IPv6 Address of this monitored network host. |
| ogHostServiceTable | 1.3.6.1.4.1.25049.17.5 | not-accessible | A table of services belonging to a monitored host. | |
| ogHostServiceEntry | 1.3.6.1.4.1.25049.17.5.1 | not-accessible | A monitored host service. | |
| I32 ogHostServiceIndex | 1.3.6.1.4.1.25049.17.5.1.1 | Integer32 | not-accessible | Index within the RPC outlet table |
| OID ogHostServiceHost | 1.3.6.1.4.1.25049.17.5.1.2 | OBJECT IDENTIFIER | read-only | The monitored host this service belongs to |
| INT ogHostServiceType | 1.3.6.1.4.1.25049.17.5.1.3 | INTEGER | read-only | The type of service this is. |
| U32 ogHostServicePort | 1.3.6.1.4.1.25049.17.5.1.4 | Unsigned32 | read-only | The TCP Port this service is on. |
| INT ogHostServiceStatus | 1.3.6.1.4.1.25049.17.5.1.5 | INTEGER | read-only | The availabalilty of this service. |
| C32 ogHostServiceCounter | 1.3.6.1.4.1.25049.17.5.1.6 | Counter32 | read-only | The number of alerts related to this service. |
| ogHostUserTable | 1.3.6.1.4.1.25049.17.6 | not-accessible | This entity's serial port users table. | |
| ogHostUserEntry | 1.3.6.1.4.1.25049.17.6.1 | not-accessible | A user logged in on the serial port | |
| I32 ogHostUserIndex | 1.3.6.1.4.1.25049.17.6.1.1 | Integer32 | not-accessible | Index within the network host active users table |
| OID ogHostUserHost | 1.3.6.1.4.1.25049.17.6.1.2 | OBJECT IDENTIFIER | read-only | The monitored host this user is associated with. |
| DAT ogHostUserStartTime | 1.3.6.1.4.1.25049.17.6.1.3 | DateAndTime | read-only | The date and time the user session started. |
| STR ogHostUserAddress | 1.3.6.1.4.1.25049.17.6.1.4 | DisplayString | read-only | The network host address. |
| STR ogHostUserHostName | 1.3.6.1.4.1.25049.17.6.1.5 | DisplayString | read-only | The network host's host name. |
| STR ogHostUserName | 1.3.6.1.4.1.25049.17.6.1.6 | DisplayString | read-only | The network host's active username. |
| ogWebUserTable | 1.3.6.1.4.1.25049.17.7 | not-accessible | This entity's serial port users table. | |
| ogWebUserEntry | 1.3.6.1.4.1.25049.17.7.1 | not-accessible | A user logged in on the serial port | |
| I32 ogWebUserIndex | 1.3.6.1.4.1.25049.17.7.1.1 | Integer32 | not-accessible | Index within the network host active users table |
| DAT ogWebUserStartTime | 1.3.6.1.4.1.25049.17.7.1.2 | DateAndTime | read-only | The web users session start date and time. |
| STR ogWebUserName | 1.3.6.1.4.1.25049.17.7.1.3 | DisplayString | read-only | The web users active username. |
| STR ogWebUserSourceAddress | 1.3.6.1.4.1.25049.17.7.1.4 | DisplayString | read-only | The web users source address. |
| I32 ogWebUserSourcePort | 1.3.6.1.4.1.25049.17.7.1.5 | Integer32 | read-only | The web users source tcp port. |
| ogEmdTable | 1.3.6.1.4.1.25049.17.8 | not-accessible | This devices temperature monitoring table. | |
| ogEmdEntry | 1.3.6.1.4.1.25049.17.8.1 | not-accessible | EMD status entry | |
| I32 ogEmdIndex | 1.3.6.1.4.1.25049.17.8.1.1 | Integer32 | not-accessible | Index within the EMD status table |
| STR ogEmdName | 1.3.6.1.4.1.25049.17.8.1.2 | DisplayString | read-only | The name of the EMD device. |
| STR ogEmdDescription | 1.3.6.1.4.1.25049.17.8.1.3 | DisplayString | read-only | A description of the EMD device. |
| INT ogEmdEnabled | 1.3.6.1.4.1.25049.17.8.1.4 | INTEGER | read-only | The enabled status of the EMD |
| INT ogEmdLogEnabled | 1.3.6.1.4.1.25049.17.8.1.5 | INTEGER | read-only | The logging status of the EMD |
| INT ogEmdConnectType | 1.3.6.1.4.1.25049.17.8.1.6 | INTEGER | read-only | How the EMD device is connected. |
| C32 ogEmdTemperatureTotal | 1.3.6.1.4.1.25049.17.8.1.7 | Counter32 | read-only | The number of temperature sensors contained in this EMD. |
| C32 ogEmdHumidityTotal | 1.3.6.1.4.1.25049.17.8.1.8 | Counter32 | read-only | The number of humidity sensors contained in this EMD. |
| C32 ogEmdDioInputTotal | 1.3.6.1.4.1.25049.17.8.1.9 | Counter32 | read-only | The number of DIOs contained in this EMD. |
| ogEmdTemperatureTable | 1.3.6.1.4.1.25049.17.9 | not-accessible | A table of temperature sensors belonging to EMDs | |
| ogEmdTemperatureEntry | 1.3.6.1.4.1.25049.17.9.1 | not-accessible | EMD status entry | |
| I32 ogEmdTemperatureIndex | 1.3.6.1.4.1.25049.17.9.1.1 | Integer32 | not-accessible | Index within the EMD status table |
| OID ogEmdTemperatureEmd | 1.3.6.1.4.1.25049.17.9.1.2 | OBJECT IDENTIFIER | read-only | The EMD this temperature sensor is related to. |
| STR ogEmdTemperatureName | 1.3.6.1.4.1.25049.17.9.1.3 | DisplayString | read-only | The name of the EMD temperature sensor. |
| STR ogEmdTemperatureDescription | 1.3.6.1.4.1.25049.17.9.1.4 | DisplayString | read-only | A description of the EMD device. |
| I32 ogEmdTemperatureValue | 1.3.6.1.4.1.25049.17.9.1.5 | Integer32 | read-only | The current temperature reading on the EMD. |
| C32 ogEmdTemperatureCounter | 1.3.6.1.4.1.25049.17.9.1.6 | Counter32 | read-only | Number of alerts triggered on the EMD. |
| ogEmdHumidityTable | 1.3.6.1.4.1.25049.17.10 | not-accessible | A table of humidity sensors belonging to EMDs. | |
| ogEmdHumidityEntry | 1.3.6.1.4.1.25049.17.10.1 | not-accessible | EMD Humidity sensor status entry. | |
| I32 ogEmdHumidityIndex | 1.3.6.1.4.1.25049.17.10.1.1 | Integer32 | not-accessible | Index within the EMD status table |
| OID ogEmdHumidityEmd | 1.3.6.1.4.1.25049.17.10.1.2 | OBJECT IDENTIFIER | read-only | The EMD this humidity sensor is related to. |
| STR ogEmdHumidityName | 1.3.6.1.4.1.25049.17.10.1.3 | DisplayString | read-only | The name of the EMD. |
| STR ogEmdHumidityDescription | 1.3.6.1.4.1.25049.17.10.1.4 | DisplayString | read-only | A description of the EMD device. |
| I32 ogEmdHumidityValue | 1.3.6.1.4.1.25049.17.10.1.5 | Integer32 | read-only | The current humidity value on the EMD |
| C32 ogEmdHumidityCounter | 1.3.6.1.4.1.25049.17.10.1.6 | Counter32 | read-only | Number of alerts triggered on the EMD |
| ogEmdDioTable | 1.3.6.1.4.1.25049.17.11 | not-accessible | Ths Digital I/O status table. | |
| ogEmdDioEntry | 1.3.6.1.4.1.25049.17.11.1 | not-accessible | Digital I/O status entry | |
| I32 ogEmdDioIndex | 1.3.6.1.4.1.25049.17.11.1.1 | Integer32 | not-accessible | Index within the Digital I/O status table |
| OID ogEmdDioEmd | 1.3.6.1.4.1.25049.17.11.1.2 | OBJECT IDENTIFIER | read-only | The EMD this Digital I/O relates to. |
| STR ogEmdDioName | 1.3.6.1.4.1.25049.17.11.1.3 | DisplayString | read-only | The ID of this Digital I/O. |
| STR ogEmdDioDescription | 1.3.6.1.4.1.25049.17.11.1.4 | DisplayString | read-only | A description of this Digital I/O. |
| INT ogEmdDioType | 1.3.6.1.4.1.25049.17.11.1.5 | INTEGER | read-only | Digital I/O type (TTL Input/Output or High-Voltage Output). |
| INT ogEmdDioDirection | 1.3.6.1.4.1.25049.17.11.1.6 | INTEGER | read-only | The direction of the Digital I/O (Input or Output) |
| INT ogEmdDioState | 1.3.6.1.4.1.25049.17.11.1.7 | INTEGER | read-only | The electrical state value of the Digital I/O (Low or High) |
| INT ogEmdDioTriggerMode | 1.3.6.1.4.1.25049.17.11.1.8 | INTEGER | read-only | The Trigger Mode of the Digital I/O |
| C32 ogEmdDioCounter | 1.3.6.1.4.1.25049.17.11.1.9 | Counter32 | read-only | The trigger counter of this Digital I/O |
| ogNetInterfaceTable | 1.3.6.1.4.1.25049.17.12 | not-accessible | This devices network interface status table. | |
| ogNetInterfaceEntry | 1.3.6.1.4.1.25049.17.12.1 | not-accessible | EMD status entry | |
| I32 ogNetInterfaceIndex | 1.3.6.1.4.1.25049.17.12.1.1 | Integer32 | not-accessible | Index within the network interface status table |
| STR ogNetInterfaceName | 1.3.6.1.4.1.25049.17.12.1.2 | DisplayString | read-only | The name of a network interface. |
| INT ogNetInterfaceType | 1.3.6.1.4.1.25049.17.12.1.3 | INTEGER | read-only | The type of this network interface entry. |
| INT ogNetInterfaceState | 1.3.6.1.4.1.25049.17.12.1.4 | INTEGER | read-only | The current status of this network interface entry. |
| ogPowerSupplyTable | 1.3.6.1.4.1.25049.17.13 | not-accessible | This entity's Power Supply table. | |
| ogPowerSupplyEntry | 1.3.6.1.4.1.25049.17.13.1 | not-accessible | Power Supply status entry | |
| I32 ogPowerSupplyIndex | 1.3.6.1.4.1.25049.17.13.1.1 | Integer32 | not-accessible | Index within the Power Supply status table |
| STR ogPowerSupplyName | 1.3.6.1.4.1.25049.17.13.1.2 | DisplayString | read-only | The name of the Power Supply. |
| I32 ogPowerSupplyInputVoltage | 1.3.6.1.4.1.25049.17.13.1.3 | Integer32 | read-only | Current temperature of the Power Supply |
| I32 ogPowerSupplyOutputCurrent | 1.3.6.1.4.1.25049.17.13.1.4 | Integer32 | read-only | Current temperature of the Power Supply |
| I32 ogPowerSupplyTemperature | 1.3.6.1.4.1.25049.17.13.1.5 | Integer32 | read-only | Current temperature of the Power Supply |
| ogUpsTable | 1.3.6.1.4.1.25049.17.14 | not-accessible | Ths Uninterruptable Power Supply (UPS) status table. | |
| ogUpsEntry | 1.3.6.1.4.1.25049.17.14.1 | not-accessible | Digital I/O status entry | |
| I32 ogUpsIndex | 1.3.6.1.4.1.25049.17.14.1.1 | Integer32 | not-accessible | Index within the UPS status table. |
| STR ogUpsName | 1.3.6.1.4.1.25049.17.14.1.2 | DisplayString | read-only | The ID of this UPS. |
| STR ogUpsDescription | 1.3.6.1.4.1.25049.17.14.1.3 | DisplayString | read-only | A description of this UPS. |
| STR ogUpsType | 1.3.6.1.4.1.25049.17.14.1.4 | DisplayString | read-only | The UPS driver type. |
| INT ogUpsLogEnabled | 1.3.6.1.4.1.25049.17.14.1.5 | INTEGER | read-only | The logging status of the UPS |
| INT ogUpsConnectType | 1.3.6.1.4.1.25049.17.14.1.6 | INTEGER | read-only | How the UPS device is being monitored. |
| INT ogUpsState | 1.3.6.1.4.1.25049.17.14.1.7 | INTEGER | read-only | The current state the UPS is running in. |
| I32 ogUpsTemperature | 1.3.6.1.4.1.25049.17.14.1.8 | Integer32 | read-only | The UPS temperature. Negative if unavailable. |
| I32 ogUpsHumidity | 1.3.6.1.4.1.25049.17.14.1.9 | Integer32 | read-only | The UPS humidity. Negative if unavailable. |
| INT ogUpsBatteryState | 1.3.6.1.4.1.25049.17.14.1.10 | INTEGER | read-only | The current state of the UPS battery. |
| I32 ogUpsBatteryRunTime | 1.3.6.1.4.1.25049.17.14.1.11 | Integer32 | read-only | Battery runtime (seconds). Negative if unavailable |
| I32 ogUpsBatteryRunTimeLow | 1.3.6.1.4.1.25049.17.14.1.12 | Integer32 | read-only | Estimated remaining battery runtime when UPS switches to Low Battery. Negative if unavailable. |
| I32 ogUpsBatteryRunTimeRestart | 1.3.6.1.4.1.25049.17.14.1.13 | Integer32 | read-only | Minimum battery runtime for UPS restart after power-off (seconds). Negative if unavailable. |
| I32 ogUpsBatteryCharge | 1.3.6.1.4.1.25049.17.14.1.14 | Integer32 | read-only | Estimated percent of Battery charge remaining. Negative if unavailable. |
| I32 ogUpsBatteryVoltage | 1.3.6.1.4.1.25049.17.14.1.15 | Integer32 | read-only | The magnitude of the current battery voltage. Negative if unavailable. |
| I32 ogUpsBatteryNominalVoltage | 1.3.6.1.4.1.25049.17.14.1.16 | Integer32 | read-only | Nominal battery voltage (V). Negative if unavailable. |
| I32 ogUpsBatteryCurrent | 1.3.6.1.4.1.25049.17.14.1.17 | Integer32 | read-only | The UPS battery current. Negative if unavailable. |
| I32 ogUpsBatteryNominalCurrent | 1.3.6.1.4.1.25049.17.14.1.18 | Integer32 | read-only | The nominal UPS battery current. Negative if unavailable. |
| I32 ogUpsBatteryTemperature | 1.3.6.1.4.1.25049.17.14.1.19 | Integer32 | read-only | The UPS battery temperature. Negative if unavailable. |
| I32 ogUpsInputFrequency | 1.3.6.1.4.1.25049.17.14.1.20 | Integer32 | read-only | Input line frequency (Hz). Negative if unavailable. |
| I32 ogUpsInputNominalFrequency | 1.3.6.1.4.1.25049.17.14.1.21 | Integer32 | read-only | Nominal input line frequency (Hz). Negative if unavailable. |
| I32 ogUpsInputVoltage | 1.3.6.1.4.1.25049.17.14.1.22 | Integer32 | read-only | The magnitude of the UPS input voltage. Negative if unavailable. |
| I32 ogUpsInputNominalVoltage | 1.3.6.1.4.1.25049.17.14.1.23 | Integer32 | read-only | The nominal input voltage. Negative if unavailable. |
| I32 ogUpsInputCurrent | 1.3.6.1.4.1.25049.17.14.1.24 | Integer32 | read-only | The input current. Negative if unavailable. |
| I32 ogUpsInputNominalCurrent | 1.3.6.1.4.1.25049.17.14.1.25 | Integer32 | read-only | The nominal input current. Negative if unavailable. |
| I32 ogUpsOutputFrequency | 1.3.6.1.4.1.25049.17.14.1.26 | Integer32 | read-only | Output line frequency (Hz). Negative if unavailable. |
| I32 ogUpsOutputNominalFrequency | 1.3.6.1.4.1.25049.17.14.1.27 | Integer32 | read-only | Nominal output line frequency (Hz). Negative if unavailable. |
| I32 ogUpsOutputVoltage | 1.3.6.1.4.1.25049.17.14.1.28 | Integer32 | read-only | The magnitude of the UPS output voltage. Negative if unavailable. |
| I32 ogUpsOutputNominalVoltage | 1.3.6.1.4.1.25049.17.14.1.29 | Integer32 | read-only | The nominal magnitude of the UPS output voltage. Negative if unavailable. |
| I32 ogUpsOutputCurrent | 1.3.6.1.4.1.25049.17.14.1.30 | Integer32 | read-only | The magnitude of the UPS input current. Negative if unavailable. |
| I32 ogUpsOutputNominalCurrent | 1.3.6.1.4.1.25049.17.14.1.31 | Integer32 | read-only | The nominal magnitude of the UPS input current. Negative if unavailable. |
| I32 ogUpsOutputLoad | 1.3.6.1.4.1.25049.17.14.1.32 | Integer32 | read-only | Estimated percent of UPS power capacity being used. |
| I32 ogUpsOutputPower | 1.3.6.1.4.1.25049.17.14.1.33 | Integer32 | read-only | The current value of apparent power (Volt-Amps). Negative if unavailable. |
| I32 ogUpsOutputTruePower | 1.3.6.1.4.1.25049.17.14.1.34 | Integer32 | read-only | The current value of real power (Watts). Negative if unavailable. |
| C32 ogUpsCounter | 1.3.6.1.4.1.25049.17.14.1.35 | Counter32 | read-only | Number of alerts triggered on the UPS |
| ogRpcTable | 1.3.6.1.4.1.25049.17.15 | not-accessible | This entity's Remote Power Controller (RPC) table. | |
| ogRpcEntry | 1.3.6.1.4.1.25049.17.15.1 | not-accessible | RPC status entry | |
| I32 ogRpcIndex | 1.3.6.1.4.1.25049.17.15.1.1 | Integer32 | not-accessible | Index within the RPC status table |
| STR ogRpcName | 1.3.6.1.4.1.25049.17.15.1.2 | DisplayString | read-only | The name of the RPC device. |
| STR ogRpcDescription | 1.3.6.1.4.1.25049.17.15.1.3 | DisplayString | read-only | A description for the RPC device. |
| STR ogRpcType | 1.3.6.1.4.1.25049.17.15.1.4 | DisplayString | read-only | A type for the RPC device. |
| INT ogRpcLogEnabled | 1.3.6.1.4.1.25049.17.15.1.5 | INTEGER | read-only | The logging status of the RPC |
| C32 ogRpcOutletTotal | 1.3.6.1.4.1.25049.17.15.1.6 | Counter32 | read-only | The number of outlets on this RPC |
| I32 ogRpcMaxTemperature | 1.3.6.1.4.1.25049.17.15.1.7 | Integer32 | read-only | Maximum temperature on the RPC |
| INT ogRpcConnectType | 1.3.6.1.4.1.25049.17.15.1.8 | INTEGER | read-only | How the RPC device is connected. |
| I32 ogRpcInputFrequency | 1.3.6.1.4.1.25049.17.15.1.9 | Integer32 | read-only | Input line frequency (Hz). Negative if unavailable. |
| I32 ogRpcInputVoltage | 1.3.6.1.4.1.25049.17.15.1.10 | Integer32 | read-only | The magnitude of the RPC input voltage. Negative if unavailable. |
| I32 ogRpcInputCurrent | 1.3.6.1.4.1.25049.17.15.1.11 | Integer32 | read-only | The input current. Negative if unavailable. |
| C32 ogRpcCounter | 1.3.6.1.4.1.25049.17.15.1.12 | Counter32 | read-only | Number of alerts triggered on the RPC |
| ogRpcOutletTable | 1.3.6.1.4.1.25049.17.16 | not-accessible | This RPC's outlet table. | |
| ogRpcOutletEntry | 1.3.6.1.4.1.25049.17.16.1 | not-accessible | RPC Outlet status entry | |
| I32 ogRpcOutletIndex | 1.3.6.1.4.1.25049.17.16.1.1 | Integer32 | not-accessible | Index within the RPC outlet table |
| OID ogRpcOutletRpc | 1.3.6.1.4.1.25049.17.16.1.2 | OBJECT IDENTIFIER | read-only | The RPC this outlet belongs to |
| STR ogRpcOutletName | 1.3.6.1.4.1.25049.17.16.1.3 | DisplayString | read-only | The name of the RPC outlet. |
| INT ogRpcOutletState | 1.3.6.1.4.1.25049.17.16.1.4 | INTEGER | read-only | The power status of the RPC outlet |
| I32 ogRpcOutletFrequency | 1.3.6.1.4.1.25049.17.16.1.5 | Integer32 | read-only | Output line frequency (Hz). Negative if unavailable. |
| I32 ogRpcOutletVoltage | 1.3.6.1.4.1.25049.17.16.1.6 | Integer32 | read-only | The voltage on this outlet. Negative if unavailable. |
| I32 ogRpcOutletCurrent | 1.3.6.1.4.1.25049.17.16.1.7 | Integer32 | read-only | Current measured on this outlet. Negative if unavailable. |
| I32 ogRpcOutletLoad | 1.3.6.1.4.1.25049.17.16.1.8 | Integer32 | read-only | Estimated percent of RPC outlet power capacity being used. |
| ogCellModemTable | 1.3.6.1.4.1.25049.17.17 | not-accessible | Ths cellular modem status table. | |
| ogCellModemEntry | 1.3.6.1.4.1.25049.17.17.1 | not-accessible | A cellular modem status entry. | |
| I32 ogCellModemIndex | 1.3.6.1.4.1.25049.17.17.1.1 | Integer32 | not-accessible | Index of the cellular modem status entry. |
| STR ogCellModemVendor | 1.3.6.1.4.1.25049.17.17.1.2 | DisplayString | read-only | The Manufacturer ID of Cellular Modem. |
| STR ogCellModemModel | 1.3.6.1.4.1.25049.17.17.1.3 | DisplayString | read-only | The Cellular Modem model name. |
| INT ogCellModemEnabled | 1.3.6.1.4.1.25049.17.17.1.4 | INTEGER | read-only | The enabled state of the modem. |
| INT ogCellModemConnected | 1.3.6.1.4.1.25049.17.17.1.5 | INTEGER | read-only | The connected state of the modem. |
| STR ogCellModemNetwork | 1.3.6.1.4.1.25049.17.17.1.6 | DisplayString | read-only | The name of the network provider. |
| INT ogCellModemRegistered | 1.3.6.1.4.1.25049.17.17.1.7 | INTEGER | read-only | The registration state of the modem. |
| I32 ogCellModemTower | 1.3.6.1.4.1.25049.17.17.1.8 | Integer32 | read-only | The current cellular tower ID. |
| INT ogCellModemRadioTechnology | 1.3.6.1.4.1.25049.17.17.1.9 | INTEGER | read-only | The current Radio Access Technology being used |
| STR ogCellModemApn | 1.3.6.1.4.1.25049.17.17.1.10 | DisplayString | read-only | The APN configured for this cellmodem. |
| I32 ogCellModem3gRssi | 1.3.6.1.4.1.25049.17.17.1.11 | Integer32 | read-only | The current 3G Received Signal Strength (RSSI) if applicable. |
| I32 ogCellModem4gRssi | 1.3.6.1.4.1.25049.17.17.1.12 | Integer32 | read-only | The current 4G Received Signal Strength (RSSI) if applicable. |
| C32 ogCellModemSessionTime | 1.3.6.1.4.1.25049.17.17.1.13 | Counter32 | read-only | The number of seconds the modem session has been up for. |
| C32 ogCellModemSelectedSimCard | 1.3.6.1.4.1.25049.17.17.1.14 | Counter32 | read-only | The SIM card currently being used by this modem. |
| I32 ogCellModemTemperature | 1.3.6.1.4.1.25049.17.17.1.15 | Integer32 | read-only | The current temperature of the Cellular Modem. |
| C32 ogCellModemCounter | 1.3.6.1.4.1.25049.17.17.1.16 | Counter32 | read-only | The number of alerts the modem has triggered. |
| ogWifiClientTable | 1.3.6.1.4.1.25049.17.18 | not-accessible | Ths wireless client status table. | |
| ogWifiClientEntry | 1.3.6.1.4.1.25049.17.18.1 | not-accessible | A wireless client status entry. | |
| I32 ogWifiClientIndex | 1.3.6.1.4.1.25049.17.18.1.1 | Integer32 | not-accessible | Index of the wireless client status entry. |
| STR ogWifiClientInterface | 1.3.6.1.4.1.25049.17.18.1.2 | DisplayString | read-only | The wireless client network interface name. |
| INT ogWifiClientEnabled | 1.3.6.1.4.1.25049.17.18.1.3 | INTEGER | read-only | The wireless client enabled state |
| STR ogWifiClientEssid | 1.3.6.1.4.1.25049.17.18.1.4 | DisplayString | read-only | The ESSID this wireless client is currently associated with. |
| INT ogWifiClientIeeeMode | 1.3.6.1.4.1.25049.17.18.1.5 | INTEGER | read-only | The IEEE 802.11 mode of this wireless client. |
| INT ogWifiClientMode | 1.3.6.1.4.1.25049.17.18.1.6 | INTEGER | read-only | The operating mode of this wireless client. |
| U32 ogWifiClientFrequency | 1.3.6.1.4.1.25049.17.18.1.7 | Unsigned32 | read-only | The current frequency of this wireless client. |
| STR ogWifiClientApMac | 1.3.6.1.4.1.25049.17.18.1.8 | DisplayString | read-only | The Access Point ID this wireless client is associated with. |
| U32 ogWifiClientBitRate | 1.3.6.1.4.1.25049.17.18.1.9 | Unsigned32 | read-only | The current bit-rate of this wireless client. |
| I32 ogWifiClientTxPower | 1.3.6.1.4.1.25049.17.18.1.10 | Integer32 | read-only | The current Tx-Power of this wireless client. |
| U32 ogWifiClientLinkQuality | 1.3.6.1.4.1.25049.17.18.1.11 | Unsigned32 | read-only | The normalized link quality of this wireless client. |
| I32 ogWifiClientRssi | 1.3.6.1.4.1.25049.17.18.1.12 | Integer32 | read-only | The current Signal Level of this wireless client. |
| C32 ogWifiClientRxInvalidNwid | 1.3.6.1.4.1.25049.17.18.1.13 | Counter32 | read-only | The count of invalid Network ID's for this wireless client. |
| C32 ogWifiClientRxInvalidCrypt | 1.3.6.1.4.1.25049.17.18.1.14 | Counter32 | read-only | The count of invalid crypt's for this wireless client. |
| C32 ogWifiClientRxInvalidFrag | 1.3.6.1.4.1.25049.17.18.1.15 | Counter32 | read-only | The count of invalid frag's for this wireless client. |
| C32 ogWifiClientRxInvalidRetries | 1.3.6.1.4.1.25049.17.18.1.16 | Counter32 | read-only | The count of invalid retries for this wireless client. |
| C32 ogWifiClientRxInvalidMisc | 1.3.6.1.4.1.25049.17.18.1.17 | Counter32 | read-only | The count of invalid misc's for this wireless client. |
| C32 ogWifiClientMissedBeacon | 1.3.6.1.4.1.25049.17.18.1.18 | Counter32 | read-only | The count of missed beacon's for this wireless client. |
| C32 ogWifiClientCounter | 1.3.6.1.4.1.25049.17.18.1.19 | Counter32 | read-only | The number of alerts triggered by this wireless client. |
| ogWifiApTable | 1.3.6.1.4.1.25049.17.19 | not-accessible | Ths wireless interface status table. | |
| ogWifiApEntry | 1.3.6.1.4.1.25049.17.19.1 | not-accessible | A wireless interface status entry | |
| I32 ogWifiApIndex | 1.3.6.1.4.1.25049.17.19.1.1 | Integer32 | not-accessible | Index of the wireless server status entry. |
| STR ogWifiApInterface | 1.3.6.1.4.1.25049.17.19.1.2 | DisplayString | read-only | The wireless access point network interface name. |
| INT ogWifiApEnabled | 1.3.6.1.4.1.25049.17.19.1.3 | INTEGER | read-only | The enabled status of the wireless server. |
| STR ogWifiApSsid | 1.3.6.1.4.1.25049.17.19.1.4 | DisplayString | read-only | The SSID for this wireless access point. |
| INT ogWifiApIeeeMode | 1.3.6.1.4.1.25049.17.19.1.5 | INTEGER | read-only | The IEEE 802.11 mode of this wireless access point. |
| U32 ogWifiApFrequency | 1.3.6.1.4.1.25049.17.19.1.6 | Unsigned32 | read-only | The current frequency of this wireless access point. |
| I32 ogWifiApTxPower | 1.3.6.1.4.1.25049.17.19.1.7 | Integer32 | read-only | The current Tx-Power of this wireless access point. |
| C32 ogWifiApCounter | 1.3.6.1.4.1.25049.17.19.1.8 | Counter32 | read-only | The number of alerts triggered by this wireless access point. |
| ogWifiApClientTable | 1.3.6.1.4.1.25049.17.20 | not-accessible | This RPC's outlet table. | |
| ogWifiApClientEntry | 1.3.6.1.4.1.25049.17.20.1 | not-accessible | RPC Outlet status entry | |
| I32 ogWifiApClientIndex | 1.3.6.1.4.1.25049.17.20.1.1 | Integer32 | not-accessible | Index within the wireless AP client table |
| OID ogWifiApClientAp | 1.3.6.1.4.1.25049.17.20.1.2 | OBJECT IDENTIFIER | read-only | The wireless AP this client is assiciated with. |
| STR ogWifiApClientMac | 1.3.6.1.4.1.25049.17.20.1.3 | DisplayString | read-only | The MAC address of the Access Point this wireless client is associated with. |
| C32 ogWifiApClientInactiveTime | 1.3.6.1.4.1.25049.17.20.1.4 | Counter32 | read-only | The Inactive Time for this wireless client. |
| C32 ogWifiApClientRxBytes | 1.3.6.1.4.1.25049.17.20.1.5 | Counter32 | read-only | The number of received bytes for this wireless client. |
| C32 ogWifiApClientRxPackets | 1.3.6.1.4.1.25049.17.20.1.6 | Counter32 | read-only | The number of received packets for this wireless client. |
| C32 ogWifiApClientTxBytes | 1.3.6.1.4.1.25049.17.20.1.7 | Counter32 | read-only | The number of transmitted bytes for this wireless client. |
| C32 ogWifiApClientTxPackets | 1.3.6.1.4.1.25049.17.20.1.8 | Counter32 | read-only | The number of transmitted packets for this wireless client. |
| I32 ogWifiApClientRssi | 1.3.6.1.4.1.25049.17.20.1.9 | Integer32 | read-only | The current Signal Level of this wireless client. |
| U32 ogWifiApClientTxBitRate | 1.3.6.1.4.1.25049.17.20.1.10 | Unsigned32 | read-only | The current transmission bit-rate of this wireless client. |
| ogCheckTable | 1.3.6.1.4.1.25049.17.21 | not-accessible | Ths auto-response check table. | |
| ogCheckEntry | 1.3.6.1.4.1.25049.17.21.1 | not-accessible | An auto-response check entry | |
| I32 ogCheckIndex | 1.3.6.1.4.1.25049.17.21.1.1 | Integer32 | not-accessible | Index of the auto-response rule |
| STR ogCheckName | 1.3.6.1.4.1.25049.17.21.1.2 | DisplayString | read-only | The ID of this auto-response rule. |
| I32 ogCheckRepeatTimeout | 1.3.6.1.4.1.25049.17.21.1.3 | Integer32 | read-only | The minimum seconds before trigger actions can be repeated for this auto-response. |
| I32 ogCheckResetTimeout | 1.3.6.1.4.1.25049.17.21.1.4 | Integer32 | read-only | The minimum seconds after resolution before this auto-response can be triggered again. |
| INT ogCheckType | 1.3.6.1.4.1.25049.17.21.1.5 | INTEGER | read-only | The auto-response check type |
| C32 ogCheckTriggerActions | 1.3.6.1.4.1.25049.17.21.1.6 | Counter32 | read-only | The number of Trigger Actions configured for the auto-response. |
| C32 ogCheckResolveActions | 1.3.6.1.4.1.25049.17.21.1.7 | Counter32 | read-only | The number of Resolve Actions configured for the auto-response. |
| ogCheckDeviceTable | 1.3.6.1.4.1.25049.17.22 | not-accessible | The auto-response device reference table. | |
| ogCheckDeviceEntry | 1.3.6.1.4.1.25049.17.22.1 | not-accessible | RPC Outlet status entry | |
| I32 ogCheckDeviceIndex | 1.3.6.1.4.1.25049.17.22.1.1 | Integer32 | not-accessible | Index within the auto-response device outlet table |
| OID ogCheckDeviceCheck | 1.3.6.1.4.1.25049.17.22.1.2 | OBJECT IDENTIFIER | read-only | The check this device is associated with. |
| STR ogCheckDeviceName | 1.3.6.1.4.1.25049.17.22.1.3 | DisplayString | read-only | The name of a device pertaining to the auto-reponse. |
| STR ogCheckDeviceRef | 1.3.6.1.4.1.25049.17.22.1.4 | DisplayString | read-only | The reference ID of the device pertaining to the auto-reponse. |
| ogAlarm | 1.3.6.1.4.1.25049.17.23 | |||
| ogAlarmLogTable | 1.3.6.1.4.1.25049.17.23.1 | not-accessible | The alarm history table. | |
| ogAlarmLogEntry | 1.3.6.1.4.1.25049.17.23.1.1 | not-accessible | An alarm entry. | |
| I32 ogAlarmLogIndex | 1.3.6.1.4.1.25049.17.23.1.1.1 | Integer32 | not-accessible | Index within the current alarm table of this alarm. |
| I32 ogAlarmEventId | 1.3.6.1.4.1.25049.17.23.1.1.2 | Integer32 | read-only | Unique event ID for this alarm. |
| STR ogAlarmName | 1.3.6.1.4.1.25049.17.23.1.1.3 | DisplayString | read-only | The check ID that this alarm pertains to. |
| I32 ogAlarmCheck | 1.3.6.1.4.1.25049.17.23.1.1.4 | Integer32 | read-only | The auto-response index this alarm relates to. |
| I32 ogAlarmInstance | 1.3.6.1.4.1.25049.17.23.1.1.5 | Integer32 | read-only | The reference index for this alarm instance. |
| DAT ogAlarmTime | 1.3.6.1.4.1.25049.17.23.1.1.6 | DateAndTime | read-only | The UTC date and time for when this alarm was created. |
| INT ogAlarmType | 1.3.6.1.4.1.25049.17.23.1.1.7 | INTEGER | read-only | A reference to an Alarm Type Object. |
| STR ogAlarmSummary | 1.3.6.1.4.1.25049.17.23.1.1.8 | DisplayString | read-only | The human readable summary of this alarm. |
| STR ogAlarmDevice | 1.3.6.1.4.1.25049.17.23.1.1.9 | DisplayString | read-only | The device ID that this alarm pertains to. |
| STR ogAlarmUser | 1.3.6.1.4.1.25049.17.23.1.1.10 | DisplayString | read-only | The user ID that this alarm pertains to. |
| I32 ogAlarmTriggerValue | 1.3.6.1.4.1.25049.17.23.1.1.11 | Integer32 | read-only | The threshold value which triggers the alarm. |
| I32 ogAlarmCurrentValue | 1.3.6.1.4.1.25049.17.23.1.1.12 | Integer32 | read-only | The value as of the time of this entry. |
| I32 ogAlarmPreviousValue | 1.3.6.1.4.1.25049.17.23.1.1.13 | Integer32 | read-only | The former value of this entry. |
| INT ogAlarmState | 1.3.6.1.4.1.25049.17.23.1.1.14 | INTEGER | read-only | The effective alarm state. |
| ogCurrentAlarmTable | 1.3.6.1.4.1.25049.17.23.2 | not-accessible | The alarm history table. | |
| ogCurrentAlarmEntry | 1.3.6.1.4.1.25049.17.23.2.1 | not-accessible | An alarm entry. | |
| I32 ogCurrentAlarmIndex | 1.3.6.1.4.1.25049.17.23.2.1.1 | Integer32 | not-accessible | Index within the current alarm table of this alarm. |
| I32 ogCurrentAlarmEventId | 1.3.6.1.4.1.25049.17.23.2.1.2 | Integer32 | read-only | Unique event ID for this alarm. |
| STR ogCurrentAlarmName | 1.3.6.1.4.1.25049.17.23.2.1.3 | DisplayString | read-only | The ID of the check this alarm pertains to. |
| I32 ogCurrentAlarmCheck | 1.3.6.1.4.1.25049.17.23.2.1.4 | Integer32 | read-only | The auto-response index this alarm relates to. |
| I32 ogCurrentAlarmInstance | 1.3.6.1.4.1.25049.17.23.2.1.5 | Integer32 | read-only | The reference index for this alarm instance. |
| DAT ogCurrentAlarmTime | 1.3.6.1.4.1.25049.17.23.2.1.6 | DateAndTime | read-only | The UTC date and time for when this alarm was created. |
| INT ogCurrentAlarmType | 1.3.6.1.4.1.25049.17.23.2.1.7 | INTEGER | read-only | The specific Alarm Type. |
| STR ogCurrentAlarmSummary | 1.3.6.1.4.1.25049.17.23.2.1.8 | DisplayString | read-only | A readable summary of this alarm. |
| STR ogCurrentAlarmDevice | 1.3.6.1.4.1.25049.17.23.2.1.9 | DisplayString | read-only | The ID of the device this alarm pertains to. |
| STR ogCurrentAlarmUser | 1.3.6.1.4.1.25049.17.23.2.1.10 | DisplayString | read-only | The ID of the user this alarm pertains to. |
| I32 ogCurrentAlarmTriggerValue | 1.3.6.1.4.1.25049.17.23.2.1.11 | Integer32 | read-only | The threshold value which triggers the alarm. |
| I32 ogCurrentAlarmCurrentValue | 1.3.6.1.4.1.25049.17.23.2.1.12 | Integer32 | read-only | The value as of the time of this entry. |
| I32 ogCurrentAlarmPreviousValue | 1.3.6.1.4.1.25049.17.23.2.1.13 | Integer32 | read-only | The former value of this entry. |
| INT ogCurrentAlarmState | 1.3.6.1.4.1.25049.17.23.2.1.14 | INTEGER | read-only | The effective alarm state. |
| ogStatus2NotificationPrefix | 1.3.6.1.4.1.25049.17.100 | |||
| ogMibNotifications | 1.3.6.1.4.1.25049.17.100.0 | |||
| NTF ogSerialSignalNotification | 1.3.6.1.4.1.25049.17.100.0.1 | The notification sent when a serial signal changes. | ||
| NTF ogSerialPatternNotification | 1.3.6.1.4.1.25049.17.100.0.2 | The notification sent when a pattern is matched on a serial port . | ||
| NTF ogSerialUserNotification | 1.3.6.1.4.1.25049.17.100.0.3 | The notification sent when a user logs in or out of a serial console. | ||
| NTF ogHostPingNotification | 1.3.6.1.4.1.25049.17.100.0.4 | The notification sent when a host stops or resumes responding to a ping. | ||
| NTF ogHostServiceNotification | 1.3.6.1.4.1.25049.17.100.0.5 | The notification sent when a host service stops or resumes. | ||
| NTF ogHostUserNotification | 1.3.6.1.4.1.25049.17.100.0.6 | The notification sent when a user logs in or out of a network host. | ||
| NTF ogWebUserNotification | 1.3.6.1.4.1.25049.17.100.0.7 | The notification sent when a user logs in or out of the web interface. | ||
| NTF ogEmdTemperatureNotification | 1.3.6.1.4.1.25049.17.100.0.8 | The notification sent when a temperature event occurs | ||
| NTF ogEmdHumidityNotification | 1.3.6.1.4.1.25049.17.100.0.9 | The notification sent when a humidity event occurs | ||
| NTF ogEmdDioNotification | 1.3.6.1.4.1.25049.17.100.0.10 | The notification sent when a Digital I/O input event occurs | ||
| NTF ogPowerSupplyInputNotification | 1.3.6.1.4.1.25049.17.100.0.11 | The notification sent when a power supply voltage alarm occurs | ||
| NTF ogPowerSupplyOutputNotification | 1.3.6.1.4.1.25049.17.100.0.12 | The notification sent when a power supply voltage alarm occurs | ||
| NTF ogPowerSupplyTempNotification | 1.3.6.1.4.1.25049.17.100.0.13 | The notification sent when a power supply voltage alarm occurs | ||
| NTF ogUpsNotification | 1.3.6.1.4.1.25049.17.100.0.14 | The notification sent when a UPS alarm occurs | ||
| NTF ogUpsBatteryNotification | 1.3.6.1.4.1.25049.17.100.0.15 | The notification sent when a UPS battery alarm occurs | ||
| NTF ogUpsInputNotification | 1.3.6.1.4.1.25049.17.100.0.16 | The notification sent when a UPS input alarm occurs | ||
| NTF ogUpsOutputNotification | 1.3.6.1.4.1.25049.17.100.0.17 | The notification sent when a UPS output alarm occurs | ||
| NTF ogRpcInputNotification | 1.3.6.1.4.1.25049.17.100.0.18 | The notification sent when a RPC input alarm occurs | ||
| NTF ogRpcOutputNotification | 1.3.6.1.4.1.25049.17.100.0.19 | The notification sent when a RPC output alarm occurs | ||
| NTF ogRpcOutletNotification | 1.3.6.1.4.1.25049.17.100.0.20 | The notification sent when a RPC output alarm occurs | ||
| NTF ogNetInterfaceNotification | 1.3.6.1.4.1.25049.17.100.0.21 | The notification sent when a network interface event occurs. | ||
| NTF ogCellDataNotification | 1.3.6.1.4.1.25049.17.100.0.22 | The notification sent when a cellular data alarm occurs. | ||
| NTF ogCellMessageNotification | 1.3.6.1.4.1.25049.17.100.0.23 | The notification sent when an SMS command alarm occurs. | ||
| NTF ogCellSignalNotification | 1.3.6.1.4.1.25049.17.100.0.24 | The notification sent when a cellular signal alarm occurs. | ||
| NTF ogCellApnNotification | 1.3.6.1.4.1.25049.17.100.0.25 | The notification sent when a cellular APN alarm occurs. | ||
| NTF ogCellTowerNotification | 1.3.6.1.4.1.25049.17.100.0.26 | The notification sent when a cellular tower alarm occurs. | ||
| NTF ogCellNetworkNotification | 1.3.6.1.4.1.25049.17.100.0.27 | The notification sent when a cellular network alarm occurs. | ||
| NTF ogWifiClientConnectNotification | 1.3.6.1.4.1.25049.17.100.0.28 | The notification sent when a wireless client connects or disconnects. | ||
| NTF ogWifiClientSignalNotification | 1.3.6.1.4.1.25049.17.100.0.29 | The notification sent when a wireless client signal changes. | ||
| NTF ogWifiApAssociationNotification | 1.3.6.1.4.1.25049.17.100.0.30 | The notification sent when a wireless client connects or disconnects to this AP. | ||
| NTF ogWifiApAuthNotification | 1.3.6.1.4.1.25049.17.100.0.31 | The notification sent when a wireless client fails to authenticate with this AP. | ||
| NTF ogDialPoolHealthNotification | 1.3.6.1.4.1.25049.17.100.0.32 | The notification sent when dial-pool health alarm occurs. | ||
| NTF ogCustomNotification | 1.3.6.1.4.1.25049.17.100.0.33 | The notification sent when a custom check is triggered. | ||
| ogStatus2Conformance | 1.3.6.1.4.1.25049.17.65535 | |||
| ogStatus2Compliances | 1.3.6.1.4.1.25049.17.65535.1 | |||
| ogStatus2Compliance | 1.3.6.1.4.1.25049.17.65535.1.1 | The compliance statement for the Opengear status MIB. | ||
| ogStatus2Groups | 1.3.6.1.4.1.25049.17.65535.2 | |||
| ogBasicStatusGroup | 1.3.6.1.4.1.25049.17.65535.2.1 | A collection of objects to retrieve Opengear statistics. | ||
| ogBasicAlarmGroup | 1.3.6.1.4.1.25049.17.65535.2.2 | A collection of objects to report Opengear alarms. | ||
| ogBasicNotificationGroup | 1.3.6.1.4.1.25049.17.65535.2.3 | A collection of notifications for the status system. |
RFC description
Opengear Inc. MIB that provides extended network interface status and failover information for Opengear console management devices.
Start monitoring Opengear console server/out-of-band management appliance (extended status/alert, newer firmware) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.