hm2IOModValueDigInputValue
HM2-IOMODULE-MIB ·
.1.3.6.1.4.1.248.11.100.1.2.1.1.3
Object
column Enumeration
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.
Context
- MIB
- HM2-IOMODULE-MIB
- OID
.1.3.6.1.4.1.248.11.100.1.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hm2IOModValueDigInputEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HM2-IOMODULE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-IOMODULE-MIB::hm2IOModValueDigInputValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-IOMODULE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-IOMODULE-MIB::hm2IOModValueDigInputValue.<hm2IOModValueDigInputModID>.<hm2IOModValueDigInputID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-IOMODULE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-IOMODULE-MIB::hm2IOModValueDigInputValue'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | not-available |
1 | high |
2 | low |