The table containing per-interface IPv6-specific information.
The index of the table is ipv6InterfaceIfIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.4.30.1.1 |
ipv6InterfaceIfIndex |
INTEGER |
not-accessible |
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.4.30.1.2 |
ipv6InterfaceReasmMaxSize |
Unsigned32{(1500,65535)} |
read-only |
The size of the largest IPv6 datagram that this entity can re-assemble from incoming IPv6 fragmented datagrams received on this interface. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.4.30.1.3 |
ipv6InterfaceIdentifier |
OCTET STRING{(0,8)} |
read-only |
The Interface Identifier for this interface. The Interface Identifier is combined with an address prefix to form an interface address. By default, the Interface Identifier is auto-configured according to the rules of the link type to which this interface is attached. A zero length identifier may be used where appropriate. One possible example is a loopback interface. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.4.30.1.5 |
ipv6InterfaceEnableStatus |
INTEGER{up(1),down(2)} |
read-write |
The indication of whether IPv6 is enabled (up) or disabled (down) on this interface. This object does not affect the state of the interface itself, only its connection to an IPv6 stack. The IF-MIB should be used to control the state of the interface. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.4.30.1.6 |
ipv6InterfaceReachableTime |
Unsigned32 |
read-only |
The time a neighbor is considered reachable after receiving a reachability confirmation. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.4.30.1.7 |
ipv6InterfaceRetransmitTime |
Unsigned32 |
read-only |
The time between retransmissions of Neighbor Solicitation messages to a neighbor when resolving the address or when probing the reachability of a neighbor. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.4.30.1.8 |
ipv6InterfaceForwarding |
INTEGER{forwarding(1),notForwarding(2)} |
read-write |
The indication of whether this entity is acting as an IPv6 router on this interface with respect to the forwarding of datagrams received by, but not addressed to, this entity. IPv6 routers forward datagrams. IPv6 hosts do not (except those source-routed via the host). This object is constrained by ipv6IpForwarding and is ignored if ipv6IpForwarding is set to notForwarding. Those systems that do not provide per-interface control of the forwarding function should set this object to forwarding for all interfaces and allow the ipv6IpForwarding object to control the forwarding capability. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. |
The actually supported access is read-only. |