npInputAnalogStatus
DKSF-70-MIB ·
.1.3.6.1.4.1.25728.8200.1.1.2
Object
column Enumeration
Status of Current Loop Signal, failure1w = no reply from the adapter on 1wire bus, failureAnalog = signal is beyond it's Working Range, belowSafe, safe, aboveSafe - status of the signal relative to the Safe Range margins
Context
- MIB
- DKSF-70-MIB
- OID
.1.3.6.1.4.1.25728.8200.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- npInputAnalogEntry
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 'DKSF-70-MIB' -M '/opt/observium/mibs/netping:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DKSF-70-MIB::npInputAnalogStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DKSF-70-MIB' -M '/opt/observium/mibs/netping:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DKSF-70-MIB::npInputAnalogStatus.<npInputAnalogSensorN>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DKSF-70-MIB' -M '/opt/observium/mibs/netping:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DKSF-70-MIB::npInputAnalogStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | failure1w |
1 | belowSafe |
2 | safe |
3 | aboveSafe |
5 | failureAnalog |