adGenPppGroupIPv6AddressStatus
ADTRAN-GENERIC-PPP-MIB ·
.1.3.6.1.4.1.664.5.67.1.31.1.2.2.1.1.7
Object
column Enumeration
Indicates the status of the provisioned IPv6 address of the peer and the
auto-detected IPv6 address of the peer. It can take 3 values:
unverified The IPv6 address of the peer has not been successfully
detected, so the current status is unknown.
verified The IPv6 address of the peer has been successfully detected
and verified to match the provisioned address.
mismatch The IPv6 address of the peer has been successfully detected
and it does not match the provisioned address.
Context
- MIB
- ADTRAN-GENERIC-PPP-MIB
- OID
.1.3.6.1.4.1.664.5.67.1.31.1.2.2.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenPppGroupStatusEntry
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 'ADTRAN-GENERIC-PPP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-PPP-MIB::adGenPppGroupIPv6AddressStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENERIC-PPP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-PPP-MIB::adGenPppGroupIPv6AddressStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENERIC-PPP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENERIC-PPP-MIB::adGenPppGroupIPv6AddressStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unverified |
2 | verified |
3 | mismatch |