zxAnXdsl2LineStatusInitResult
ZTE-AN-XDSL2-MIB ·
.1.3.6.1.4.1.3902.1015.1001.1.2.1.1.12
Object
column Enumeration
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), otherCause(5), protocolInitFailure(254).
noFail (0) - Successful initialization.
configError (1) - Configuration failure.
configNotFeasible (2) - Configuration details not supported.
commFail (3) - Communication failure.
noPeerAtu (4) - Peer ATU not detected.
otherCause (5) - Other initialization failure.
protocolInitFailure (254) - Protocol initialization failure.
Context
- MIB
- ZTE-AN-XDSL2-MIB
- OID
.1.3.6.1.4.1.3902.1015.1001.1.2.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxAnXdsl2LineEntry
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 'ZTE-AN-XDSL2-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-XDSL2-MIB::zxAnXdsl2LineStatusInitResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-XDSL2-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-XDSL2-MIB::zxAnXdsl2LineStatusInitResult.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-XDSL2-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-XDSL2-MIB::zxAnXdsl2LineStatusInitResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noFail |
1 | configError |
2 | configNotFeasible |
3 | commFail |
4 | noPeerAtu |
5 | otherCause |
254 | protocolInitFailure |