The table of addressing information relevant to this node's interface addresses.
The indexes of the table are ipv6IfIndex, ipv6AddrAddress.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.55.1.8.1.1 |
ipv6AddrAddress |
OCTET STRING{(16,16)} |
not-accessible |
The IPv6 address to which this entry's addressing information pertains. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.8.1.2 |
ipv6AddrPfxLength |
INTEGER{(0,128)} |
read-only |
The length of the prefix (in bits) associated with the IPv6 address of this entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.8.1.3 |
ipv6AddrType |
INTEGER{stateless(1),stateful(2),unknown(3)} |
read-only |
The type of address. Note that 'stateless(1)' refers to an address that was statelessly autoconfigured; 'stateful(2)' refers to a address which was acquired by via a stateful protocol (e.g. DHCPv6, manual configuration). |
The actually supported value range is stateless(1) ;stateful(2) ;unknown(3). Currently, the address type is always stateful(2). |
1.3.6.1.2.1.55.1.8.1.4 |
ipv6AddrAnycastFlag |
INTEGER{true(1),false(2)} |
read-only |
This object has the value 'true(1)', if this address is an anycast address and the value 'false(2)' otherwise. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.8.1.5 |
ipv6AddrStatus |
INTEGER{preferred(1),deprecated(2),invalid(3),inaccessible(4),unknown(5)} |
read-only |
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. |
The actually supported value range is preferred(1);deprecated(2);invalid(3);inaccessible(4);unknown(5). Currently, the return values preferred(1) and inaccessible(4) are supported. |