dOutState

NATEKS-MIB · .1.3.6.1.4.1.4249.2.5.10.2.2.1.3

Object

column r/w Enumeration
Discrete output state. For voltage output values are high(3) or low(4).
For open-drain, npn, relay coil output (and other) it is active(1) or inactive(2).
	active(1)  : coil energized, open-drain or npn output conducting current.
	inactive(2): coil de-energized, open-drain or npn output not conducting.

Context

MIB
NATEKS-MIB
OID
.1.3.6.1.4.1.4249.2.5.10.2.2.1.3
Type
column
Access
readwrite
Status
current
Parent
ioDOutEntry
Groups
1

Walk 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 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NATEKS-MIB::dOutState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NATEKS-MIB::dOutState.<dOutId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NATEKS-MIB::dOutState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1active
2inactive
3high
4low

Conformance