adGenPppGroupIPv6GatewayAddressStatus
ADTRAN-GENERIC-PPP-MIB ·
.1.3.6.1.4.1.664.5.67.1.31.1.2.2.1.1.8
Object
column Enumeration
Indicates the status of the provisioned IPv6 default gatweay address
and the auto-detected IPv6 default gateway address. It can take 4 values:
unverified The IPv6 address of the default gateway has not been
successfully detected, so the current status is unknown.
verified The IPv6 address of the default gateway has been
successfully detected and verified to match the provisioned
address.
mismatch The IPv6 address of the default gateway has been
successfully detected and it does not match the provisioned
address.
na This OID is not applicable because the
adGenPppGroupGatewayIPv6AddressAssignment mode is set to
auto.
Context
- MIB
- ADTRAN-GENERIC-PPP-MIB
- OID
.1.3.6.1.4.1.664.5.67.1.31.1.2.2.1.1.8- 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::adGenPppGroupIPv6GatewayAddressStatus'
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::adGenPppGroupIPv6GatewayAddressStatus.<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::adGenPppGroupIPv6GatewayAddressStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unverified |
2 | verified |
3 | mismatch |
4 | na |