The IPv6 Address Translation table used for mapping from IPv6 addresses to physical addresses.
The IPv6 address translation table contain the Ipv6Address to `physical' address equivalencies.
Some interfaces do not use translation tables for determining address equivalencies; if all interfaces are of this type, then the Address Translation table is empty, i.e., has zero entries.
The indexes of the table are ipv6IfIndex, ipv6NetToMediaNetAddress.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.55.1.12.1.1 |
ipv6NetToMediaNetAddress |
OCTET STRING{(16,16)} |
not-accessible |
The IPv6 Address corresponding to the media-dependent `physical' address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.12.1.2 |
ipv6NetToMediaPhysAddress |
OCTET STRING |
read-only |
The media-dependent `physical' address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.12.1.3 |
ipv6NetToMediaType |
INTEGER{other(1),dynamic(2),static(3),local(4)} |
read-only |
The type of the mapping. The 'dynamic(2)' type indicates that the IPv6 address to physical addresses mapping has been dynamically resolved using the IPv6 Neighbor Discovery protocol. The static(3)' types indicates that the mapping has been statically configured. The local(4) indicates that the mapping is provided for an entity's own interface address. |
Types of mapping: Only dynamic (2) and static (3) are supported |
1.3.6.1.2.1.55.1.12.1.4 |
ipv6IfNetToMediaState |
INTEGER{reachable(1),stale(2),delay(3),probe(4),invalid(5),unknown(6)} |
read-only |
The Neighbor Unreachability Detection [8] state for the interface when the address mapping in this entry is used. |
Invalid (5) is not supported. |
1.3.6.1.2.1.55.1.12.1.5 |
ipv6IfNetToMediaLastUpdated |
TimeTicks |
read-only |
The value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re-initialization of the local network management subsystem, then this object contains a zero value. |
System startup time at which the entry is last updated in the ipv6NetToMediaTable |
1.3.6.1.2.1.55.1.12.1.6 |
ipv6NetToMediaValid |
INTEGER{true(1),false(2)} |
read-write |
Setting this object to the value 'false(2)' has the effect of invalidating the corresponding entry in the ipv6NetToMediaTable. That is, it effectively disassociates the interface identified with said entry from the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipv6NetToMediaValid object. |
The actually supported access is read-only. The maximum access is read-only. |