adsl2LineStatusInitResult

ADSL2-LINE-MIB · .1.3.6.1.2.1.10.238.1.1.1.1.9

Object

Indicates the result of the last full initialization performed
on the line.  It is an enumeration type with the following
values: noFail(0), configError(1), configNotFeasible(2),
commFail(3), noPeerAtu(4), or otherCause(5).

Context

MIB
ADSL2-LINE-MIB
OID
.1.3.6.1.2.1.10.238.1.1.1.1.9
Type
column
Access
readonly
Status
current
Parent
adsl2LineEntry
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 'ADSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADSL2-LINE-MIB::adsl2LineStatusInitResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADSL2-LINE-MIB::adsl2LineStatusInitResult.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADSL2-LINE-MIB::adsl2LineStatusInitResult'

Values & Constraints

Type Values
0noFail
1configError
2configNotFeasible
3commFail
4noPeerAtu
5otherCause

Conformance