MIBs Depot

IP-FORWARD-MIB

Registered at
1.3.6.1.2.1.4.24
Last updated
2006-02-01 00:00
Organization
IETF IPv6 Working Group http://www.ietf.org/html.charters/ipv6-charter.html
Revisions
2006-02-01 00:00, 1996-09-19 00:00, 1992-07-02 21:56
Namespace
standard
Source file
IP-FORWARD-MIB
Digest
sha256:fff6c9a9f55cb29d8aea3bbc2c2f2fea38948aa89f0393103aa191ce7402e033

Description

The MIB module for the management of CIDR multipath IP Routes. Copyright (C) The Internet Society (2006). This version of this MIB module is a part of RFC 4292; see the RFC itself for full legal notices.

Contact

Editor: Brian Haberman Johns Hopkins University - Applied Physics Laboratory Mailstop 17-S442 11100 Johns Hopkins Road Laurel MD, 20723-6099 USA Phone: +1-443-778-1319 Email: brian@innovationslab.net Send comments to <ipv6@ietf.org>

Imports

FromSymbols
IANA-RTPROTO-MIBIANAipRouteProtocol
IF-MIBInterfaceIndexOrZero
INET-ADDRESS-MIBInetAddress, InetAddressPrefixLength, InetAddressType, InetAutonomousSystemNumber
IP-MIBip
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

16 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

IANA-RTPROTO-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
IP-FORWARD-MIB
IP-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ipForwardNumber
OBJECT-TYPE
The number of current ipForwardTable entries that are not invalid.
1.3.6.1.2.1.4.24.1Gauge32read-onlyobsolete
ipForwardTable
OBJECT-TYPE
This entity's IP Routing table.
1.3.6.1.2.1.4.24.2not-accessibleobsolete
ipForwardEntry
OBJECT-TYPE
A particular route to a particular destination, under a particular policy.
1.3.6.1.2.1.4.24.2.1not-accessibleobsolete
ipForwardDest
OBJECT-TYPE
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipForwardMask object is not equal to x.
1.3.6.1.2.1.4.24.2.1.1IpAddressread-onlyobsolete
ipForwardMask
OBJECT-TYPE
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipForwardDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipForwardMask by reference to the IP Address Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipForwardDest object is not equal to ipForwardDest.
1.3.6.1.2.1.4.24.2.1.2IpAddressread-createobsolete
ipForwardPolicy
OBJECT-TYPE
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 ipForwardProto specifies otherwise, the policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +-----+-----+-----+-----+-----+-----+-----+-----+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +-----+-----+-----+-----+-----+-----+-----+-----+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 Protocols defining 'policy' otherwise must either define a set of values that are valid for this object or must implement an integer-instanced policy table for which this object's value acts as an index.
1.3.6.1.2.1.4.24.2.1.3Integer32 (0..2147483647)read-onlyobsolete
ipForwardNextHop
OBJECT-TYPE
On remote routes, the address of the next system en route; otherwise, 0.0.0.0.
1.3.6.1.2.1.4.24.2.1.4IpAddressread-onlyobsolete
ipForwardIfIndex
OBJECT-TYPE
The ifIndex value that identifies the local interface through which the next hop of this route should be reached.
1.3.6.1.2.1.4.24.2.1.5Integer32read-createobsolete
ipForwardType
OBJECT-TYPE
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. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipForwardTable 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 ipForwardType object.
1.3.6.1.2.1.4.24.2.1.6INTEGER {other(1), invalid(2), local(3), remote(4)}read-createobsolete
ipForwardProto
OBJECT-TYPE
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
1.3.6.1.2.1.4.24.2.1.7INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15)}read-onlyobsolete
ipForwardAge
OBJECT-TYPE
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.
1.3.6.1.2.1.4.24.2.1.8Integer32read-onlyobsolete
ipForwardInfo
OBJECT-TYPE
A reference to MIB definitions specific to the particular routing protocol that is responsible for this route, as determined by the value specified in the route's ipForwardProto value. If this information is not present, its value should be set to the OBJECT IDENTIFIER { 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.
1.3.6.1.2.1.4.24.2.1.9OBJECT IDENTIFIERread-createobsolete
ipForwardNextHopAS
OBJECT-TYPE
The Autonomous System Number of the Next Hop. When this is unknown or not relevant to the protocol indicated by ipForwardProto, zero.
1.3.6.1.2.1.4.24.2.1.10Integer32read-createobsolete
ipForwardMetric1
OBJECT-TYPE
The primary routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipForwardProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.2.1.11Integer32read-createobsolete
ipForwardMetric2
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipForwardProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.2.1.12Integer32read-createobsolete
ipForwardMetric3
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipForwardProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.2.1.13Integer32read-createobsolete
ipForwardMetric4
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipForwardProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.2.1.14Integer32read-createobsolete
ipForwardMetric5
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipForwardProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.2.1.15Integer32read-createobsolete
ipCidrRouteNumber
OBJECT-TYPE
The number of current ipCidrRouteTable entries that are not invalid. This object is deprecated in favor of inetCidrRouteNumber and the inetCidrRouteTable.
1.3.6.1.2.1.4.24.3Gauge32read-onlydeprecated
ipCidrRouteTable
OBJECT-TYPE
This entity's IP Routing table. This table has been deprecated in favor of the IP version neutral inetCidrRouteTable.
1.3.6.1.2.1.4.24.4not-accessibledeprecated
ipCidrRouteEntry
OBJECT-TYPE
A particular route to a particular destination, under a particular policy.
1.3.6.1.2.1.4.24.4.1not-accessibledeprecated
ipCidrRouteDest
OBJECT-TYPE
The destination IP address of this route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipCidrRouteMask object is not equal to x.
1.3.6.1.2.1.4.24.4.1.1IpAddressread-onlydeprecated
ipCidrRouteMask
OBJECT-TYPE
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipCidrRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipCidrRouteMask by reference to the IP Address Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipCidrRouteDest object is not equal to ipCidrRouteDest.
1.3.6.1.2.1.4.24.4.1.2IpAddressread-onlydeprecated
ipCidrRouteTos
OBJECT-TYPE
The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +-----+-----+-----+-----+-----+-----+-----+-----+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +-----+-----+-----+-----+-----+-----+-----+-----+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30
1.3.6.1.2.1.4.24.4.1.3Integer32 (0..2147483647)read-onlydeprecated
ipCidrRouteNextHop
OBJECT-TYPE
On remote routes, the address of the next system en route; Otherwise, 0.0.0.0.
1.3.6.1.2.1.4.24.4.1.4IpAddressread-onlydeprecated
ipCidrRouteIfIndex
OBJECT-TYPE
The ifIndex value that identifies the local interface through which the next hop of this route should be reached.
1.3.6.1.2.1.4.24.4.1.5Integer32read-createdeprecated
ipCidrRouteType
OBJECT-TYPE
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. Routes that do not result in traffic forwarding or rejection should not be displayed, even if the implementation keeps them stored internally. reject (2) refers to a route that, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.
1.3.6.1.2.1.4.24.4.1.6INTEGER {other(1), reject(2), local(3), remote(4)}read-createdeprecated
ipCidrRouteProto
OBJECT-TYPE
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
1.3.6.1.2.1.4.24.4.1.7INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16)}read-onlydeprecated
ipCidrRouteAge
OBJECT-TYPE
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.
1.3.6.1.2.1.4.24.4.1.8Integer32read-onlydeprecated
ipCidrRouteInfo
OBJECT-TYPE
A reference to MIB definitions specific to the particular routing protocol that is responsible for this route, as determined by the value specified in the route's ipCidrRouteProto value. If this information is not present, its value should be set to the OBJECT IDENTIFIER { 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.
1.3.6.1.2.1.4.24.4.1.9OBJECT IDENTIFIERread-createdeprecated
ipCidrRouteNextHopAS
OBJECT-TYPE
The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing- protocol specified in the route's ipCidrRouteProto value. When this object is unknown or not relevant, its value should be set to zero.
1.3.6.1.2.1.4.24.4.1.10Integer32read-createdeprecated
ipCidrRouteMetric1
OBJECT-TYPE
The primary routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.4.1.11Integer32read-createdeprecated
ipCidrRouteMetric2
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.4.1.12Integer32read-createdeprecated
ipCidrRouteMetric3
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.4.1.13Integer32read-createdeprecated
ipCidrRouteMetric4
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.4.1.14Integer32read-createdeprecated
ipCidrRouteMetric5
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.4.1.15Integer32read-createdeprecated
ipCidrRouteStatus
OBJECT-TYPE
The row status variable, used according to row installation and removal conventions.
1.3.6.1.2.1.4.24.4.1.16RowStatusread-createdeprecated
ipForwardConformance
OBJECT-IDENTITY
1.3.6.1.2.1.4.24.5
ipForwardGroups
OBJECT-IDENTITY
1.3.6.1.2.1.4.24.5.1
ipForwardCompliances
OBJECT-IDENTITY
1.3.6.1.2.1.4.24.5.2
inetCidrRouteNumber
OBJECT-TYPE
The number of current inetCidrRouteTable entries that are not invalid.
1.3.6.1.2.1.4.24.6Gauge32read-onlycurrent
inetCidrRouteTable
OBJECT-TYPE
This entity's IP Routing table.
1.3.6.1.2.1.4.24.7not-accessiblecurrent
inetCidrRouteEntry
OBJECT-TYPE
A particular route to a particular destination, under a particular policy (as reflected in the inetCidrRoutePolicy object). Dynamically created rows will survive an agent reboot. Implementers need to be aware that if the total number of elements (octets or sub-identifiers) in inetCidrRouteDest, inetCidrRoutePolicy, and inetCidrRouteNextHop exceeds 111, then OIDs of column instances in this table will have more than 128 sub- identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
1.3.6.1.2.1.4.24.7.1not-accessiblecurrent
inetCidrRouteDestType
OBJECT-TYPE
The type of the inetCidrRouteDest address, as defined in the InetAddress MIB. Only those address types that may appear in an actual routing table are allowed as values of this object.
1.3.6.1.2.1.4.24.7.1.1InetAddressTypenot-accessiblecurrent
inetCidrRouteDest
OBJECT-TYPE
The destination IP address of this route. The type of this address is determined by the value of the inetCidrRouteDestType object. The values for the index objects inetCidrRouteDest and inetCidrRoutePfxLen must be consistent. When the value of inetCidrRouteDest (excluding the zone index, if one is present) is x, then the bitwise logical-AND of x with the value of the mask formed from the corresponding index object inetCidrRoutePfxLen MUST be equal to x. If not, then the index pair is not consistent and an inconsistentName error must be returned on SET or CREATE requests.
1.3.6.1.2.1.4.24.7.1.2InetAddressnot-accessiblecurrent
inetCidrRoutePfxLen
OBJECT-TYPE
Indicates the number of leading one bits that form the mask to be logical-ANDed with the destination address before being compared to the value in the inetCidrRouteDest field. The values for the index objects inetCidrRouteDest and inetCidrRoutePfxLen must be consistent. When the value of inetCidrRouteDest (excluding the zone index, if one is present) is x, then the bitwise logical-AND of x with the value of the mask formed from the corresponding index object inetCidrRoutePfxLen MUST be equal to x. If not, then the index pair is not consistent and an inconsistentName error must be returned on SET or CREATE requests.
1.3.6.1.2.1.4.24.7.1.3InetAddressPrefixLengthnot-accessiblecurrent
inetCidrRoutePolicy
OBJECT-TYPE
This object is an opaque object without any defined semantics. Its purpose is to serve as an additional index that may delineate between multiple entries to the same destination. The value { 0 0 } shall be used as the default value for this object.
1.3.6.1.2.1.4.24.7.1.4OBJECT IDENTIFIERnot-accessiblecurrent
inetCidrRouteNextHopType
OBJECT-TYPE
The type of the inetCidrRouteNextHop address, as defined in the InetAddress MIB. Value should be set to unknown(0) for non-remote routes. Only those address types that may appear in an actual routing table are allowed as values of this object.
1.3.6.1.2.1.4.24.7.1.5InetAddressTypenot-accessiblecurrent
inetCidrRouteNextHop
OBJECT-TYPE
On remote routes, the address of the next system en route. For non-remote routes, a zero length string. The type of this address is determined by the value of the inetCidrRouteNextHopType object.
1.3.6.1.2.1.4.24.7.1.6InetAddressnot-accessiblecurrent
inetCidrRouteIfIndex
OBJECT-TYPE
The ifIndex value that identifies the local interface through which the next hop of this route should be reached. A value of 0 is valid and represents the scenario where no interface is specified.
1.3.6.1.2.1.4.24.7.1.7InterfaceIndexOrZeroread-createcurrent
inetCidrRouteType
OBJECT-TYPE
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. Routes that do not result in traffic forwarding or rejection should not be displayed, even if the implementation keeps them stored internally. reject(2) refers to a route that, if matched, discards the message as unreachable and returns a notification (e.g., ICMP error) to the message sender. This is used in some protocols as a means of correctly aggregating routes. blackhole(5) refers to a route that, if matched, discards the message silently.
1.3.6.1.2.1.4.24.7.1.8INTEGER {other(1), reject(2), local(3), remote(4), blackhole(5)}read-createcurrent
inetCidrRouteProto
OBJECT-TYPE
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
1.3.6.1.2.1.4.24.7.1.9IANAipRouteProtocolread-onlycurrent
inetCidrRouteAge
OBJECT-TYPE
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.
1.3.6.1.2.1.4.24.7.1.10Gauge32read-onlycurrent
inetCidrRouteNextHopAS
OBJECT-TYPE
The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing- protocol specified in the route's inetCidrRouteProto value. When this object is unknown or not relevant, its value should be set to zero.
1.3.6.1.2.1.4.24.7.1.11InetAutonomousSystemNumberread-createcurrent
inetCidrRouteMetric1
OBJECT-TYPE
The primary routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's inetCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.7.1.12Integer32read-createcurrent
inetCidrRouteMetric2
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's inetCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.7.1.13Integer32read-createcurrent
inetCidrRouteMetric3
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's inetCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.7.1.14Integer32read-createcurrent
inetCidrRouteMetric4
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's inetCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.7.1.15Integer32read-createcurrent
inetCidrRouteMetric5
OBJECT-TYPE
An alternate routing metric for this route. The semantics of this metric are determined by the routing- protocol specified in the route's inetCidrRouteProto value. If this metric is not used, its value should be set to -1.
1.3.6.1.2.1.4.24.7.1.16Integer32read-createcurrent
inetCidrRouteStatus
OBJECT-TYPE
The row status variable, used according to row installation and removal conventions. A row entry cannot be modified when the status is marked as active(1).
1.3.6.1.2.1.4.24.7.1.17RowStatusread-createcurrent
inetCidrRouteDiscards
OBJECT-TYPE
The number of valid route entries discarded from the inetCidrRouteTable. Discarded route entries do not appear in the inetCidrRouteTable. One possible reason for discarding an entry would be to free-up buffer space for other route table entries.
1.3.6.1.2.1.4.24.8Counter32read-onlycurrent

Conformance

NameOIDStatus
ipForwardMultiPathGroup
OBJECT-GROUP
IP Multipath Route Table.
1.3.6.1.2.1.4.24.5.1.2obsolete
ipForwardCidrRouteGroup
OBJECT-GROUP
The CIDR Route Table. This group has been deprecated and replaced with inetForwardCidrRouteGroup.
1.3.6.1.2.1.4.24.5.1.3deprecated
inetForwardCidrRouteGroup
OBJECT-GROUP
The IP version-independent CIDR Route Table.
1.3.6.1.2.1.4.24.5.1.4current
ipForwardCompliance
MODULE-COMPLIANCE
The compliance statement for SNMPv2 entities that implement the ipForward MIB. This compliance statement has been deprecated and replaced with ipForwardFullCompliance and ipForwardReadOnlyCompliance.
1.3.6.1.2.1.4.24.5.2.1deprecated
ipForwardOldCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities that implement the ipForward MIB.
1.3.6.1.2.1.4.24.5.2.2obsolete
ipForwardFullCompliance
MODULE-COMPLIANCE
When this MIB is implemented for read-create, the implementation can claim full compliance. There are a number of INDEX objects that cannot be represented in the form of OBJECT clauses in SMIv2, but for which there are compliance requirements, expressed in OBJECT clause form in this description: -- OBJECT inetCidrRouteDestType -- SYNTAX InetAddressType (ipv4(1), ipv6(2), -- ipv4z(3), ipv6z(4)) -- DESCRIPTION -- This MIB requires support for global and -- non-global ipv4 and ipv6 addresses. -- -- OBJECT inetCidrRouteDest -- SYNTAX InetAddress (SIZE (4 | 8 | 16 | 20)) -- DESCRIPTION -- This MIB requires support for global and -- non-global IPv4 and IPv6 addresses. -- -- OBJECT inetCidrRouteNextHopType -- SYNTAX InetAddressType (unknown(0), ipv4(1), -- ipv6(2), ipv4z(3) -- ipv6z(4)) -- DESCRIPTION -- This MIB requires support for global and -- non-global ipv4 and ipv6 addresses. -- -- OBJECT inetCidrRouteNextHop -- SYNTAX InetAddress (SIZE (0 | 4 | 8 | 16 | 20)) -- DESCRIPTION -- This MIB requires support for global and -- non-global IPv4 and IPv6 addresses.
1.3.6.1.2.1.4.24.5.2.3current
ipForwardReadOnlyCompliance
MODULE-COMPLIANCE
When this MIB is implemented without support for read- create (i.e., in read-only mode), the implementation can claim read-only compliance.
1.3.6.1.2.1.4.24.5.2.4current