HMIOMODULE-SNMP-MIB
- Registered at
- 1.3.6.1.4.1.248.14.1.13
- Last updated
- 2010-11-08 15:00
- Organization
- Hirschmann Automation and Control GmbH
- Revisions
- 2010-11-08 15:00
- Namespace
- hirschmann
- Source file
HMIOMODULE-SNMP-MIB- Digest
sha256:ee0f1a6e069def3e82d34c10dcd680e3a0cab54e4ec7d815e1afb07893cd5af6
Description
The Hirschmann Private IO Module definitions for Platform devices.
Contact
Customer Support Postal: Hirschmann Automation and Control GmbH Stuttgarter Str. 45-51 72654 Neckartenzlingen Germany Tel: +49 7127 14 1981 Web: http://www.hicomcenter.com/ E-Mail: hicomcenter@hirschmann.com
Imports
| From | Symbols |
|---|---|
| HMPRIV-MGMT-SNMP-MIB | hmChassis, hmChassisEvent |
| INET-ADDRESS-MIB | InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BRIDGE-MIB HMIOMODULE-SNMP-MIB HMPRIV-MGMT-SNMP-MIB IANA-ADDRESS-FAMILY-NUMBERS-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB RFC1158-MIB RFC1271-MIB RMON-MIB RMON2-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC TOKEN-RING-RMON-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| HmEnabledStatus TEXTUAL-CONVENTION Status of a feature | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hmIOModuleConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.248.14.1.13.1 | |||
| hmIOModConfigCommon OBJECT-IDENTITY | 1.3.6.1.4.1.248.14.1.13.1.1 | |||
| hmIOModConfigDigInputAdminState OBJECT-TYPE enables sending SNMP traps or log events on input change. (if disable(2) input task will do nothing). | 1.3.6.1.4.1.248.14.1.13.1.1.1 | HmEnabledStatus | read-write | current |
| hmIOModConfigDigOutputAdminState OBJECT-TYPE enables polling of output values (if disable(2) output task will do nothing). | 1.3.6.1.4.1.248.14.1.13.1.1.2 | HmEnabledStatus | read-write | current |
| hmIOModConfigDigInputRefreshInterval OBJECT-TYPE The refresh interval (in ms) of the input values. Minimum 500ms, Maximum 10000ms (10s). | 1.3.6.1.4.1.248.14.1.13.1.1.3 | Integer32 (500..10000) | read-write | current |
| hmIOModConfigDigOutputRefreshInterval OBJECT-TYPE The refresh interval (in ms) of the output values. Minimum 500ms, Maximum 10000ms (10s). | 1.3.6.1.4.1.248.14.1.13.1.1.4 | Integer32 (500..10000) | read-write | current |
| hmIOModConfigDigOutputRetryCount OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.1.1.5 | Integer32 (1..10) | read-write | current |
| hmIOModConfigDigInputTable OBJECT-TYPE IO module config table for inputs | 1.3.6.1.4.1.248.14.1.13.1.2 | not-accessible | current | |
| hmIOModConfigDigInputEntry OBJECT-TYPE IO module config entry for inputs | 1.3.6.1.4.1.248.14.1.13.1.2.1 | not-accessible | current | |
| hmIOModConfigDigInputModID OBJECT-TYPE The module ID of an input. | 1.3.6.1.4.1.248.14.1.13.1.2.1.1 | Integer32 (1..7) | not-accessible | current |
| hmIOModConfigDigInputID OBJECT-TYPE The ID of an input. | 1.3.6.1.4.1.248.14.1.13.1.2.1.2 | Integer32 (1..4) | not-accessible | current |
| hmIOModConfigDigInputLogEvent OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.1.2.1.3 | HmEnabledStatus | read-write | current |
| hmIOModConfigDigInputSnmpTrap OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.1.2.1.4 | HmEnabledStatus | read-write | current |
| hmIOModConfigDigOutputTable OBJECT-TYPE IO module config table for outputs | 1.3.6.1.4.1.248.14.1.13.1.3 | not-accessible | current | |
| hmIOModConfigDigOutputEntry OBJECT-TYPE IO module config entry for outputs | 1.3.6.1.4.1.248.14.1.13.1.3.1 | not-accessible | current | |
| hmIOModConfigDigOutputModID OBJECT-TYPE The module ID of an output. | 1.3.6.1.4.1.248.14.1.13.1.3.1.1 | Integer32 (1..7) | not-accessible | current |
| hmIOModConfigDigOutputID OBJECT-TYPE The ID of an output. | 1.3.6.1.4.1.248.14.1.13.1.3.1.2 | Integer32 (1..4) | not-accessible | current |
| hmIOModConfigDigOutputLogEvent OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.1.3.1.3 | HmEnabledStatus | read-write | current |
| hmIOModConfigDigOutputSnmpTrap OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.1.3.1.4 | HmEnabledStatus | read-write | current |
| hmIOModConfigDigOutputSourceIP OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.1.3.1.5 | IpAddress | read-write | current |
| hmIOModConfigDigOutputSourceModID OBJECT-TYPE The module ID of an input mirrored to the output. Ignored when hmIOModConfigDigOutputSourceIP is 0.0.0.0. | 1.3.6.1.4.1.248.14.1.13.1.3.1.6 | Integer32 (1..7) | read-write | current |
| hmIOModConfigDigOutputSourceID OBJECT-TYPE The ID of an input mirrored to the output. Ignored when hmIOModConfigDigOutputSourceIP is 0.0.0.0. | 1.3.6.1.4.1.248.14.1.13.1.3.1.7 | Integer32 (1..4) | read-write | current |
| hmIOModConfigDigOutputSourcePort OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.1.3.1.8 | InetPortNumber | read-write | current |
| hmIOModuleValueGroup OBJECT-IDENTITY | 1.3.6.1.4.1.248.14.1.13.2 | |||
| hmIOModValueDigInputTable OBJECT-TYPE IO module value table for inputs | 1.3.6.1.4.1.248.14.1.13.2.1 | not-accessible | current | |
| hmIOModValueDigInputEntry OBJECT-TYPE IO module value entry for inputs | 1.3.6.1.4.1.248.14.1.13.2.1.1 | not-accessible | current | |
| hmIOModValueDigInputModID OBJECT-TYPE The module ID of an input. | 1.3.6.1.4.1.248.14.1.13.2.1.1.1 | Integer32 (1..7) | not-accessible | current |
| hmIOModValueDigInputID OBJECT-TYPE The ID of an input. | 1.3.6.1.4.1.248.14.1.13.2.1.1.2 | Integer32 (1..4) | not-accessible | current |
| hmIOModValueDigInputValue OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.2.1.1.3 | INTEGER {not-available(0), high(1), low(2)} | read-only | current |
| hmIOModValueDigOutputTable OBJECT-TYPE IO module value table for outputs | 1.3.6.1.4.1.248.14.1.13.2.2 | not-accessible | current | |
| hmIOModValueDigOutputEntry OBJECT-TYPE IO module value entry for outputs | 1.3.6.1.4.1.248.14.1.13.2.2.1 | not-accessible | current | |
| hmIOModValueDigOutputModID OBJECT-TYPE The module ID of an Output. | 1.3.6.1.4.1.248.14.1.13.2.2.1.1 | Integer32 (1..7) | not-accessible | current |
| hmIOModValueDigOutputID OBJECT-TYPE The ID of an Output. | 1.3.6.1.4.1.248.14.1.13.2.2.1.2 | Integer32 (1..4) | not-accessible | current |
| hmIOModValueDigOutputValue OBJECT-TYPE 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. | 1.3.6.1.4.1.248.14.1.13.2.2.1.3 | INTEGER {not-available(0), high(1), low(2), invalid(3), not-configured(4)} | read-only | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hmIOModDigInputChangeTrap NOTIFICATION-TYPE This trap is sent if the state of an input changes. This trap is sent only when hmIOModConfigDigInputSnmpTrap is set to enabled (1). | 1.3.6.1.4.1.248.14.1.0.16 | current |
| hmIOModDigOutputChangeTrap NOTIFICATION-TYPE 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) | 1.3.6.1.4.1.248.14.1.0.17 | current |