HMIOMODULE-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: RICHARD HIRSCHMANN


 Home MIB: HMIOMODULE-SNMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     hmIOModDigInputChangeTrap 1.3.6.1.4.1.248.14.1.0.16
This trap is sent if the state of an input changes. This trap is sent only when hmIOModConfigDigInputSnmpTrap is set to enabled (1).
     hmIOModDigOutputChangeTrap 1.3.6.1.4.1.248.14.1.0.17
This trap is sent if the state of an input changes. This trap is sent when hmIOModConfigDigOutputSnmpTrap is set to enabled (1) or when the output value changes from or to invalid (3)
 hmIOModuleGroup 1.3.6.1.4.1.248.14.1.13
The Hirschmann Private IO Module definitions for Platform devices.
       hmIOModuleConfigGroup 1.3.6.1.4.1.248.14.1.13.1
           hmIOModConfigCommon 1.3.6.1.4.1.248.14.1.13.1.1
               hmIOModConfigDigInputAdminState 1.3.6.1.4.1.248.14.1.13.1.1.1 hmenabledstatus read-write
enables sending SNMP traps or log events on input change. (if disable(2) input task will do nothing).
               hmIOModConfigDigOutputAdminState 1.3.6.1.4.1.248.14.1.13.1.1.2 hmenabledstatus read-write
enables polling of output values (if disable(2) output task will do nothing).
               hmIOModConfigDigInputRefreshInterval 1.3.6.1.4.1.248.14.1.13.1.1.3 integer32 read-write
The refresh interval (in ms) of the input values. Minimum 500ms, Maximum 10000ms (10s).
               hmIOModConfigDigOutputRefreshInterval 1.3.6.1.4.1.248.14.1.13.1.1.4 integer32 read-write
The refresh interval (in ms) of the output values. Minimum 500ms, Maximum 10000ms (10s).
               hmIOModConfigDigOutputRetryCount 1.3.6.1.4.1.248.14.1.13.1.1.5 integer32 read-write
The retry count for the output values. when after the number of configured retries no SNMP get request was answered, the output value (hmIOModOutputValue) will be set to invalid (3). Minimum 1, Maximum 10.
           hmIOModConfigDigInputTable 1.3.6.1.4.1.248.14.1.13.1.2 no-access
IO module config table for inputs
               hmIOModConfigDigInputEntry 1.3.6.1.4.1.248.14.1.13.1.2.1 no-access
IO module config entry for inputs
                   hmIOModConfigDigInputModID 1.3.6.1.4.1.248.14.1.13.1.2.1.1 integer32 no-access
The module ID of an input.
                   hmIOModConfigDigInputID 1.3.6.1.4.1.248.14.1.13.1.2.1.2 integer32 no-access
The ID of an input.
                   hmIOModConfigDigInputLogEvent 1.3.6.1.4.1.248.14.1.13.1.2.1.3 hmenabledstatus read-write
Trigger an event log when input status changes. If the value is disable (2), no event log entry will be written. If the value is enable (1), an event log entry will be written when the input state changes. The input state will be checked acording to the refresh interval entered in hmIOModConfigDigInputRefreshInterval.
                   hmIOModConfigDigInputSnmpTrap 1.3.6.1.4.1.248.14.1.13.1.2.1.4 hmenabledstatus read-write
Trigger an SNMP trap log when input status changes. If the value is disable (2), no SNMP trap will be sent. If the value is enable (1), a SNMP trap will be sent when the input state changes. The SNMP trap will be sent to all receivers configured in hmAgentSnmpTrapReceiverConfigTable. The input state will be checked acording to the refresh interval entered in hmIOModConfigDigInputRefreshInterval.
           hmIOModConfigDigOutputTable 1.3.6.1.4.1.248.14.1.13.1.3 no-access
IO module config table for outputs
               hmIOModConfigDigOutputEntry 1.3.6.1.4.1.248.14.1.13.1.3.1 no-access
IO module config entry for outputs
                   hmIOModConfigDigOutputModID 1.3.6.1.4.1.248.14.1.13.1.3.1.1 integer32 no-access
The module ID of an output.
                   hmIOModConfigDigOutputID 1.3.6.1.4.1.248.14.1.13.1.3.1.2 integer32 no-access
The ID of an output.
                   hmIOModConfigDigOutputLogEvent 1.3.6.1.4.1.248.14.1.13.1.3.1.3 hmenabledstatus read-write
Trigger an event log when output status changes. If the value is disable (2), no event log entry will be written. If the value is enable (1), an event log entry will be written when the output state changes. The output state will be checked acording to the refresh interval entered in hmIOModConfigDigOutputRefreshInterval.
                   hmIOModConfigDigOutputSnmpTrap 1.3.6.1.4.1.248.14.1.13.1.3.1.4 hmenabledstatus read-write
Trigger an SNMP trap log when output status changes. If the value is disable (2), no SNMP trap will be sent. If the value is enable (1), a SNMP trap will be sent when the output state changes. The SNMP trap will be sent to all receivers configured in hmAgentSnmpTrapReceiverConfigTable. The output state will be checked acording to the refresh interval entered in hmIOModConfigDigOutputRefreshInterval.
                   hmIOModConfigDigOutputSourceIP 1.3.6.1.4.1.248.14.1.13.1.3.1.5 ipaddress read-write
The IP address of an input mirrored to the output. Use 0.0.0.0 if the output should not be set. In this case hmIOModOutputValue is invalid (3). Use 127.0.0.1 if an local input should be used.
                   hmIOModConfigDigOutputSourceModID 1.3.6.1.4.1.248.14.1.13.1.3.1.6 integer32 read-write
The module ID of an input mirrored to the output. Ignored when hmIOModConfigDigOutputSourceIP is 0.0.0.0.
                   hmIOModConfigDigOutputSourceID 1.3.6.1.4.1.248.14.1.13.1.3.1.7 integer32 read-write
The ID of an input mirrored to the output. Ignored when hmIOModConfigDigOutputSourceIP is 0.0.0.0.
                   hmIOModConfigDigOutputSourcePort 1.3.6.1.4.1.248.14.1.13.1.3.1.8 inetportnumber read-write
The SNMP port number being used by the input mirrored to the output. This port would be the destination for the SNMP requests for polling the state of the input.
       hmIOModuleValueGroup 1.3.6.1.4.1.248.14.1.13.2
           hmIOModValueDigInputTable 1.3.6.1.4.1.248.14.1.13.2.1 no-access
IO module value table for inputs
               hmIOModValueDigInputEntry 1.3.6.1.4.1.248.14.1.13.2.1.1 no-access
IO module value entry for inputs
                   hmIOModValueDigInputModID 1.3.6.1.4.1.248.14.1.13.2.1.1.1 integer32 no-access
The module ID of an input.
                   hmIOModValueDigInputID 1.3.6.1.4.1.248.14.1.13.2.1.1.2 integer32 no-access
The ID of an input.
                   hmIOModValueDigInputValue 1.3.6.1.4.1.248.14.1.13.2.1.1.3 integer read-only
Status of the input. If the value is not-available(0), then the IO module is not plugged in, if the value is high(1), the input has high (+24V) value, if the value is low(2), the input has low (0V) value. Enumeration: 'not-available': 0, 'high': 1, 'low': 2.
           hmIOModValueDigOutputTable 1.3.6.1.4.1.248.14.1.13.2.2 no-access
IO module value table for outputs
               hmIOModValueDigOutputEntry 1.3.6.1.4.1.248.14.1.13.2.2.1 no-access
IO module value entry for outputs
                   hmIOModValueDigOutputModID 1.3.6.1.4.1.248.14.1.13.2.2.1.1 integer32 no-access
The module ID of an Output.
                   hmIOModValueDigOutputID 1.3.6.1.4.1.248.14.1.13.2.2.1.2 integer32 no-access
The ID of an Output.
                   hmIOModValueDigOutputValue 1.3.6.1.4.1.248.14.1.13.2.2.1.3 integer read-only
Status of the output. If the value is not-available(0), then the IO module is not plugged in, if the value is high(1), the output has high (+24V) value, if the value is low(2), the output has low (0V) value. If the value is invalid (3), the output has low (0V) value and the IO input source is configured but can not be read. If the value is not-configured (4), the output has low (0V) value and has no IO input source configured. Enumeration: 'not-available': 0, 'high': 1, 'not-configured': 4, 'low': 2, 'invalid': 3.