CISCO-IETF-IP-MIB
- Registered at
- 1.3.6.1.4.1.9.10.86
- Last updated
- 2002-03-04 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2002-03-04 00:00
- Namespace
- cisco
- Source file
CISCO-IETF-IP-MIB- Digest
sha256:fcdc0a030fb89032aea703cffa3a4d65bfc75b4c213a789a27cbd03715326eb2
Description
The MIB module for managing IP and ICMP implementations, but excluding the management of IP routes.
Contact
Cisco Systems Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 USA Phone: +1 800 553-NETS Email: cs-ipv6@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoExperiment |
| IF-MIB | InterfaceIndex, InterfaceIndexOrZero, ifIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressPrefixLength, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, PhysAddress, RowPointer, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
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-MIB CISCO-SMI IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Ipv6AddrIfIdentifier TEXTUAL-CONVENTION This data type is used to model IPv6 address interface identifiers. This is a binary string of up to 8 octets in network byte-order. | current | |||
| ScopeId TEXTUAL-CONVENTION A Scope Identifier identifies an instance of a specific scope. The scope identifier MUST disambiguate identical address values. For link-local addresses, the scope identifier will typically be the interface index (ifIndex as defined in the IF-MIB) of the interface on which the address is configured. The scope identifier may contain the special value 0 which refers to the default scope. The default scope may be used in cases where the valid scope identifier is not known (e.g., a management application needs to write a site-local InetAddressIPv6 address without knowing the site identifier value). The default scope SHOULD NOT be used as an easy way out in cases where the scope identifier for a non-global IPv6 address is known. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoIetfIpMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.86.1 | |||
| cIp OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.86.1.1 | |||
| cIpAddressPfxTable OBJECT-TYPE Inet prefix table. | 1.3.6.1.4.1.9.10.86.1.1.1 | not-accessible | current | |
| cIpAddressPfxEntry OBJECT-TYPE Inet prefix entry. | 1.3.6.1.4.1.9.10.86.1.1.1.1 | not-accessible | current | |
| cIpAddressPfxIfIndex OBJECT-TYPE The interface on which this prefix is configured. | 1.3.6.1.4.1.9.10.86.1.1.1.1.1 | InterfaceIndex | not-accessible | current |
| cIpAddressPfxType OBJECT-TYPE The address type of cIpAddressPfxPfx. Only IPv4 and IPv6 addresses are expected. | 1.3.6.1.4.1.9.10.86.1.1.1.1.2 | InetAddressType | not-accessible | current |
| cIpAddressPfxPfx OBJECT-TYPE The address prefix. Bits after cIpAddressPfxLength must be zero. | 1.3.6.1.4.1.9.10.86.1.1.1.1.3 | InetAddress (SIZE(0..36)) | not-accessible | current |
| cIpAddressPfxLength OBJECT-TYPE The prefix length associated with this prefix. | 1.3.6.1.4.1.9.10.86.1.1.1.1.4 | InetAddressPrefixLength | not-accessible | current |
| cIpAddressPfxOrigin OBJECT-TYPE The origin of this prefix. manual(2) indicates a prefix that was manually configured. wellknown(3) indicates a well-known prefix, e.g. 169.254/16 for IPv4 autoconfiguration or fe80::/10 for IPv6 link-local addresses. dhcp(4) indicates a prefix that was assigned by a DHCP server. routeradv(5) indicates a prefix learned from a router advertisement. | 1.3.6.1.4.1.9.10.86.1.1.1.1.5 | INTEGER {other(1), manual(2), wellknown(3), dhcp(4), routeradv(5)} | read-only | current |
| cIpAddressPfxOnLinkFlag OBJECT-TYPE This object has the value 'true(1)', if this prefix can be used for on-link determination and the value 'false(2)' otherwise. | 1.3.6.1.4.1.9.10.86.1.1.1.1.6 | TruthValue | read-only | current |
| cIpAddressPfxAutonomousFlag OBJECT-TYPE Autonomous address configuration flag. When true(1), indicates that this prefix can be used for autonomous address configuration (i.e. can be used to form a local interface address). If false(2), it is not used to autoconfigure a local interface address. | 1.3.6.1.4.1.9.10.86.1.1.1.1.7 | TruthValue | read-only | current |
| cIpAddressPfxAdvPfdLifetime OBJECT-TYPE The length of time in seconds that this prefix will remain preferred, i.e. time until deprecation. A value of 4,294,967,295 represents infinity. The address generated from a deprecated prefix should no longer be used as a source address in new communications, but packets received on such an interface are processed as expected. | 1.3.6.1.4.1.9.10.86.1.1.1.1.8 | Unsigned32 | read-only | current |
| cIpAddressPfxAdvValidLifetime OBJECT-TYPE The length of time in seconds that this prefix will remain valid, i.e. time until invalidation. A value of 4,294,967,295 represents infinity. The address generated from an invalidated prefix should not appear as the destination or source address of a packet. | 1.3.6.1.4.1.9.10.86.1.1.1.1.9 | Unsigned32 | read-only | current |
| cIpAddressTable OBJECT-TYPE Inet address table. | 1.3.6.1.4.1.9.10.86.1.1.2 | not-accessible | current | |
| cIpAddressEntry OBJECT-TYPE Inet addr entry. | 1.3.6.1.4.1.9.10.86.1.1.2.1 | not-accessible | current | |
| cIpAddressAddrType OBJECT-TYPE The address type of cIpAddressAddr. | 1.3.6.1.4.1.9.10.86.1.1.2.1.1 | InetAddressType | not-accessible | current |
| cIpAddressAddr OBJECT-TYPE The IP address to which this entry's addressing information pertains. | 1.3.6.1.4.1.9.10.86.1.1.2.1.2 | InetAddress (SIZE(0..36)) | not-accessible | current |
| cIpAddressIfIndex OBJECT-TYPE The index value which 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. | 1.3.6.1.4.1.9.10.86.1.1.2.1.3 | InterfaceIndex | read-only | current |
| cIpAddressType OBJECT-TYPE The type of address. broadcast(3) is not a valid value for IPv6 addresses. | 1.3.6.1.4.1.9.10.86.1.1.2.1.4 | INTEGER {unicast(1), anycast(2), broadcast(3)} | read-only | current |
| cIpAddressPrefix OBJECT-TYPE A pointer to the row in the prefix table to which this address belongs. May be { 0 0 } if there is no such row. | 1.3.6.1.4.1.9.10.86.1.1.2.1.5 | RowPointer | read-only | current |
| cIpAddressOrigin OBJECT-TYPE The origin of the address. manual(2) indicates that the address was manually configured. wellknown(3) indicates an address constructed from a well-known value, e.g. an IANA-assigned anycast address. dhcp(4) indicates an address that was assigned to this system by a DHCP server. linklayer(5) indicates an address created by IPv6 stateless autoconfiguration. random(6) indicates an address chosen by random, e.g. an IPv4 address within 169.254/16, or an RFC 3041 privacy address. | 1.3.6.1.4.1.9.10.86.1.1.2.1.6 | INTEGER {other(1), manual(2), wellknown(3), dhcp(4), linklayer(5), random(6)} | read-only | current |
| cIpAddressStatus OBJECT-TYPE Address status. The preferred(1) state indicates that this is a valid address that can appear as the destination or source address of a packet. The deprecated(2) state indicates that this is a valid but deprecated address that should no longer be used as a source address in new communications, but packets addressed to such an address are processed as expected. The invalid(3) state indicates that this is not valid address which should not appear as the destination or source address of a packet. The inaccessible(4) state indicates that the address is not accessible because the interface to which this address is assigned is not operational. The tentative(6) state indicates the uniqueness of the address on the link is being verified. The duplicate(7) state indicates the address has been determined to be non-unique on the link and so must not be used. In the absence of other information, an IPv4 address is always preferred(1). | 1.3.6.1.4.1.9.10.86.1.1.2.1.7 | INTEGER {preferred(1), deprecated(2), invalid(3), inaccessible(4), unknown(5), tentative(6), duplicate(7)} | read-only | current |
| cInetNetToMediaTable OBJECT-TYPE The IP Address Translation table used for mapping from IP addresses to physical addresses. The Address Translation tables contain the IP address to 'physical' address equivalences. Some interfaces do not use translation tables for determining address equivalences (e.g., DDN-X.25 has an algorithmic method); if all interfaces are of this type, then the Address Translation table is empty, i.e., has zero entries. | 1.3.6.1.4.1.9.10.86.1.1.3 | not-accessible | current | |
| cInetNetToMediaEntry OBJECT-TYPE Each entry contains one IP address to `physical' address equivalence. | 1.3.6.1.4.1.9.10.86.1.1.3.1 | not-accessible | current | |
| cInetNetToMediaNetAddressType OBJECT-TYPE The type of cInetNetToMediaNetAddress. | 1.3.6.1.4.1.9.10.86.1.1.3.1.1 | InetAddressType | not-accessible | current |
| cInetNetToMediaNetAddress OBJECT-TYPE The IP Address corresponding to the media-dependent `physical' address. | 1.3.6.1.4.1.9.10.86.1.1.3.1.2 | InetAddress (SIZE(0..36)) | not-accessible | current |
| cInetNetToMediaPhysAddress OBJECT-TYPE The media-dependent `physical' address. | 1.3.6.1.4.1.9.10.86.1.1.3.1.3 | PhysAddress | read-create | current |
| cInetNetToMediaLastUpdated OBJECT-TYPE The value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value. | 1.3.6.1.4.1.9.10.86.1.1.3.1.4 | TimeStamp | read-only | current |
| cInetNetToMediaType OBJECT-TYPE The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the cInetNetToMediaTable. That is, it effectively disassociates the interface identified with said entry from the mapping 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 cInetNetToMediaType object. The 'dynamic(3)' type indicates that the IP address to physical addresses mapping has been dynamically resolved using e.g. IPv4 ARP or the IPv6 Neighbor Discovery protocol. The 'static(4)' type indicates that the mapping has been statically configured. The 'local(5)' type indicates that the mapping is provided for an entity's own interface address. | 1.3.6.1.4.1.9.10.86.1.1.3.1.5 | INTEGER {other(1), invalid(2), dynamic(3), static(4), local(5)} | read-create | current |
| cInetNetToMediaState OBJECT-TYPE The Neighbor Unreachability Detection [3] state for the interface when the address mapping in this entry is used. If Neighbor Unreachability Detection is not in use (e.g. for IPv4), this object is always unknown(6). | 1.3.6.1.4.1.9.10.86.1.1.3.1.6 | INTEGER {reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6), incomplete(7)} | read-only | current |
| cIpv6ScopeIdTable OBJECT-TYPE The table used to describe IPv6 unicast and multicast scope zones. | 1.3.6.1.4.1.9.10.86.1.1.4 | not-accessible | current | |
| cIpv6ScopeIdEntry OBJECT-TYPE Each entry contains the list of scope identifiers on a given interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1 | not-accessible | current | |
| cIpv6ScopeIdIfIndex OBJECT-TYPE The interface to which these scopes belong. | 1.3.6.1.4.1.9.10.86.1.1.4.1.1 | InterfaceIndex | not-accessible | current |
| cIpv6ScopeIdLinkLocal OBJECT-TYPE The Scope Identifier for the link-local scope on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.2 | ScopeId | read-only | current |
| cIpv6ScopeIdSubnetLocal OBJECT-TYPE The Scope Identifier for the subnet-local scope on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.3 | ScopeId | read-only | current |
| cIpv6ScopeIdAdminLocal OBJECT-TYPE The Scope Identifier for the admin-local scope on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.4 | ScopeId | read-only | current |
| cIpv6ScopeIdSiteLocal OBJECT-TYPE The Scope Identifier for the site-local scope on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.5 | ScopeId | read-only | current |
| cIpv6ScopeId6 OBJECT-TYPE The Scope Identifier for scope 6 on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.6 | ScopeId | read-only | current |
| cIpv6ScopeId7 OBJECT-TYPE The Scope Identifier for scope 7 on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.7 | ScopeId | read-only | current |
| cIpv6ScopeIdOrganizationLocal OBJECT-TYPE The Scope Identifier for the orgainzation-local scope on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.8 | ScopeId | read-only | current |
| cIpv6ScopeId9 OBJECT-TYPE The Scope Identifier for scope 9 on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.9 | ScopeId | read-only | current |
| cIpv6ScopeIdA OBJECT-TYPE The Scope Identifier for scope A on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.10 | ScopeId | read-only | current |
| cIpv6ScopeIdB OBJECT-TYPE The Scope Identifier for scope B on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.11 | ScopeId | read-only | current |
| cIpv6ScopeIdC OBJECT-TYPE The Scope Identifier for scope C on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.12 | ScopeId | read-only | current |
| cIpv6ScopeIdD OBJECT-TYPE The Scope Identifier for scope D on this interface. | 1.3.6.1.4.1.9.10.86.1.1.4.1.13 | ScopeId | read-only | current |
| cIpv6 OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.86.1.2 | |||
| cIpv6Forwarding OBJECT-TYPE The indication of whether this entity is acting as an IPv6 router in 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). | 1.3.6.1.4.1.9.10.86.1.2.1 | INTEGER {forwarding(1), notForwarding(2)} | read-write | current |
| cIpv6DefaultHopLimit OBJECT-TYPE The default value inserted into the Hop Limit field of the IPv6 header of datagrams originated at this entity, whenever a Hop Limit value is not supplied by the transport layer protocol. | 1.3.6.1.4.1.9.10.86.1.2.2 | INTEGER (0..255) | read-write | current |
| cIpv6InterfaceTable OBJECT-TYPE The table containing per-interface IPv6-specific information. | 1.3.6.1.4.1.9.10.86.1.2.3 | not-accessible | current | |
| cIpv6InterfaceEntry OBJECT-TYPE An entry containing IPv6-specific information for a given interface. | 1.3.6.1.4.1.9.10.86.1.2.3.1 | not-accessible | current | |
| cIpv6InterfaceIfIndex OBJECT-TYPE The interface for which this row contains IPv6-specific information. | 1.3.6.1.4.1.9.10.86.1.2.3.1.1 | InterfaceIndex | not-accessible | current |
| cIpv6InterfaceEffectiveMtu OBJECT-TYPE The size of the largest IPv6 packet which can be sent/received on the interface, specified in octets. | 1.3.6.1.4.1.9.10.86.1.2.3.1.2 | Unsigned32 | read-only | current |
| cIpv6InterfaceReasmMaxSize OBJECT-TYPE The size of the largest IPv6 datagram which this entity can re-assemble from incoming IPv6 fragmented datagrams received on this interface. | 1.3.6.1.4.1.9.10.86.1.2.3.1.3 | Unsigned32 (0..65535) | read-only | current |
| cIpv6InterfaceIdentifier OBJECT-TYPE The Interface Identifier for this interface that is (at least) unique on the link this interface is attached to. The Interface Identifier is combined with an address prefix to form an interface address. By default, the Interface Identifier is autoconfigured according to the rules of the link type this interface is attached to. | 1.3.6.1.4.1.9.10.86.1.2.3.1.4 | Ipv6AddrIfIdentifier | read-write | current |
| cIpv6InterfaceIdentifierLength OBJECT-TYPE The length of the Interface Identifier in bits. | 1.3.6.1.4.1.9.10.86.1.2.3.1.5 | INTEGER (0..64) | read-write | current |
| cIpv6InterfacePhysicalAddress OBJECT-TYPE The interface's physical address. For example, for an IPv6 interface attached to an 802.x link, this object normally contains a MAC address. Note that in some cases this address may differ from the address of the interface's protocol sub-layer. The interface's media-specific MIB must define the bit and byte ordering and the format of the value of this object. For interfaces which do not have such an address (e.g., a serial line), this object should contain an octet string of zero length. | 1.3.6.1.4.1.9.10.86.1.2.3.1.6 | PhysAddress | read-only | current |
| cIcmp OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.86.1.3 | |||
| cInetIcmpTable OBJECT-TYPE The table of generic ICMP counters. These counters may be kept per-interface and/or system-wide. | 1.3.6.1.4.1.9.10.86.1.3.1 | not-accessible | current | |
| cInetIcmpEntry OBJECT-TYPE A conceptual row in the inetIcmpTable. A row with an inetIcmpIfIndex value of zero indicates a system-wide value; a row with a non-zero inetIcmpIfIndex indicates an interface-specific value. A system may provide both system-wide and interface-specific values, in which case it is important to note that the system-wide value may not be equal to the sum of the interface-specific value across all interfaces due to e.g. dynamic interface creation/deletion. | 1.3.6.1.4.1.9.10.86.1.3.1.1 | not-accessible | current | |
| cInetIcmpAFType OBJECT-TYPE The IP address family of the statistics. | 1.3.6.1.4.1.9.10.86.1.3.1.1.1 | InetAddressType | not-accessible | current |
| cInetIcmpIfIndex OBJECT-TYPE The ifindex of the interface, or zero for system-wide stats. | 1.3.6.1.4.1.9.10.86.1.3.1.1.2 | InterfaceIndexOrZero | not-accessible | current |
| cInetIcmpInMsgs OBJECT-TYPE The total number of ICMP messages which the entity received. Note that this counter includes all those counted by cInetIcmpInErrors. | 1.3.6.1.4.1.9.10.86.1.3.1.1.3 | Counter32 | read-only | current |
| cInetIcmpInErrors OBJECT-TYPE The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.). | 1.3.6.1.4.1.9.10.86.1.3.1.1.4 | Counter32 | read-only | current |
| cInetIcmpOutMsgs OBJECT-TYPE The total number of ICMP messages which the entity received. Note that this counter includes all those counted by inetIcmpOutErrors. | 1.3.6.1.4.1.9.10.86.1.3.1.1.5 | Counter32 | read-only | current |
| cInetIcmpOutErrors OBJECT-TYPE The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value should not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value. | 1.3.6.1.4.1.9.10.86.1.3.1.1.6 | Counter32 | read-only | current |
| cInetIcmpMsgTable OBJECT-TYPE The table of per-message ICMP counters. These counters may be kept per-interface and/or system-wide. | 1.3.6.1.4.1.9.10.86.1.3.2 | not-accessible | current | |
| cInetIcmpMsgEntry OBJECT-TYPE A conceptual row in the inetIcmpMsgTable. A row with an inetIcmpMsgIfIndex value of zero indicates a system-wide value; a row with a non-zero cInetIcmpMsgIfIndex indicates an interface-specific value. A system may provide both system-wide and interface-specific values, in which case it is important to note that the system-wide value may not be equal to the sum of the interface-specific values across all interfaces due to e.g. dynamic interface creation/deletion. If the system keeps track of individual ICMP code values (e.g. destination unreachable, code administratively prohibited), it creates several rows for each inetIcmpMsgType, each with an appropriate value of cInetIcmpMsgCode. A row with the special value of cInetIcmpMsgCode, 256, counts all packets with type cInetIcmpMsgType that aren't counted in rows with a value of cInetIcmpMsgCode other than 256. | 1.3.6.1.4.1.9.10.86.1.3.2.1 | not-accessible | current | |
| cInetIcmpMsgAFType OBJECT-TYPE The IP address family of the statistics. | 1.3.6.1.4.1.9.10.86.1.3.2.1.1 | InetAddressType | not-accessible | current |
| cInetIcmpMsgIfIndex OBJECT-TYPE The ifindex of the interface, or zero for system-wide stats. | 1.3.6.1.4.1.9.10.86.1.3.2.1.2 | InterfaceIndexOrZero | not-accessible | current |
| cInetIcmpMsgType OBJECT-TYPE The ICMP type field of the message type being counted by this row. | 1.3.6.1.4.1.9.10.86.1.3.2.1.3 | Integer32 (0..255) | not-accessible | current |
| cInetIcmpMsgCode OBJECT-TYPE The ICMP code field of the message type being counted by this row, or the special value 256 if no specific ICMP code is counted by this row. | 1.3.6.1.4.1.9.10.86.1.3.2.1.4 | Integer32 (0..256) | not-accessible | current |
| cInetIcmpMsgInPkts OBJECT-TYPE The number of input packets for this AF, ifindex, type, code. | 1.3.6.1.4.1.9.10.86.1.3.2.1.5 | Counter32 | read-only | current |
| cInetIcmpMsgOutPkts OBJECT-TYPE The number of output packets for this AF, ifindex, type, code. | 1.3.6.1.4.1.9.10.86.1.3.2.1.6 | Counter32 | read-only | current |
| ciscoIpMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.86.2 | |||
| ciscoIpMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.86.2.1 | |||
| ciscoIpMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.86.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoIpMIBCompliance MODULE-COMPLIANCE The compliance statement for systems which implement IPv6 OR IPv4. | 1.3.6.1.4.1.9.10.86.2.1.1 | current |
| ciscoIpAddressPfxGroup OBJECT-GROUP The ip version independent address prefix group of entries providing for basic management of IP prefixes. | 1.3.6.1.4.1.9.10.86.2.2.1 | current |
| ciscoIpAddressGroup OBJECT-GROUP The ip version independent address group of entries providing for basic management of IP addresses. | 1.3.6.1.4.1.9.10.86.2.2.2 | current |
| ciscoInetNetToMediaGroup OBJECT-GROUP The group of entries providing IP address to physical address mapping. | 1.3.6.1.4.1.9.10.86.2.2.3 | current |
| ciscoInetIcmpGroup OBJECT-GROUP The group of entries providing version independent per-interface ICMP specific counters. | 1.3.6.1.4.1.9.10.86.2.2.4 | current |
| ciscoInetIcmpMsgGroup OBJECT-GROUP The group of entries providing version independent per-interface ICMP msg type specific counters. | 1.3.6.1.4.1.9.10.86.2.2.5 | current |
| ciscoIpv6GeneralGroup OBJECT-GROUP The IPv6 group of objects providing for basic management of IPv6 entities. | 1.3.6.1.4.1.9.10.86.2.2.6 | current |
| ciscoIpv6InterfaceGroup OBJECT-GROUP The IPv6 group of objects providing IPv6 interface specific statistics. | 1.3.6.1.4.1.9.10.86.2.2.7 | current |
| ciscoIpv6ScopeGroup OBJECT-GROUP The group of objects for managing IPv6 scope zones. | 1.3.6.1.4.1.9.10.86.2.2.8 | current |