ipv6AddrStatus
IPV6-MIB ·
.1.3.6.1.2.1.55.1.8.1.5
Object
column obsolete
Enumeration
Address status. The preferred(1) state indicates
that this is a valid address that can appear as
the destination or source address of a packet.
The deprecated(2) state indicates that this is
a valid but deprecated address that should no longer
be used as a source address in new communications,
but packets addressed to such an address are
processed as expected. The invalid(3) state indicates
that this is not valid address which should not
appear as the destination or source address of
a packet. The inaccessible(4) state indicates that
the address is not accessible because the interface
to which this address is assigned is not operational.
This object is obsoleted by IP-MIB::ipAddressStatus.
Context
- MIB
- IPV6-MIB
- OID
.1.3.6.1.2.1.55.1.8.1.5- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- ipv6AddrEntry
- Groups
- 1
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 'IPV6-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPV6-MIB::ipv6AddrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPV6-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPV6-MIB::ipv6AddrStatus.<ipv6IfIndex>.<ipv6AddrAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPV6-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPV6-MIB::ipv6AddrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | preferred |
2 | deprecated |
3 | invalid |
4 | inaccessible |
5 | unknown |
Conformance
Member of