CISCO-IETF-IP-FORWARD-MIB
- Registered at
- 1.3.6.1.4.1.9.10.85
- Last updated
- 2002-01-24 00:00
- Organization
- Cisco Systems, Inc.
- Namespace
- cisco
- Source file
CISCO-IETF-IP-FORWARD-MIB- Digest
sha256:e78b70873cf4b68fe92d3dc980410ab8fa397ce94df55f1aba7c2b90d72ebd41
Description
The MIB module for the management of CIDR multipath IP Routes.
Contact
Cisco Systems Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 USA Phone: +1 800 553-NETS Email: <cs-snmp@cisco.com>
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| IANA-RTPROTO-MIB | IANAipRouteProtocol |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressPrefixLength, InetAddressType, InetAutonomousSystemNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-IETF-IP-FORWARD-MIB CISCO-SMI IANA-RTPROTO-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cIpForwardNumber OBJECT-TYPE The number of current cIpForwardTable entries that are not invalid. | 1.3.6.1.4.1.9.10.85.1 | Gauge32 | read-only | obsolete |
| cIpForwardTable OBJECT-TYPE This entity's IP Routing table. | 1.3.6.1.4.1.9.10.85.2 | not-accessible | obsolete | |
| cIpForwardEntry OBJECT-TYPE A particular route to a particular destination, under a particular policy. | 1.3.6.1.4.1.9.10.85.2.1 | not-accessible | obsolete | |
| cIpForwardDest 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 cIpForwardMask object is not equal to x. | 1.3.6.1.4.1.9.10.85.2.1.1 | IpAddress | read-only | obsolete |
| cIpForwardMask OBJECT-TYPE Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the cIpForwardDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the cIpForwardMask 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 cIpForwardDest object is not equal to cIpForwardDest. | 1.3.6.1.4.1.9.10.85.2.1.2 | IpAddress | read-create | obsolete |
| cIpForwardPolicy 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 which 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.4.1.9.10.85.2.1.3 | Integer32 (0..2147483647) | read-only | obsolete |
| cIpForwardNextHop OBJECT-TYPE On remote routes, the address of the next system en route; Otherwise, 0.0.0.0. | 1.3.6.1.4.1.9.10.85.2.1.4 | IpAddress | read-only | obsolete |
| cIpForwardIfIndex OBJECT-TYPE The ifIndex value which identifies the local interface through which the next hop of this route should be reached. | 1.3.6.1.4.1.9.10.85.2.1.5 | Integer32 (0..2147483647) | read-create | obsolete |
| cIpForwardType 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 cIpForwardTable 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 cIpForwardType object. | 1.3.6.1.4.1.9.10.85.2.1.6 | INTEGER {other(1), invalid(2), local(3), remote(4)} | read-create | obsolete |
| cIpForwardProto 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.4.1.9.10.85.2.1.7 | INTEGER {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-only | obsolete |
| cIpForwardAge 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.4.1.9.10.85.2.1.8 | Integer32 (0..2147483647) | read-only | obsolete |
| cIpForwardInfo OBJECT-TYPE 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 cIpForwardProto 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.4.1.9.10.85.2.1.9 | OBJECT IDENTIFIER | read-create | obsolete |
| cIpForwardNextHopAS OBJECT-TYPE The Autonomous System Number of the Next Hop. When this is unknown or not relevant to the protocol indicated by cIpForwardProto, zero. | 1.3.6.1.4.1.9.10.85.2.1.10 | Integer32 (0..2147483647) | read-create | obsolete |
| cIpForwardMetric1 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 cIpForwardProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.2.1.11 | Integer32 (-2147483647..2147483647) | read-create | obsolete |
| cIpForwardMetric2 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 cIpForwardProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.2.1.12 | Integer32 (-2147483647..2147483647) | read-create | obsolete |
| cIpForwardMetric3 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 cIpForwardProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.2.1.13 | Integer32 (-2147483647..2147483647) | read-create | obsolete |
| cIpForwardMetric4 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 cIpForwardProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.2.1.14 | Integer32 (-2147483647..2147483647) | read-create | obsolete |
| cIpForwardMetric5 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 cIpForwardProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.2.1.15 | Integer32 (-2147483647..2147483647) | read-create | obsolete |
| cIpCidrRouteNumber OBJECT-TYPE The number of current ipCidrRouteTable entries that are not invalid. This object is deprecated in favor of cInetCidrRouteNumber and the cInetCidrRouteTable. | 1.3.6.1.4.1.9.10.85.3 | Gauge32 | read-only | deprecated |
| cIpCidrRouteTable OBJECT-TYPE This entity's IP Routing table. This table has been deprecated in favor of the IP version neutral cInetCidrRouteTable. | 1.3.6.1.4.1.9.10.85.4 | not-accessible | deprecated | |
| cIpCidrRouteEntry OBJECT-TYPE A particular route to a particular destination, under a particular policy. | 1.3.6.1.4.1.9.10.85.4.1 | not-accessible | deprecated | |
| cIpCidrRouteDest 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 cIpCidrRouteMask object is not equal to x. | 1.3.6.1.4.1.9.10.85.4.1.1 | IpAddress | read-only | deprecated |
| cIpCidrRouteMask OBJECT-TYPE Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the cIpCidrRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the cIpCidrRouteMask 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 cIpCidrRouteDest object is not equal to cIpCidrRouteDest. | 1.3.6.1.4.1.9.10.85.4.1.2 | IpAddress | read-only | deprecated |
| cIpCidrRouteTos 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.4.1.9.10.85.4.1.3 | Integer32 (0..2147483647) | read-only | deprecated |
| cIpCidrRouteNextHop OBJECT-TYPE On remote routes, the address of the next system en route; Otherwise, 0.0.0.0. | 1.3.6.1.4.1.9.10.85.4.1.4 | IpAddress | read-only | deprecated |
| cIpCidrRouteIfIndex OBJECT-TYPE The ifIndex value which identifies the local interface through which the next hop of this route should be reached. | 1.3.6.1.4.1.9.10.85.4.1.5 | Integer32 (0..2147483647) | read-create | deprecated |
| cIpCidrRouteType 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 which 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 which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes. | 1.3.6.1.4.1.9.10.85.4.1.6 | INTEGER {other(1), reject(2), local(3), remote(4)} | read-create | deprecated |
| cIpCidrRouteProto 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.4.1.9.10.85.4.1.7 | INTEGER {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-only | deprecated |
| cIpCidrRouteAge 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.4.1.9.10.85.4.1.8 | Integer32 (0..2147483647) | read-only | deprecated |
| cIpCidrRouteInfo OBJECT-TYPE 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 cIpCidrRouteProto 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.4.1.9.10.85.4.1.9 | OBJECT IDENTIFIER | read-create | deprecated |
| cIpCidrRouteNextHopAS 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 cIpCidrRouteProto value. When this object is unknown or not relevant its value should be set to zero. | 1.3.6.1.4.1.9.10.85.4.1.10 | Integer32 (0..2147483647) | read-create | deprecated |
| cIpCidrRouteMetric1 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 cIpCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.4.1.11 | Integer32 (-2147483647..2147483647) | read-create | deprecated |
| cIpCidrRouteMetric2 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 cIpCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.4.1.12 | Integer32 (-2147483647..2147483647) | read-create | deprecated |
| cIpCidrRouteMetric3 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 cIpCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.4.1.13 | Integer32 (-2147483647..2147483647) | read-create | deprecated |
| cIpCidrRouteMetric4 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 cIpCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.4.1.14 | Integer32 (-2147483647..2147483647) | read-create | deprecated |
| cIpCidrRouteMetric5 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 cIpCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.4.1.15 | Integer32 (-2147483647..2147483647) | read-create | deprecated |
| cIpCidrRouteStatus OBJECT-TYPE The row status variable, used according to row installation and removal conventions. | 1.3.6.1.4.1.9.10.85.4.1.16 | RowStatus | read-create | deprecated |
| cIpForwardConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.85.5 | |||
| cIpForwardGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.85.5.1 | |||
| cIpForwardCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.85.5.2 | |||
| cInetCidrRouteNumber OBJECT-TYPE The number of current cInetCidrRouteTable entries that are not invalid. | 1.3.6.1.4.1.9.10.85.6 | Gauge32 | read-only | current |
| cInetCidrRouteTable OBJECT-TYPE This entity's IP Routing table. | 1.3.6.1.4.1.9.10.85.7 | not-accessible | current | |
| cInetCidrRouteEntry OBJECT-TYPE A particular route to a particular destination, under a particular policy. | 1.3.6.1.4.1.9.10.85.7.1 | not-accessible | current | |
| cInetCidrRouteInstance OBJECT-TYPE The instance identifier of the (conceptual) routing table containing this route. This identifier may be used to represent multiple routing tables, type-of-service routing, scopes, or any other use of multiple tables. XXX This needs more discussion. | 1.3.6.1.4.1.9.10.85.7.1.1 | Unsigned32 | not-accessible | current |
| cInetCidrRouteDestType OBJECT-TYPE The type of cInetCidrRouteDest. Only IPv4 and IPv6 addresses are expected. | 1.3.6.1.4.1.9.10.85.7.1.2 | InetAddressType | not-accessible | current |
| cInetCidrRouteDest OBJECT-TYPE The destination IP address of this route. 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 mask formed from the corresponding instance of the cInetCidrRoutePfxLen object is not equal to x. | 1.3.6.1.4.1.9.10.85.7.1.3 | InetAddress (SIZE(0..36)) | not-accessible | current |
| cInetCidrRoutePfxLen OBJECT-TYPE Indicate the number of leading one bits which form the mask to be logical-ANDed with the destination address before being compared to the value in the cInetCidrRouteDest field. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of the mask formed from x with the value of the corresponding instance of the cInetCidrRouteDest object is not equal to cInetCidrRouteDest. | 1.3.6.1.4.1.9.10.85.7.1.4 | InetAddressPrefixLength | not-accessible | current |
| cInetCidrRouteNextHopType OBJECT-TYPE The address type of inetCidrRouteNextHop. Must be the same as that of cInetCidrRouteDestType, or unknown if there is no next hop. | 1.3.6.1.4.1.9.10.85.7.1.5 | InetAddressType | not-accessible | current |
| cInetCidrRouteNextHop OBJECT-TYPE On remote routes, the address of the next system en route; Otherwise, a zero-length string. | 1.3.6.1.4.1.9.10.85.7.1.6 | InetAddress (SIZE(0..36)) | not-accessible | current |
| cInetCidrRouteIfIndex OBJECT-TYPE The ifIndex value which identifies the local interface through which the next hop of this route should be reached. | 1.3.6.1.4.1.9.10.85.7.1.7 | InterfaceIndex | read-create | current |
| cInetCidrRouteType 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 which 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 which, 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 which, if matched, discards the message silently. | 1.3.6.1.4.1.9.10.85.7.1.8 | INTEGER {other(1), reject(2), local(3), remote(4), blackhole(5)} | read-create | current |
| cInetCidrRouteProto 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.4.1.9.10.85.7.1.9 | IANAipRouteProtocol | read-only | current |
| cInetCidrRouteAge 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.4.1.9.10.85.7.1.10 | Integer32 (0..2147483647) | read-only | current |
| cInetCidrRouteNextHopAS 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 cInetCidrRouteProto value. When this object is unknown or not relevant its value should be set to zero. | 1.3.6.1.4.1.9.10.85.7.1.11 | InetAutonomousSystemNumber | read-create | current |
| cInetCidrRouteMetric1 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 cInetCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.7.1.12 | Integer32 (-2147483648..2147483647) | read-create | current |
| cInetCidrRouteMetric2 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 cInetCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.7.1.13 | Integer32 (-2147483648..2147483647) | read-create | current |
| cInetCidrRouteMetric3 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 cInetCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.7.1.14 | Integer32 (-2147483648..2147483647) | read-create | current |
| cInetCidrRouteMetric4 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 cInetCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.7.1.15 | Integer32 (-2147483648..2147483647) | read-create | current |
| cInetCidrRouteMetric5 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 cInetCidrRouteProto value. If this metric is not used, its value should be set to -1. | 1.3.6.1.4.1.9.10.85.7.1.16 | Integer32 (-2147483648..2147483647) | read-create | current |
| cInetCidrRouteStatus OBJECT-TYPE The row status variable, used according to row installation and removal conventions. | 1.3.6.1.4.1.9.10.85.7.1.17 | RowStatus | read-create | current |
| cInetCidrRouteDiscards OBJECT-TYPE The number of routing entries which were chosen to be discarded even though they are valid. One possible reason for discarding such an entry could be to free-up buffer space for other routing entries. | 1.3.6.1.4.1.9.10.85.8 | Counter32 | read-only | current |
Conformance
| Name | OID | Status |
|---|---|---|
| cIpForwardMultiPathGroup OBJECT-GROUP IP Multipath Route Table. | 1.3.6.1.4.1.9.10.85.5.1.2 | obsolete |
| cIpForwardCidrRouteGroup OBJECT-GROUP The CIDR Route Table. | 1.3.6.1.4.1.9.10.85.5.1.3 | deprecated |
| cInetForwardCidrRouteGroup OBJECT-GROUP The IP version independent CIDR Route Table. | 1.3.6.1.4.1.9.10.85.5.1.4 | current |
| cIpForwardCompliance MODULE-COMPLIANCE The compliance statement for SNMPv2 entities which implement the ipForward MIB. | 1.3.6.1.4.1.9.10.85.5.2.1 | deprecated |
| cIpForwardOldCompliance MODULE-COMPLIANCE The compliance statement for SNMP entities which implement the ipForward MIB. | 1.3.6.1.4.1.9.10.85.5.2.2 | obsolete |
| cIpForwardCompliance2 MODULE-COMPLIANCE The compliance statement for systems which have routing tables. XXX is this right? | 1.3.6.1.4.1.9.10.85.5.2.3 | current |