IPv6 Routing table. This table contains an entry for each valid IPv6 unicast route that can be used for packet forwarding determination.
The indexes of the table are ipv6RouteDest, ipv6RoutePfxLength, ipv6RouteIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.55.1.11.1.1 |
ipv6RouteDest |
OCTET STRING{(16,16)} |
not-accessible |
The destination IPv6 address of this route. This object may not take a Multicast address value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.2 |
ipv6RoutePfxLength |
INTEGER{(0,128)} |
not-accessible |
Indicates the prefix length of the destination address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.3 |
ipv6RouteIndex |
Unsigned32 |
not-accessible |
The value which uniquely identifies the route among the routes to the same network layer destination. The way this value is chosen is implementation specific but it must be unique for ipv6RouteDest/ipv6RoutePfxLength pair and remain constant for the life of the route. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.4 |
ipv6RouteIfIndex |
Integer32{(0,2147483647)} |
read-only |
The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ipv6IfIndex. For routes of the discard type this value can be zero. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.5 |
ipv6RouteNextHop |
OCTET STRING{(16,16)} |
read-only |
On remote routes, the address of the next system en route; otherwise, ::0 ('00000000000000000000000000000000'H in ASN.1 string representation). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.6 |
ipv6RouteType |
INTEGER{other(1),discard(2),local(3),remote(4)} |
read-only |
The type of route. Note that 'local(3)' refers to a route for which the next hop is the final destination; 'remote(4)' refers to a route for which the next hop is not the final destination; 'discard(2)' refers to a route indicating that packets to destinations matching this route are to be discarded (sometimes called black-hole route). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.7 |
ipv6RouteProtocol |
INTEGER{other(1),local(2),netmgmt(3),ndisc(4),rip(5),ospf(6),bgp(7),idrp(8),igrp(9)} |
read-only |
The routing mechanism via which this route was learned. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.8 |
ipv6RoutePolicy |
Integer32 |
read-only |
The general set of conditions that would cause the selection of one multipath route (set of next hops for a given destination) is referred to as 'policy'. Unless the mechanism indicated by ipv6RouteProtocol specified otherwise, the policy specifier is the 8-bit Traffic Class field of the IPv6 packet header that is zero extended at the left to a 32-bit value.
Protocols defining 'policy' otherwise must either define a set of values which are valid for this object or must implement an integer- instanced policy table for which this object's value acts as an index. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.9 |
ipv6RouteAge |
Unsigned32 |
read-only |
The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of `too old' can be implied except through knowledge of the routing protocol by which the route was learned. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.10 |
ipv6RouteNextHopRDI |
Unsigned32 |
read-only |
The Routing Domain ID of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's ipv6RouteProtocol value. When this object is unknown or not relevant its value should be set to zero. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.11 |
ipv6RouteMetric |
Unsigned32 |
read-only |
The routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipv6RouteProtocol value. When this is unknown or not relevant to the protocol indicated by ipv6RouteProtocol, the object value should be set to its maximum value (4,294,967,295). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.12 |
ipv6RouteWeight |
Unsigned32 |
read-only |
The system internal weight value for this route. The semantics of this value are determined by the implementation specific rules. Generally, within routes with the same ipv6RoutePolicy value, the lower the weight value the more preferred is the route. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.55.1.11.1.13 |
ipv6RouteInfo |
OBJECT IDENTIFIER |
read-only |
A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's ipv6RouteProto value. If this information is not present, its value should be set to the OBJECT ID { 0 0 }, which is a syntactically valid object identifier, and any implementation conforming to ASN.1 and the Basic Encoding Rules must be able to generate and recognize this value. |
Get return value 0.0 |
1.3.6.1.2.1.55.1.11.1.14 |
ipv6RouteValid |
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 ipv6RouteTable object. That is, it effectively disassociates the destination identified with said entry from the route 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 ipv6RouteValid object. |
The actually supported access is read-only. |