- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
06-IPV6-MIB | 111.02 KB |
Contents
IPV6-MIB
About this MIB
Use this MIB to implement IPv6.
MIB file name
rfc2465-ipv6.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).ipv6MIB(55)
Scalar objects
ipv6Forwarding
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6Forwarding (1.3.6.1.2.1.55.1.1) |
read-write |
INTEGER |
forwarding(1) notForwarding(2) |
Whether this entity is acting as an IPv6 router for the forwarding of datagrams received by, but not addressed to, this entity. |
Read only. |
ipv6DefaultHopLimit
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6DefaultHopLimit (1.3.6.1.2.1.55.1.2) |
read-write |
INTEGER |
INTEGER (0..255) |
Default value inserted into the Hop Limit field of the IPv6 header of datagrams originated at this entity. |
Read only. |
ipv6Interfaces
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6Interfaces (1.3.6.1.2.1.55.1.3) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of IPv6 interfaces. |
As per the MIB. |
ipv6IfTableLastChange
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6IfTableLastChange (1.3.6.1.2.1.55.1.4) |
read-only |
TimeStamp |
Standard MIB values. |
Time when the last modification of the ipv6IfTable was made. |
As per the MIB. |
ipv6RouteNumber
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6RouteNumber (1.3.6.1.2.1.55.1.9) |
read-only |
Gauge32 |
Standard MIB values. |
Total number of IPv6 unicast routing entries used for packet forwarding to public network destinations. |
As per the MIB. |
ipv6DiscardedRoutes
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6DiscardedRoutes (1.3.6.1.2.1.55.1.10) |
read-only |
Counter32 |
Standard MIB values. |
Number of discarded IPv6 routes. |
As per the MIB. |
Tabular objects
ipv6IfTable
About this table
Use this table to obtain IPv6 interface information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Supported |
Not supported |
Supported |
Columns
The table index is ipv6IfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6IfIndex (1.3.6.1.2.1.55.1.5.1.1) |
not-accessible |
Ipv6IfIndex |
(1..2147483647) |
Interface index. |
As per the MIB. |
ipv6IfDescr (1.3.6.1.2.1.55.1.5.1.2) |
read-write |
DisplayString |
(0..255) |
Interface description. |
Cannot exceed 255 characters. |
ipv6IfLowerLayer (1.3.6.1.2.1.55.1.5.1.3) |
read-only |
VariablePointer |
Standard MIB values. |
Protocol layer over which the network interface operates. |
Not supported |
ipv6IfEffectiveMtu (1.3.6.1.2.1.55.1.5.1.4) |
read-only |
Unsigned32 |
Standard MIB values. |
Interface MTU. |
As per the MIB. |
ipv6IfReasmMaxSize (1.3.6.1.2.1.55.1.5.1.5) |
read-only |
Unsigned32 |
Standard MIB values. |
Size of the largest IPv6 datagram that this entity can re-assemble from incoming IPv6 fragmented datagrams received on the interface. |
Not supported. The value is fixed at 65535. |
ipv6IfIdentifier (1.3.6.1.2.1.55.1.5.1.6) |
read-write |
Ipv6AddressIfIdentifier |
Standard MIB values. |
Interface identifier. |
Read only. |
ipv6IfIdentifierLength (1.3.6.1.2.1.55.1.5.1.7) |
read-write |
INTEGER |
INTEGER(0..64) |
Length of the interface identifier. |
Read only. |
ipv6IfPhysicalAddress (1.3.6.1.2.1.55.1.5.1.8) |
read-only |
PhysAddress |
Standard MIB values. |
Physical address of the interface. |
As per the MIB. |
ipv6IfAdminStatus (1.3.6.1.2.1.55.1.5.1.9) |
read-write |
INTEGER |
up(1) down(2) |
Desired state of the interface. |
Read only. |
ipv6IfOperStatus (1.3.6.1.2.1.55.1.5.1.10) |
read-only |
INTEGER |
up(1) down(2) noIfIdentifier(3) unknown(4) notPresent(5) |
Operating state of the interface. |
As per the MIB. |
ipv6IfLastChange (1.3.6.1.2.1.55.1.5.1.11) |
read-only |
TimeStamp |
Standard MIB values. |
During since the interface has entered its current operating state. |
As per the MIB. |
ipv6IfStatsTable
About this table
Use this table to obtain the IPv6 interface forwarding statistics.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table index is ipv6IfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6IfStatsInReceives (1.3.6.1.2.1.55.1.6.1.1) |
read-only |
Counter32 |
Standard MIB values. |
Total number of input datagrams received by the interface. |
As per the MIB. |
ipv6IfStatsInHdrErrors (1.3.6.1.2.1.55.1.6.1.2) |
read-only |
Counter32 |
Standard MIB values. |
Number of input datagrams discarded due to errors in their IPv6 headers. |
As per the MIB. |
ipv6IfStatsInTooBigErrors (1.3.6.1.2.1.55.1.6.1.3) |
read-only |
Counter32 |
Standard MIB values. |
Number of input datagrams that cannot be forwarded because their size exceeds the link MTU of the outgoing interface. |
As per the MIB. |
ipv6IfStatsInNoRoutes (1.3.6.1.2.1.55.1.6.1.4) |
read-only |
Counter32 |
Standard MIB values. |
Number of input datagrams discarded because no route can be found to transmit them to their destinations. |
As per the MIB. |
ipv6IfStatsInAddrErrors (1.3.6.1.2.1.55.1.6.1.5) |
read-only |
Counter32 |
Standard MIB values. |
Number of input datagrams discarded because the IPv6 address in their IPv6 header's destination field was not a valid address. |
As per the MIB. |
ipv6IfStatsInUnknownProtos (1.3.6.1.2.1.55.1.6.1.6) |
read-only |
Counter32 |
Standard MIB values. |
Number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol. |
As per the MIB. |
ipv6IfStatsInTruncatedPkts (1.3.6.1.2.1.55.1.6.1.7) |
read-only |
Counter32 |
Standard MIB values. |
Number of input datagrams discarded because datagram frame did not carry enough data. |
As per the MIB. |
ipv6IfStatsInDiscards (1.3.6.1.2.1.55.1.6.1.8) |
read-only |
Counter32 |
Standard MIB values. |
Number of input IPv6 datagrams discarded due to unknown errors. |
As per the MIB. |
ipv6IfStatsInDelivers (1.3.6.1.2.1.55.1.6.1.9) |
read-only |
Counter32 |
Standard MIB values. |
Total number of datagrams successfully delivered. |
As per the MIB. |
ipv6IfStatsOutForwDatagrams (1.3.6.1.2.1.55.1.6.1.10) |
read-only |
Counter32 |
Standard MIB values. |
Number of output datagrams this entity received and forwarded to their final destinations. |
As per the MIB. |
ipv6IfStatsOutRequests (1.3.6.1.2.1.55.1.6.1.11) |
read-only |
Counter32 |
Standard MIB values. |
Total number of IPv6 datagrams that local protocols supplied to IPv6 in requests for transmission. |
As per the MIB. |
ipv6IfStatsOutDiscards (1.3.6.1.2.1.55.1.6.1.12) |
read-only |
Counter32 |
Standard MIB values. |
Number of output IPv6 datagrams discarded due to unknown errors. |
As per the MIB. |
ipv6IfStatsOutFragOKs (1.3.6.1.2.1.55.1.6.1.13) |
read-only |
Counter32 |
Standard MIB values. |
Number of IPv6 datagrams that have been successfully fragmented at the interface. |
As per the MIB. |
ipv6IfStatsOutFragFails (1.3.6.1.2.1.55.1.6.1.14) |
read-only |
Counter32 |
Standard MIB values. |
Number of IPv6 datagrams that have been discarded because they failed to be fragmented as required at the interface. |
As per the MIB. |
ipv6IfStatsOutFragCreates (1.3.6.1.2.1.55.1.6.1.15) |
read-only |
Counter32 |
Standard MIB values. |
Number of output datagram fragments that have been generated as a result of fragmentation at the interface. |
As per the MIB. |
ipv6IfStatsReasmReqds (1.3.6.1.2.1.55.1.6.1.16) |
read-only |
Counter32 |
Standard MIB values. |
Number of received IPv6 fragments which that needed to be reassembled at the interface. |
As per the MIB. |
ipv6IfStatsReasmOKs (1.3.6.1.2.1.55.1.6.1.17) |
read-only |
Counter32 |
Standard MIB values. |
Number of IPv6 datagrams successfully reassembled. |
As per the MIB. |
ipv6IfStatsReasmFails (1.3.6.1.2.1.55.1.6.1.18) |
read-only |
Counter32 |
Standard MIB values. |
Number of failures detected by IPv6 re-assembly. |
As per the MIB. |
ipv6IfStatsInMcastPkts (1.3.6.1.2.1.55.1.6.1.19) |
read-only |
Counter32 |
Standard MIB values. |
Number of multicast packets received by the interface. |
As per the MIB. |
ipv6IfStatsOutMcastPkts (1.3.6.1.2.1.55.1.6.1.20) |
read-only |
Counter32 |
Standard MIB values. |
Number of multicast packets transmitted by the interface. |
As per the MIB. |
ipv6AddrPrefixTable
About this table
Use this table to obtain the IPv6 address prefix information for an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ipv6IfIndex, ipv6AddrPrefix, and ipv6AddrPrefixLength.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6AddrPrefix (1.3.6.1.2.1.55.1.7.1.1) |
not-accessible |
Ipv6AddressPrefix |
(0..255) |
IPv6 address prefix associated with the interface. |
As per the MIB. |
ipv6AddrPrefixLength (1.3.6.1.2.1.55.1.7.1.2) |
not-accessible |
INTEGER |
INTEGER (0..128) |
Length of the prefix. |
As per the MIB. |
ipv6AddrPrefixOnLinkFlag (1.3.6.1.2.1.55.1.7.1.3) |
read-only |
TruthValue |
true(1) false(2) |
Whether the prefix can be used for on-link determination. |
As per the MIB. |
ipv6AddrPrefixAutonomousFlag(1.3.6.1.2.1.55.1.7.1.4) |
read-only |
TruthValue |
true(1) false(2) |
Autonomous address configuration flag to determine if the prefix can be used to form a local interface address. |
As per the MIB. |
ipv6AddrPrefixAdvPreferredLifetime (1.3.6.1.2.1.55.1.7.1.5) |
read-only |
Unsigned32 |
Standard MIB values. |
Length of time in seconds that this prefix will remain preferred. |
As per the MIB. |
ipv6AddrPrefixAdvValidLifetime (1.3.6.1.2.1.55.1.7.1.6) |
read-only |
Unsigned32 |
Standard MIB values. |
Length of time in seconds that this prefix will remain valid. |
As per the MIB. |
ipv6AddrTable
About this table
Use this table to obtain the node's IPv6 address information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ipv6IfIndex and ipv6AddrAddress.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6AddrAddress (1.3.6.1.2.1.55.1.8.1.1) |
not-accessible |
Ipv6Address |
Standard MIB values. |
IPv6 address to which the entry's addressing information belongs. |
As per the MIB. |
ipv6AddrPfxLength (1.3.6.1.2.1.55.1.8.1.2) |
read-only |
Ipv6Address |
(0..128) |
Length of the prefix associated with the IPv6 address of the entry. |
As per the MIB. |
ipv6AddrType (1.3.6.1.2.1.55.1.8.1.3) |
read-only |
INTEGER |
stateless(1) stateful(2) unknown(3) |
Address type. |
Do not support unknown. |
ipv6AddrAnycastFlag (1.3.6.1.2.1.55.1.8.1.4) |
read-only |
TruthValue |
true(1) false(2) |
Anycast address flag. |
As per the MIB. |
ipv6AddrStatus (1.3.6.1.2.1.55.1.8.1.5) |
read-only |
INTEGER |
preferred(1) deprecated(2) invalid(3) inaccessible(4) unknown(5) |
Address status. |
As per the MIB. |
ipv6RouteTable
About this table
Use this table to obtain IPv6 routing table.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are ipv6RouteDest, ipv6RoutePfxLength, and ipv6RouteIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6RouteDest (1.3.6.1.2.1.55.1.11.1.1) |
not-accessible |
Ipv6Address |
Standard MIB values. |
Destination IPv6 address of a route. |
As per the MIB. |
ipv6RoutePfxLength (1.3.6.1.2.1.55.1.11.1.2) |
not-accessible |
INTEGER |
INTEGER (0..128) |
Prefix length of the destination address. |
As per the MIB. |
ipv6RouteIndex (1.3.6.1.2.1.55.1.11.1.3) |
not-accessible |
Unsigned32 |
Standard MIB values. |
Route index, which uniquely identifies the route among the routes to the same network layer destination. |
As per the MIB. |
ipv6RouteIfIndex (1.3.6.1.2.1.55.1.11.1.4) |
read-only |
Ipv6IfIndexOrZero |
Standard MIB values. |
Output interface index. |
As per the MIB. |
ipv6RouteNextHop (1.3.6.1.2.1.55.1.11.1.5) |
read-only |
Ipv6Address |
Standard MIB values. |
Nexthop address. |
As per the MIB. |
ipv6RouteType (1.3.6.1.2.1.55.1.11.1.6) |
read-only |
INTEGER |
other(1), discard(2), local(3), remote(4) |
Type of the route. |
As per the MIB. |
ipv6RouteProtocol (1.3.6.1.2.1.55.1.11.1.7) |
read-only |
INTEGER |
other(1), local(2), netmgmt(3), ndisc(4), rip(5), ospf(6), bgp(7), idrp(8), igrp(9) |
Routing protocol type. |
As per the MIB. |
ipv6RoutePolicy (1.3.6.1.2.1.55.1.11.1.8) |
read-only |
Integer32 |
Standard MIB values. |
General set of route information. |
As per the MIB. |
ipv6RouteAge (1.3.6.1.2.1.55.1.11.1.9) |
read-only |
Unsigned32 |
Standard MIB values. |
Lifetime of the route. |
As per the MIB. |
ipv6RouteNextHopRDI (1.3.6.1.2.1.55.1.11.1.10) |
read-only |
Unsigned32 |
Standard MIB values. |
Routing domain ID of the next hop. |
As per the MIB. |
ipv6RouteMetric (1.3.6.1.2.1.55.1.11.1.11) |
read-only |
Unsigned32 |
Standard MIB values. |
Metric of the route. |
As per the MIB. |
ipv6RouteWeight (1.3.6.1.2.1.55.1.11.1.12) |
read-only |
Unsigned32 |
Standard MIB values. |
Weight of the route. |
As per the MIB. |
ipv6RouteInfo (1.3.6.1.2.1.55.1.11.1.13) |
read-only |
RowPointer |
Standard MIB values. |
Route information. |
As per the MIB. |
ipv6RouteValid (1.3.6.1.2.1.55.1.11.1.14) |
read-write |
TruthValue |
true(1), false(2) |
Whether the route is valid. |
Read only. |
ipv6NetToMediaTable
About this table
Use this table to configure the mapping between an IPv6 address and the physical address for an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are ipv6IfIndex and ipv6NetToMediaNetAddress.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6NetToMediaNetAddress (1.3.6.1.2.1.55.1.12.1.1) |
not-accessible |
Ipv6Address |
Standard MIB values. |
Interface IPv6 address. |
As per the MIB. |
ipv6NetToMediaPhysAddress (1.3.6.1.2.1.55.1.12.1.2) |
read-only |
PhysAddress |
Standard MIB values. |
Interface physical address. |
As per the MIB. |
ipv6NetToMediaType (1.3.6.1.2.1.55.1.12.1.3) |
read-only |
INTEGER |
other(1) dynamic(2) static(3) local(4) |
Mapping type. |
As per the MIB. |
ipv6IfNetToMediaState (1.3.6.1.2.1.55.1.12.1.4) |
read-only |
INTEGER |
reachable(1) stale(2) delay(3) probe(4) invalid(5) unknown(6) |
Neighbor Unreachability Detection state for the interface when the address mapping in this entry is used. |
As per the MIB. |
ipv6IfNetToMediaLastUpdated (1.3.6.1.2.1.55.1.12.1.5) |
read-only |
TimeStamp |
Standard MIB values. |
Time since the entry was last updated. |
As per the MIB. |
ipv6NetToMediaValid (1.3.6.1.2.1.55.1.12.1.6) |
read-write |
TruthValue |
true(1) false(2) |
Whether the entry is invalid. |
Read only. |
Notifications
ipv6IfStateChange
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.55.2.0.1 |
The state of an IPv6 interface changes. |
Informational |
Warning |
- |
ON |
Description
A notification sent when the state of an IPv6 interface changes.
Status control
This notification cannot be disabled.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
ipv6IfDescr (1.3.6.1.2.1.55.1.5.1.2) |
Interface information. |
No |
DisplayString |
DisplayString (0~255) |
ipv6IfOperStatus (1.3.6.1.2.1.55.1.5.1.10) |
Interface state. |
No |
INTEGER |
up(1) down(2) noIfIdentifier(3) unknown(4) notPresent(5) |
Recommended action
Check whether the interface connection and the interface address are correct.