IP-MIB

File: IP-MIB.mib (191721 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 IpAddress mib-2
Unsigned32 Counter64 zeroDotZero
PhysAddress TruthValue TimeStamp
RowPointer TEXTUAL-CONVENTION TestAndIncr
RowStatus StorageType MODULE-COMPLIANCE
OBJECT-GROUP InetAddress InetAddressType
InetAddressPrefixLength InetVersion InetZoneIndex
InterfaceIndex

Defined Types

IpAddressOriginTC  
The origin of the address. manual(2) indicates that the address was manually configured to a specified address, e.g., by user configuration. dhcp(4) indicates an address that was assigned to this system by a DHCP server. linklayer(5) indicates an address created by IPv6 stateless auto-configuration. random(6) indicates an address chosen by the system at random, e.g., an IPv4 address within 169.254/16, or an RFC 3041 privacy address.
TEXTUAL-CONVENTION    
  INTEGER other(1), manual(2), dhcp(4), linklayer(5), random(6)  

IpAddressStatusTC  
The status of an address. Most of the states correspond to states from the IPv6 Stateless Address Autoconfiguration protocol. 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 isn't a valid address and it shouldn't 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 unknown(5) state indicates that the status cannot be determined for some reason. The tentative(6) state indicates that the uniqueness of the address on the link is being verified. Addresses in this state should not be used for general communication and should only be used to determine the uniqueness of the address. The duplicate(7) state indicates the address has been determined to be non-unique on the link and so must not be used. The optimistic(8) state indicates the address is available for use, subject to restrictions, while its uniqueness on a link is being verified. In the absence of other information, an IPv4 address is always preferred(1).
TEXTUAL-CONVENTION    
  INTEGER preferred(1), deprecated(2), invalid(3), inaccessible(4), unknown(5), tentative(6), duplicate(7), optimistic(8)  

IpAddressPrefixOriginTC  
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 auto-configuration or fe80::/10 for IPv6 link-local addresses. Well known prefixes may be assigned by IANA, the address registries, or by specification in a standards track RFC. dhcp(4) indicates a prefix that was assigned by a DHCP server. routeradv(5) indicates a prefix learned from a router advertisement. Note: while IpAddressOriginTC and IpAddressPrefixOriginTC are similar, they are not identical. The first defines how an address was created, while the second defines how a prefix was found.
TEXTUAL-CONVENTION    
  INTEGER other(1), manual(2), wellknown(3), dhcp(4), routeradv(5)  

Ipv6AddressIfIdentifierTC  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..8)  

Ipv4InterfaceEntry  
SEQUENCE    
  ipv4InterfaceIfIndex InterfaceIndex
  ipv4InterfaceReasmMaxSize Integer32
  ipv4InterfaceEnableStatus INTEGER
  ipv4InterfaceRetransmitTime Unsigned32

Ipv6InterfaceEntry  
SEQUENCE    
  ipv6InterfaceIfIndex InterfaceIndex
  ipv6InterfaceReasmMaxSize Unsigned32
  ipv6InterfaceIdentifier Ipv6AddressIfIdentifierTC
  ipv6InterfaceEnableStatus INTEGER
  ipv6InterfaceReachableTime Unsigned32
  ipv6InterfaceRetransmitTime Unsigned32
  ipv6InterfaceForwarding INTEGER

IpSystemStatsEntry  
SEQUENCE    
  ipSystemStatsIPVersion InetVersion
  ipSystemStatsInReceives Counter32
  ipSystemStatsHCInReceives Counter64
  ipSystemStatsInOctets Counter32
  ipSystemStatsHCInOctets Counter64
  ipSystemStatsInHdrErrors Counter32
  ipSystemStatsInNoRoutes Counter32
  ipSystemStatsInAddrErrors Counter32
  ipSystemStatsInUnknownProtos Counter32
  ipSystemStatsInTruncatedPkts Counter32
  ipSystemStatsInForwDatagrams Counter32
  ipSystemStatsHCInForwDatagrams Counter64
  ipSystemStatsReasmReqds Counter32
  ipSystemStatsReasmOKs Counter32
  ipSystemStatsReasmFails Counter32
  ipSystemStatsInDiscards Counter32
  ipSystemStatsInDelivers Counter32
  ipSystemStatsHCInDelivers Counter64
  ipSystemStatsOutRequests Counter32
  ipSystemStatsHCOutRequests Counter64
  ipSystemStatsOutNoRoutes Counter32
  ipSystemStatsOutForwDatagrams Counter32
  ipSystemStatsHCOutForwDatagrams Counter64
  ipSystemStatsOutDiscards Counter32
  ipSystemStatsOutFragReqds Counter32
  ipSystemStatsOutFragOKs Counter32
  ipSystemStatsOutFragFails Counter32
  ipSystemStatsOutFragCreates Counter32
  ipSystemStatsOutTransmits Counter32
  ipSystemStatsHCOutTransmits Counter64
  ipSystemStatsOutOctets Counter32
  ipSystemStatsHCOutOctets Counter64
  ipSystemStatsInMcastPkts Counter32
  ipSystemStatsHCInMcastPkts Counter64
  ipSystemStatsInMcastOctets Counter32
  ipSystemStatsHCInMcastOctets Counter64
  ipSystemStatsOutMcastPkts Counter32
  ipSystemStatsHCOutMcastPkts Counter64
  ipSystemStatsOutMcastOctets Counter32
  ipSystemStatsHCOutMcastOctets Counter64
  ipSystemStatsInBcastPkts Counter32
  ipSystemStatsHCInBcastPkts Counter64
  ipSystemStatsOutBcastPkts Counter32
  ipSystemStatsHCOutBcastPkts Counter64
  ipSystemStatsDiscontinuityTime TimeStamp
  ipSystemStatsRefreshRate Unsigned32

IpIfStatsEntry  
SEQUENCE    
  ipIfStatsIPVersion InetVersion
  ipIfStatsIfIndex InterfaceIndex
  ipIfStatsInReceives Counter32
  ipIfStatsHCInReceives Counter64
  ipIfStatsInOctets Counter32
  ipIfStatsHCInOctets Counter64
  ipIfStatsInHdrErrors Counter32
  ipIfStatsInNoRoutes Counter32
  ipIfStatsInAddrErrors Counter32
  ipIfStatsInUnknownProtos Counter32
  ipIfStatsInTruncatedPkts Counter32
  ipIfStatsInForwDatagrams Counter32
  ipIfStatsHCInForwDatagrams Counter64
  ipIfStatsReasmReqds Counter32
  ipIfStatsReasmOKs Counter32
  ipIfStatsReasmFails Counter32
  ipIfStatsInDiscards Counter32
  ipIfStatsInDelivers Counter32
  ipIfStatsHCInDelivers Counter64
  ipIfStatsOutRequests Counter32
  ipIfStatsHCOutRequests Counter64
  ipIfStatsOutForwDatagrams Counter32
  ipIfStatsHCOutForwDatagrams Counter64
  ipIfStatsOutDiscards Counter32
  ipIfStatsOutFragReqds Counter32
  ipIfStatsOutFragOKs Counter32
  ipIfStatsOutFragFails Counter32
  ipIfStatsOutFragCreates Counter32
  ipIfStatsOutTransmits Counter32
  ipIfStatsHCOutTransmits Counter64
  ipIfStatsOutOctets Counter32
  ipIfStatsHCOutOctets Counter64
  ipIfStatsInMcastPkts Counter32
  ipIfStatsHCInMcastPkts Counter64
  ipIfStatsInMcastOctets Counter32
  ipIfStatsHCInMcastOctets Counter64
  ipIfStatsOutMcastPkts Counter32
  ipIfStatsHCOutMcastPkts Counter64
  ipIfStatsOutMcastOctets Counter32
  ipIfStatsHCOutMcastOctets Counter64
  ipIfStatsInBcastPkts Counter32
  ipIfStatsHCInBcastPkts Counter64
  ipIfStatsOutBcastPkts Counter32
  ipIfStatsHCOutBcastPkts Counter64
  ipIfStatsDiscontinuityTime TimeStamp
  ipIfStatsRefreshRate Unsigned32

IpAddressPrefixEntry  
SEQUENCE    
  ipAddressPrefixIfIndex InterfaceIndex
  ipAddressPrefixType InetAddressType
  ipAddressPrefixPrefix InetAddress
  ipAddressPrefixLength InetAddressPrefixLength
  ipAddressPrefixOrigin IpAddressPrefixOriginTC
  ipAddressPrefixOnLinkFlag TruthValue
  ipAddressPrefixAutonomousFlag TruthValue
  ipAddressPrefixAdvPreferredLifetime Unsigned32
  ipAddressPrefixAdvValidLifetime Unsigned32

IpAddressEntry  
SEQUENCE    
  ipAddressAddrType InetAddressType
  ipAddressAddr InetAddress
  ipAddressIfIndex InterfaceIndex
  ipAddressType INTEGER
  ipAddressPrefix RowPointer
  ipAddressOrigin IpAddressOriginTC
  ipAddressStatus IpAddressStatusTC
  ipAddressCreated TimeStamp
  ipAddressLastChanged TimeStamp
  ipAddressRowStatus RowStatus
  ipAddressStorageType StorageType

IpNetToPhysicalEntry  
SEQUENCE    
  ipNetToPhysicalIfIndex InterfaceIndex
  ipNetToPhysicalNetAddressType InetAddressType
  ipNetToPhysicalNetAddress InetAddress
  ipNetToPhysicalPhysAddress PhysAddress
  ipNetToPhysicalLastUpdated TimeStamp
  ipNetToPhysicalType INTEGER
  ipNetToPhysicalState INTEGER
  ipNetToPhysicalRowStatus RowStatus

Ipv6ScopeZoneIndexEntry  
SEQUENCE    
  ipv6ScopeZoneIndexIfIndex InterfaceIndex
  ipv6ScopeZoneIndexLinkLocal InetZoneIndex
  ipv6ScopeZoneIndex3 InetZoneIndex
  ipv6ScopeZoneIndexAdminLocal InetZoneIndex
  ipv6ScopeZoneIndexSiteLocal InetZoneIndex
  ipv6ScopeZoneIndex6 InetZoneIndex
  ipv6ScopeZoneIndex7 InetZoneIndex
  ipv6ScopeZoneIndexOrganizationLocal InetZoneIndex
  ipv6ScopeZoneIndex9 InetZoneIndex
  ipv6ScopeZoneIndexA InetZoneIndex
  ipv6ScopeZoneIndexB InetZoneIndex
  ipv6ScopeZoneIndexC InetZoneIndex
  ipv6ScopeZoneIndexD InetZoneIndex

IpDefaultRouterEntry  
SEQUENCE    
  ipDefaultRouterAddressType InetAddressType
  ipDefaultRouterAddress InetAddress
  ipDefaultRouterIfIndex InterfaceIndex
  ipDefaultRouterLifetime Unsigned32
  ipDefaultRouterPreference INTEGER

Ipv6RouterAdvertEntry  
SEQUENCE    
  ipv6RouterAdvertIfIndex InterfaceIndex
  ipv6RouterAdvertSendAdverts TruthValue
  ipv6RouterAdvertMaxInterval Unsigned32
  ipv6RouterAdvertMinInterval Unsigned32
  ipv6RouterAdvertManagedFlag TruthValue
  ipv6RouterAdvertOtherConfigFlag TruthValue
  ipv6RouterAdvertLinkMTU Unsigned32
  ipv6RouterAdvertReachableTime Unsigned32
  ipv6RouterAdvertRetransmitTime Unsigned32
  ipv6RouterAdvertCurHopLimit Unsigned32
  ipv6RouterAdvertDefaultLifetime Unsigned32
  ipv6RouterAdvertRowStatus RowStatus

IcmpStatsEntry  
SEQUENCE    
  icmpStatsIPVersion InetVersion
  icmpStatsInMsgs Counter32
  icmpStatsInErrors Counter32
  icmpStatsOutMsgs Counter32
  icmpStatsOutErrors Counter32

IcmpMsgStatsEntry  
SEQUENCE    
  icmpMsgStatsIPVersion InetVersion
  icmpMsgStatsType Integer32
  icmpMsgStatsInPkts Counter32
  icmpMsgStatsOutPkts Counter32

IpAddrEntry  
SEQUENCE    
  ipAdEntAddr IpAddress
  ipAdEntIfIndex INTEGER
  ipAdEntNetMask IpAddress
  ipAdEntBcastAddr INTEGER
  ipAdEntReasmMaxSize INTEGER

IpNetToMediaEntry  
SEQUENCE    
  ipNetToMediaIfIndex INTEGER
  ipNetToMediaPhysAddress PhysAddress
  ipNetToMediaNetAddress IpAddress
  ipNetToMediaType INTEGER

Defined Values

ipMIB 1.3.6.1.2.1.48
The MIB module for managing IP and ICMP implementations, but excluding their management of IP routes. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4293; see the RFC itself for full legal notices.
MODULE-IDENTITY    

ip 1.3.6.1.2.1.4
OBJECT IDENTIFIER    

ipForwarding 1.3.6.1.2.1.4.1
The indication of whether this entity is acting as an IPv4 router in respect to the forwarding of datagrams received by, but not addressed to, this entity. IPv4 routers forward datagrams. IPv4 hosts do not (except those source-routed via the host). When this object is written, the entity should save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. Note: a stronger requirement is not used because this object was previously defined.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwarding(1), notForwarding(2)  

ipDefaultTTL 1.3.6.1.2.1.4.2
The default value inserted into the Time-To-Live field of the IPv4 header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol. When this object is written, the entity should save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. Note: a stronger requirement is not used because this object was previously defined.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

ipReasmTimeout 1.3.6.1.2.1.4.13
The maximum number of seconds that received fragments are held while they are awaiting reassembly at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipv6IpForwarding 1.3.6.1.2.1.4.25
The indication of whether this entity is acting as an IPv6 router on any interface 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). When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwarding(1), notForwarding(2)  

ipv6IpDefaultHopLimit 1.3.6.1.2.1.4.26
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. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

ipv4InterfaceTableLastChange 1.3.6.1.2.1.4.27
The value of sysUpTime on the most recent occasion at which a row in the ipv4InterfaceTable was added or deleted, or when an ipv4InterfaceReasmMaxSize or an ipv4InterfaceEnableStatus object was modified. If new objects are added to the ipv4InterfaceTable that require the ipv4InterfaceTableLastChange to be updated when they are modified, they must specify that requirement in their description clause.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipv4InterfaceTable 1.3.6.1.2.1.4.28
The table containing per-interface IPv4-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4InterfaceEntry

ipv4InterfaceEntry 1.3.6.1.2.1.4.28.1
An entry containing IPv4-specific information for a specific interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv4InterfaceEntry  

ipv4InterfaceIfIndex 1.3.6.1.2.1.4.28.1.1
The index value that 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipv4InterfaceReasmMaxSize 1.3.6.1.2.1.4.28.1.2
The size of the largest IPv4 datagram that this entity can re-assemble from incoming IPv4 fragmented datagrams received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipv4InterfaceEnableStatus 1.3.6.1.2.1.4.28.1.3
The indication of whether IPv4 is enabled (up) or disabled (down) on this interface. This object does not affect the state of the interface itself, only its connection to an IPv4 stack. The IF-MIB should be used to control the state of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

ipv4InterfaceRetransmitTime 1.3.6.1.2.1.4.28.1.4
The time between retransmissions of ARP requests to a neighbor when resolving the address or when probing the reachability of a neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipv6InterfaceTableLastChange 1.3.6.1.2.1.4.29
The value of sysUpTime on the most recent occasion at which a row in the ipv6InterfaceTable was added or deleted or when an ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier, ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime, ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding object was modified. If new objects are added to the ipv6InterfaceTable that require the ipv6InterfaceTableLastChange to be updated when they are modified, they must specify that requirement in their description clause.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipv6InterfaceTable 1.3.6.1.2.1.4.30
The table containing per-interface IPv6-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv6InterfaceEntry

ipv6InterfaceEntry 1.3.6.1.2.1.4.30.1
An entry containing IPv6-specific information for a given interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6InterfaceEntry  

ipv6InterfaceIfIndex 1.3.6.1.2.1.4.30.1.1
The index value that 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipv6InterfaceReasmMaxSize 1.3.6.1.2.1.4.30.1.2
The size of the largest IPv6 datagram that this entity can re-assemble from incoming IPv6 fragmented datagrams received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1500..65535  

ipv6InterfaceIdentifier 1.3.6.1.2.1.4.30.1.3
The Interface Identifier for this interface. The Interface Identifier is combined with an address prefix to form an interface address. By default, the Interface Identifier is auto-configured according to the rules of the link type to which this interface is attached. A zero length identifier may be used where appropriate. One possible example is a loopback interface.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6AddressIfIdentifierTC  

ipv6InterfaceEnableStatus 1.3.6.1.2.1.4.30.1.5
The indication of whether IPv6 is enabled (up) or disabled (down) on this interface. This object does not affect the state of the interface itself, only its connection to an IPv6 stack. The IF-MIB should be used to control the state of the interface. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

ipv6InterfaceReachableTime 1.3.6.1.2.1.4.30.1.6
The time a neighbor is considered reachable after receiving a reachability confirmation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipv6InterfaceRetransmitTime 1.3.6.1.2.1.4.30.1.7
The time between retransmissions of Neighbor Solicitation messages to a neighbor when resolving the address or when probing the reachability of a neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipv6InterfaceForwarding 1.3.6.1.2.1.4.30.1.8
The indication of whether this entity is acting as an IPv6 router on this interface with 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). This object is constrained by ipv6IpForwarding and is ignored if ipv6IpForwarding is set to notForwarding. Those systems that do not provide per-interface control of the forwarding function should set this object to forwarding for all interfaces and allow the ipv6IpForwarding object to control the forwarding capability. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwarding(1), notForwarding(2)  

ipTrafficStats 1.3.6.1.2.1.4.31
OBJECT IDENTIFIER    

ipSystemStatsTable 1.3.6.1.2.1.4.31.1
The table containing system wide, IP version specific traffic statistics. This table and the ipIfStatsTable contain similar objects whose difference is in their granularity. Where this table contains system wide traffic statistics, the ipIfStatsTable contains the same statistics but counted on a per-interface basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpSystemStatsEntry

ipSystemStatsEntry 1.3.6.1.2.1.4.31.1.1
A statistics entry containing system-wide objects for a particular IP version.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpSystemStatsEntry  

ipSystemStatsIPVersion 1.3.6.1.2.1.4.31.1.1.1
The IP version of this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

ipSystemStatsInReceives 1.3.6.1.2.1.4.31.1.1.3
The total number of input IP datagrams received, including those received in error. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCInReceives 1.3.6.1.2.1.4.31.1.1.4
The total number of input IP datagrams received, including those received in error. This object counts the same datagrams as ipSystemStatsInReceives, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsInOctets 1.3.6.1.2.1.4.31.1.1.5
The total number of octets received in input IP datagrams, including those received in error. Octets from datagrams counted in ipSystemStatsInReceives MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCInOctets 1.3.6.1.2.1.4.31.1.1.6
The total number of octets received in input IP datagrams, including those received in error. This object counts the same octets as ipSystemStatsInOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsInHdrErrors 1.3.6.1.2.1.4.31.1.1.7
The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsInNoRoutes 1.3.6.1.2.1.4.31.1.1.8
The number of input IP datagrams discarded because no route could be found to transmit them to their destination. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsInAddrErrors 1.3.6.1.2.1.4.31.1.1.9
The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., ::0). For entities that are not IP routers and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsInUnknownProtos 1.3.6.1.2.1.4.31.1.1.10
The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol. When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsInTruncatedPkts 1.3.6.1.2.1.4.31.1.1.11
The number of input IP datagrams discarded because the datagram frame didn't carry enough data. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsInForwDatagrams 1.3.6.1.2.1.4.31.1.1.12
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the incoming interface is incremented for each datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCInForwDatagrams 1.3.6.1.2.1.4.31.1.1.13
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. This object counts the same packets as ipSystemStatsInForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsReasmReqds 1.3.6.1.2.1.4.31.1.1.14
The number of IP fragments received that needed to be reassembled at this interface. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsReasmOKs 1.3.6.1.2.1.4.31.1.1.15
The number of IP datagrams successfully reassembled. When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsReasmFails 1.3.6.1.2.1.4.31.1.1.16
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc.). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsInDiscards 1.3.6.1.2.1.4.31.1.1.17
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsInDelivers 1.3.6.1.2.1.4.31.1.1.18
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCInDelivers 1.3.6.1.2.1.4.31.1.1.19
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). This object counts the same packets as ipSystemStatsInDelivers, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsOutRequests 1.3.6.1.2.1.4.31.1.1.20
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipSystemStatsOutForwDatagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCOutRequests 1.3.6.1.2.1.4.31.1.1.21
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. This object counts the same packets as ipSystemStatsOutRequests, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsOutNoRoutes 1.3.6.1.2.1.4.31.1.1.22
The number of locally generated IP datagrams discarded because no route could be found to transmit them to their destination. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsOutForwDatagrams 1.3.6.1.2.1.4.31.1.1.23
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully forwarded datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCOutForwDatagrams 1.3.6.1.2.1.4.31.1.1.24
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. This object counts the same packets as ipSystemStatsOutForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsOutDiscards 1.3.6.1.2.1.4.31.1.1.25
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipSystemStatsOutForwDatagrams if any such datagrams met this (discretionary) discard criterion. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsOutFragReqds 1.3.6.1.2.1.4.31.1.1.26
The number of IP datagrams that would require fragmentation in order to be transmitted. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsOutFragOKs 1.3.6.1.2.1.4.31.1.1.27
The number of IP datagrams that have been successfully fragmented. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsOutFragFails 1.3.6.1.2.1.4.31.1.1.28
The number of IP datagrams that have been discarded because they needed to be fragmented but could not be. This includes IPv4 packets that have the DF bit set and IPv6 packets that are being forwarded and exceed the outgoing link MTU. When tracking interface statistics, the counter of the outgoing interface is incremented for an unsuccessfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsOutFragCreates 1.3.6.1.2.1.4.31.1.1.29
The number of output datagram fragments that have been generated as a result of IP fragmentation. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsOutTransmits 1.3.6.1.2.1.4.31.1.1.30
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This includes datagrams generated locally and those forwarded by this entity. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCOutTransmits 1.3.6.1.2.1.4.31.1.1.31
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This object counts the same datagrams as ipSystemStatsOutTransmits, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsOutOctets 1.3.6.1.2.1.4.31.1.1.32
The total number of octets in IP datagrams delivered to the lower layers for transmission. Octets from datagrams counted in ipSystemStatsOutTransmits MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCOutOctets 1.3.6.1.2.1.4.31.1.1.33
The total number of octets in IP datagrams delivered to the lower layers for transmission. This objects counts the same octets as ipSystemStatsOutOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsInMcastPkts 1.3.6.1.2.1.4.31.1.1.34
The number of IP multicast datagrams received. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCInMcastPkts 1.3.6.1.2.1.4.31.1.1.35
The number of IP multicast datagrams received. This object counts the same datagrams as ipSystemStatsInMcastPkts but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsInMcastOctets 1.3.6.1.2.1.4.31.1.1.36
The total number of octets received in IP multicast datagrams. Octets from datagrams counted in ipSystemStatsInMcastPkts MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCInMcastOctets 1.3.6.1.2.1.4.31.1.1.37
The total number of octets received in IP multicast datagrams. This object counts the same octets as ipSystemStatsInMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsOutMcastPkts 1.3.6.1.2.1.4.31.1.1.38
The number of IP multicast datagrams transmitted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCOutMcastPkts 1.3.6.1.2.1.4.31.1.1.39
The number of IP multicast datagrams transmitted. This object counts the same datagrams as ipSystemStatsOutMcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsOutMcastOctets 1.3.6.1.2.1.4.31.1.1.40
The total number of octets transmitted in IP multicast datagrams. Octets from datagrams counted in ipSystemStatsOutMcastPkts MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCOutMcastOctets 1.3.6.1.2.1.4.31.1.1.41
The total number of octets transmitted in IP multicast datagrams. This object counts the same octets as ipSystemStatsOutMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsInBcastPkts 1.3.6.1.2.1.4.31.1.1.42
The number of IP broadcast datagrams received. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCInBcastPkts 1.3.6.1.2.1.4.31.1.1.43
The number of IP broadcast datagrams received. This object counts the same datagrams as ipSystemStatsInBcastPkts but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsOutBcastPkts 1.3.6.1.2.1.4.31.1.1.44
The number of IP broadcast datagrams transmitted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipSystemStatsHCOutBcastPkts 1.3.6.1.2.1.4.31.1.1.45
The number of IP broadcast datagrams transmitted. This object counts the same datagrams as ipSystemStatsOutBcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipSystemStatsDiscontinuityTime 1.3.6.1.2.1.4.31.1.1.46
The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipSystemStatsRefreshRate 1.3.6.1.2.1.4.31.1.1.47
The minimum reasonable polling interval for this entry. This object provides an indication of the minimum amount of time required to update the counters in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipIfStatsTableLastChange 1.3.6.1.2.1.4.31.2
The value of sysUpTime on the most recent occasion at which a row in the ipIfStatsTable was added or deleted. If new objects are added to the ipIfStatsTable that require the ipIfStatsTableLastChange to be updated when they are modified, they must specify that requirement in their description clause.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipIfStatsTable 1.3.6.1.2.1.4.31.3
The table containing per-interface traffic statistics. This table and the ipSystemStatsTable contain similar objects whose difference is in their granularity. Where this table contains per-interface statistics, the ipSystemStatsTable contains the same statistics, but counted on a system wide basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpIfStatsEntry

ipIfStatsEntry 1.3.6.1.2.1.4.31.3.1
An interface statistics entry containing objects for a particular interface and version of IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpIfStatsEntry  

ipIfStatsIPVersion 1.3.6.1.2.1.4.31.3.1.1
The IP version of this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

ipIfStatsIfIndex 1.3.6.1.2.1.4.31.3.1.2
The index value that 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipIfStatsInReceives 1.3.6.1.2.1.4.31.3.1.3
The total number of input IP datagrams received, including those received in error. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCInReceives 1.3.6.1.2.1.4.31.3.1.4
The total number of input IP datagrams received, including those received in error. This object counts the same datagrams as ipIfStatsInReceives, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsInOctets 1.3.6.1.2.1.4.31.3.1.5
The total number of octets received in input IP datagrams, including those received in error. Octets from datagrams counted in ipIfStatsInReceives MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCInOctets 1.3.6.1.2.1.4.31.3.1.6
The total number of octets received in input IP datagrams, including those received in error. This object counts the same octets as ipIfStatsInOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsInHdrErrors 1.3.6.1.2.1.4.31.3.1.7
The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsInNoRoutes 1.3.6.1.2.1.4.31.3.1.8
The number of input IP datagrams discarded because no route could be found to transmit them to their destination. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsInAddrErrors 1.3.6.1.2.1.4.31.3.1.9
The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., ::0). For entities that are not IP routers and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsInUnknownProtos 1.3.6.1.2.1.4.31.3.1.10
The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol. When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsInTruncatedPkts 1.3.6.1.2.1.4.31.3.1.11
The number of input IP datagrams discarded because the datagram frame didn't carry enough data. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsInForwDatagrams 1.3.6.1.2.1.4.31.3.1.12
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the incoming interface is incremented for each datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCInForwDatagrams 1.3.6.1.2.1.4.31.3.1.13
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. This object counts the same packets as ipIfStatsInForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsReasmReqds 1.3.6.1.2.1.4.31.3.1.14
The number of IP fragments received that needed to be reassembled at this interface. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsReasmOKs 1.3.6.1.2.1.4.31.3.1.15
The number of IP datagrams successfully reassembled. When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsReasmFails 1.3.6.1.2.1.4.31.3.1.16
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc.). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsInDiscards 1.3.6.1.2.1.4.31.3.1.17
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsInDelivers 1.3.6.1.2.1.4.31.3.1.18
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCInDelivers 1.3.6.1.2.1.4.31.3.1.19
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). This object counts the same packets as ipIfStatsInDelivers, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsOutRequests 1.3.6.1.2.1.4.31.3.1.20
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipIfStatsOutForwDatagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCOutRequests 1.3.6.1.2.1.4.31.3.1.21
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. This object counts the same packets as ipIfStatsOutRequests, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsOutForwDatagrams 1.3.6.1.2.1.4.31.3.1.23
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully forwarded datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCOutForwDatagrams 1.3.6.1.2.1.4.31.3.1.24
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. This object counts the same packets as ipIfStatsOutForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsOutDiscards 1.3.6.1.2.1.4.31.3.1.25
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipIfStatsOutForwDatagrams if any such datagrams met this (discretionary) discard criterion. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsOutFragReqds 1.3.6.1.2.1.4.31.3.1.26
The number of IP datagrams that would require fragmentation in order to be transmitted. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsOutFragOKs 1.3.6.1.2.1.4.31.3.1.27
The number of IP datagrams that have been successfully fragmented. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsOutFragFails 1.3.6.1.2.1.4.31.3.1.28
The number of IP datagrams that have been discarded because they needed to be fragmented but could not be. This includes IPv4 packets that have the DF bit set and IPv6 packets that are being forwarded and exceed the outgoing link MTU. When tracking interface statistics, the counter of the outgoing interface is incremented for an unsuccessfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsOutFragCreates 1.3.6.1.2.1.4.31.3.1.29
The number of output datagram fragments that have been generated as a result of IP fragmentation. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsOutTransmits 1.3.6.1.2.1.4.31.3.1.30
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This includes datagrams generated locally and those forwarded by this entity. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCOutTransmits 1.3.6.1.2.1.4.31.3.1.31
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This object counts the same datagrams as ipIfStatsOutTransmits, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsOutOctets 1.3.6.1.2.1.4.31.3.1.32
The total number of octets in IP datagrams delivered to the lower layers for transmission. Octets from datagrams counted in ipIfStatsOutTransmits MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCOutOctets 1.3.6.1.2.1.4.31.3.1.33
The total number of octets in IP datagrams delivered to the lower layers for transmission. This objects counts the same octets as ipIfStatsOutOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsInMcastPkts 1.3.6.1.2.1.4.31.3.1.34
The number of IP multicast datagrams received. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCInMcastPkts 1.3.6.1.2.1.4.31.3.1.35
The number of IP multicast datagrams received. This object counts the same datagrams as ipIfStatsInMcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsInMcastOctets 1.3.6.1.2.1.4.31.3.1.36
The total number of octets received in IP multicast datagrams. Octets from datagrams counted in ipIfStatsInMcastPkts MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCInMcastOctets 1.3.6.1.2.1.4.31.3.1.37
The total number of octets received in IP multicast datagrams. This object counts the same octets as ipIfStatsInMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsOutMcastPkts 1.3.6.1.2.1.4.31.3.1.38
The number of IP multicast datagrams transmitted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCOutMcastPkts 1.3.6.1.2.1.4.31.3.1.39
The number of IP multicast datagrams transmitted. This object counts the same datagrams as ipIfStatsOutMcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsOutMcastOctets 1.3.6.1.2.1.4.31.3.1.40
The total number of octets transmitted in IP multicast datagrams. Octets from datagrams counted in ipIfStatsOutMcastPkts MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCOutMcastOctets 1.3.6.1.2.1.4.31.3.1.41
The total number of octets transmitted in IP multicast datagrams. This object counts the same octets as ipIfStatsOutMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsInBcastPkts 1.3.6.1.2.1.4.31.3.1.42
The number of IP broadcast datagrams received. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCInBcastPkts 1.3.6.1.2.1.4.31.3.1.43
The number of IP broadcast datagrams received. This object counts the same datagrams as ipIfStatsInBcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsOutBcastPkts 1.3.6.1.2.1.4.31.3.1.44
The number of IP broadcast datagrams transmitted. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipIfStatsHCOutBcastPkts 1.3.6.1.2.1.4.31.3.1.45
The number of IP broadcast datagrams transmitted. This object counts the same datagrams as ipIfStatsOutBcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipIfStatsDiscontinuityTime 1.3.6.1.2.1.4.31.3.1.46
The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipIfStatsRefreshRate 1.3.6.1.2.1.4.31.3.1.47
The minimum reasonable polling interval for this entry. This object provides an indication of the minimum amount of time required to update the counters in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipAddressPrefixTable 1.3.6.1.2.1.4.32
This table allows the user to determine the source of an IP address or set of IP addresses, and allows other tables to share the information via pointer rather than by copying. For example, when the node configures both a unicast and anycast address for a prefix, the ipAddressPrefix objects for those addresses will point to a single row in this table. This table primarily provides support for IPv6 prefixes, and several of the objects are less meaningful for IPv4. The table continues to allow IPv4 addresses to allow future flexibility. In order to promote a common configuration, this document includes suggestions for default values for IPv4 prefixes. Each of these values may be overridden if an object is meaningful to the node. All prefixes used by this entity should be included in this table independent of how the entity learned the prefix. (This table isn't limited to prefixes learned from router advertisements.)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpAddressPrefixEntry

ipAddressPrefixEntry 1.3.6.1.2.1.4.32.1
An entry in the ipAddressPrefixTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddressPrefixEntry  

ipAddressPrefixIfIndex 1.3.6.1.2.1.4.32.1.1
The index value that uniquely identifies the interface on which this prefix is configured. 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipAddressPrefixType 1.3.6.1.2.1.4.32.1.2
The address type of ipAddressPrefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ipAddressPrefixPrefix 1.3.6.1.2.1.4.32.1.3
The address prefix. The address type of this object is specified in ipAddressPrefixType. The length of this object is the standard length for objects of that type (4 or 16 bytes). Any bits after ipAddressPrefixLength must be zero. Implementors need to be aware that, if the size of ipAddressPrefixPrefix exceeds 114 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ipAddressPrefixLength 1.3.6.1.2.1.4.32.1.4
The prefix length associated with this prefix. The value 0 has no special meaning for this object. It simply refers to address '::/0'.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

ipAddressPrefixOrigin 1.3.6.1.2.1.4.32.1.5
The origin of this prefix.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddressPrefixOriginTC  

ipAddressPrefixOnLinkFlag 1.3.6.1.2.1.4.32.1.6
This object has the value 'true(1)', if this prefix can be used for on-link determination; otherwise, the value is 'false(2)'. The default for IPv4 prefixes is 'true(1)'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ipAddressPrefixAutonomousFlag 1.3.6.1.2.1.4.32.1.7
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 auto- configure a local interface address. The default for IPv4 prefixes is 'false(2)'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ipAddressPrefixAdvPreferredLifetime 1.3.6.1.2.1.4.32.1.8
The remaining length of time, in seconds, that this prefix will continue to be 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. The default for IPv4 prefixes is 4,294,967,295 (infinity).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipAddressPrefixAdvValidLifetime 1.3.6.1.2.1.4.32.1.9
The remaining length of time, in seconds, that this prefix will continue to be 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. The default for IPv4 prefixes is 4,294,967,295 (infinity).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ipAddressSpinLock 1.3.6.1.2.1.4.33
An advisory lock used to allow cooperating SNMP managers to coordinate their use of the set operation in creating or modifying rows within this table. In order to use this lock to coordinate the use of set operations, managers should first retrieve ipAddressTableSpinLock. They should then determine the appropriate row to create or modify. Finally, they should issue the appropriate set command, including the retrieved value of ipAddressSpinLock. If another manager has altered the table in the meantime, then the value of ipAddressSpinLock will have changed, and the creation will fail as it will be specifying an incorrect value for ipAddressSpinLock. It is suggested, but not required, that the ipAddressSpinLock be the first var bind for each set of objects representing a 'row' in a PDU.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

ipAddressTable 1.3.6.1.2.1.4.34
This table contains addressing information relevant to the entity's interfaces. This table does not contain multicast address information. Tables for such information should be contained in multicast specific MIBs, such as RFC 3019. While this table is writable, the user will note that several objects, such as ipAddressOrigin, are not. The intention in allowing a user to write to this table is to allow them to add or remove any entry that isn't permanent. The user should be allowed to modify objects and entries when that would not cause inconsistencies within the table. Allowing write access to objects, such as ipAddressOrigin, could allow a user to insert an entry and then label it incorrectly. Note well: When including IPv6 link-local addresses in this table, the entry must use an InetAddressType of 'ipv6z' in order to differentiate between the possible interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpAddressEntry

ipAddressEntry 1.3.6.1.2.1.4.34.1
An address mapping for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddressEntry  

ipAddressAddrType 1.3.6.1.2.1.4.34.1.1
The address type of ipAddressAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ipAddressAddr 1.3.6.1.2.1.4.34.1.2
The IP address to which this entry's addressing information pertains. The address type of this object is specified in ipAddressAddrType. Implementors need to be aware that if the size of ipAddressAddr exceeds 116 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ipAddressIfIndex 1.3.6.1.2.1.4.34.1.3
The index value that 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.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

ipAddressType 1.3.6.1.2.1.4.34.1.4
The type of address. broadcast(3) is not a valid value for IPv6 addresses (RFC 3513).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unicast(1), anycast(2), broadcast(3)  

ipAddressPrefix 1.3.6.1.2.1.4.34.1.5
A pointer to the row in the prefix table to which this address belongs. May be { 0 0 } if there is no such row.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

ipAddressOrigin 1.3.6.1.2.1.4.34.1.6
The origin of the address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddressOriginTC  

ipAddressStatus 1.3.6.1.2.1.4.34.1.7
The status of the address, describing if the address can be used for communication. In the absence of other information, an IPv4 address is always preferred(1).
Status: current Access: read-create
OBJECT-TYPE    
  IpAddressStatusTC  

ipAddressCreated 1.3.6.1.2.1.4.34.1.8
The value of sysUpTime at the time this entry was created. If this entry was created prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipAddressLastChanged 1.3.6.1.2.1.4.34.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipAddressRowStatus 1.3.6.1.2.1.4.34.1.10
The status of this conceptual row. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the ipAddressIfIndex has been set to a valid index.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ipAddressStorageType 1.3.6.1.2.1.4.34.1.11
The storage type for this conceptual row. If this object has a value of 'permanent', then no other objects are required to be able to be modified.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

ipNetToPhysicalTable 1.3.6.1.2.1.4.35
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. While many protocols may be used to populate this table, ARP and Neighbor Discovery are the most likely options.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpNetToPhysicalEntry

ipNetToPhysicalEntry 1.3.6.1.2.1.4.35.1
Each entry contains one IP address to `physical' address equivalence.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpNetToPhysicalEntry  

ipNetToPhysicalIfIndex 1.3.6.1.2.1.4.35.1.1
The index value that 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipNetToPhysicalNetAddressType 1.3.6.1.2.1.4.35.1.2
The type of ipNetToPhysicalNetAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ipNetToPhysicalNetAddress 1.3.6.1.2.1.4.35.1.3
The IP Address corresponding to the media-dependent `physical' address. The address type of this object is specified in ipNetToPhysicalAddressType. Implementors need to be aware that if the size of ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ipNetToPhysicalPhysAddress 1.3.6.1.2.1.4.35.1.4
The media-dependent `physical' address. As the entries in this table are typically not persistent when this object is written the entity SHOULD NOT save the change to non-volatile storage.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress Size(0..65535)  

ipNetToPhysicalLastUpdated 1.3.6.1.2.1.4.35.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipNetToPhysicalType 1.3.6.1.2.1.4.35.1.6
The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipNetToPhysicalTable. That is, it effectively dis- associates 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 ipNetToPhysicalType 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. Both of these refer to entries that provide mappings for other entities addresses. The 'local(5)' type indicates that the mapping is provided for an entity's own interface address. As the entries in this table are typically not persistent when this object is written the entity SHOULD NOT save the change to non-volatile storage.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), invalid(2), dynamic(3), static(4), local(5)  

ipNetToPhysicalState 1.3.6.1.2.1.4.35.1.7
The Neighbor Unreachability Detection 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).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6), incomplete(7)  

ipNetToPhysicalRowStatus 1.3.6.1.2.1.4.35.1.8
The status of this conceptual row. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the ipNetToPhysicalPhysAddress object has been set. Note that if the ipNetToPhysicalType is set to 'invalid', the managed node may delete the entry independent of the state of this object.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ipv6ScopeZoneIndexTable 1.3.6.1.2.1.4.36
The table used to describe IPv6 unicast and multicast scope zones. For those objects that have names rather than numbers, the names were chosen to coincide with the names used in the IPv6 address architecture document.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv6ScopeZoneIndexEntry

ipv6ScopeZoneIndexEntry 1.3.6.1.2.1.4.36.1
Each entry contains the list of scope identifiers on a given interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6ScopeZoneIndexEntry  

ipv6ScopeZoneIndexIfIndex 1.3.6.1.2.1.4.36.1.1
The index value that uniquely identifies the interface to which these scopes belong. 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipv6ScopeZoneIndexLinkLocal 1.3.6.1.2.1.4.36.1.2
The zone index for the link-local scope on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndex3 1.3.6.1.2.1.4.36.1.3
The zone index for scope 3 on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndexAdminLocal 1.3.6.1.2.1.4.36.1.4
The zone index for the admin-local scope on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndexSiteLocal 1.3.6.1.2.1.4.36.1.5
The zone index for the site-local scope on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndex6 1.3.6.1.2.1.4.36.1.6
The zone index for scope 6 on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndex7 1.3.6.1.2.1.4.36.1.7
The zone index for scope 7 on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndexOrganizationLocal 1.3.6.1.2.1.4.36.1.8
The zone index for the organization-local scope on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndex9 1.3.6.1.2.1.4.36.1.9
The zone index for scope 9 on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndexA 1.3.6.1.2.1.4.36.1.10
The zone index for scope A on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndexB 1.3.6.1.2.1.4.36.1.11
The zone index for scope B on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndexC 1.3.6.1.2.1.4.36.1.12
The zone index for scope C on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipv6ScopeZoneIndexD 1.3.6.1.2.1.4.36.1.13
The zone index for scope D on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetZoneIndex  

ipDefaultRouterTable 1.3.6.1.2.1.4.37
The table used to describe the default routers known to this entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpDefaultRouterEntry

ipDefaultRouterEntry 1.3.6.1.2.1.4.37.1
Each entry contains information about a default router known to this entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpDefaultRouterEntry  

ipDefaultRouterAddressType 1.3.6.1.2.1.4.37.1.1
The address type for this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ipDefaultRouterAddress 1.3.6.1.2.1.4.37.1.2
The IP address of the default router represented by this row. The address type of this object is specified in ipDefaultRouterAddressType. Implementers need to be aware that if the size of ipDefaultRouterAddress exceeds 115 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ipDefaultRouterIfIndex 1.3.6.1.2.1.4.37.1.3
The index value that uniquely identifies the interface by which the router can be reached. 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipDefaultRouterLifetime 1.3.6.1.2.1.4.37.1.4
The remaining length of time, in seconds, that this router will continue to be useful as a default router. A value of zero indicates that it is no longer useful as a default router. It is left to the implementer of the MIB as to whether a router with a lifetime of zero is removed from the list. For IPv6, this value should be extracted from the router advertisement messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ipDefaultRouterPreference 1.3.6.1.2.1.4.37.1.5
An indication of preference given to this router as a default router as described in he Default Router Preferences document. Treating the value as a 2 bit signed integer allows for simple arithmetic comparisons. For IPv4 routers or IPv6 routers that are not using the updated router advertisement format, this object is set to medium (0).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reserved(-2), low(-1), medium(0), high(1)  

ipv6RouterAdvertSpinLock 1.3.6.1.2.1.4.38
An advisory lock used to allow cooperating SNMP managers to coordinate their use of the set operation in creating or modifying rows within this table. In order to use this lock to coordinate the use of set operations, managers should first retrieve ipv6RouterAdvertSpinLock. They should then determine the appropriate row to create or modify. Finally, they should issue the appropriate set command including the retrieved value of ipv6RouterAdvertSpinLock. If another manager has altered the table in the meantime, then the value of ipv6RouterAdvertSpinLock will have changed and the creation will fail as it will be specifying an incorrect value for ipv6RouterAdvertSpinLock. It is suggested, but not required, that the ipv6RouterAdvertSpinLock be the first var bind for each set of objects representing a 'row' in a PDU.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

ipv6RouterAdvertTable 1.3.6.1.2.1.4.39
The table containing information used to construct router advertisements.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv6RouterAdvertEntry

ipv6RouterAdvertEntry 1.3.6.1.2.1.4.39.1
An entry containing information used to construct router advertisements. Information in this table is persistent, and when this object is written, the entity SHOULD save the change to non-volatile storage.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6RouterAdvertEntry  

ipv6RouterAdvertIfIndex 1.3.6.1.2.1.4.39.1.1
The index value that uniquely identifies the interface on which router advertisements constructed with this information will be transmitted. 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ipv6RouterAdvertSendAdverts 1.3.6.1.2.1.4.39.1.2
A flag indicating whether the router sends periodic router advertisements and responds to router solicitations on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ipv6RouterAdvertMaxInterval 1.3.6.1.2.1.4.39.1.3
The maximum time allowed between sending unsolicited router advertisements from this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 4..1800  

ipv6RouterAdvertMinInterval 1.3.6.1.2.1.4.39.1.4
The minimum time allowed between sending unsolicited router advertisements from this interface. The default is 0.33 * ipv6RouterAdvertMaxInterval, however, in the case of a low value for ipv6RouterAdvertMaxInterval, the minimum value for this object is restricted to 3.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 3..1350  

ipv6RouterAdvertManagedFlag 1.3.6.1.2.1.4.39.1.5
The true/false value to be placed into the 'managed address configuration' flag field in router advertisements sent from this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ipv6RouterAdvertOtherConfigFlag 1.3.6.1.2.1.4.39.1.6
The true/false value to be placed into the 'other stateful configuration' flag field in router advertisements sent from this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ipv6RouterAdvertLinkMTU 1.3.6.1.2.1.4.39.1.7
The value to be placed in MTU options sent by the router on this interface. A value of zero indicates that no MTU options are sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ipv6RouterAdvertReachableTime 1.3.6.1.2.1.4.39.1.8
The value to be placed in the reachable time field in router advertisement messages sent from this interface. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for reachable time.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..3600000  

ipv6RouterAdvertRetransmitTime 1.3.6.1.2.1.4.39.1.9
The value to be placed in the retransmit timer field in router advertisements sent from this interface. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for retrans time.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ipv6RouterAdvertCurHopLimit 1.3.6.1.2.1.4.39.1.10
The default value to be placed in the current hop limit field in router advertisements sent from this interface. The value should be set to the current diameter of the Internet. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for curHopLimit. The default should be set to the value specified in the IANA web pages (www.iana.org) at the time of implementation.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

ipv6RouterAdvertDefaultLifetime 1.3.6.1.2.1.4.39.1.11
The value to be placed in the router lifetime field of router advertisements sent from this interface. This value MUST be either 0 or between ipv6RouterAdvertMaxInterval and 9000 seconds. A value of zero indicates that the router is not to be used as a default router. The default is 3 * ipv6RouterAdvertMaxInterval.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 4..9000  

ipv6RouterAdvertRowStatus 1.3.6.1.2.1.4.39.1.12
The status of this conceptual row. As all objects in this conceptual row have default values, a row can be created and made active by setting this object appropriately. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

icmp 1.3.6.1.2.1.5
OBJECT IDENTIFIER    

icmpStatsTable 1.3.6.1.2.1.5.29
The table of generic system-wide ICMP counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IcmpStatsEntry

icmpStatsEntry 1.3.6.1.2.1.5.29.1
A conceptual row in the icmpStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IcmpStatsEntry  

icmpStatsIPVersion 1.3.6.1.2.1.5.29.1.1
The IP version of the statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

icmpStatsInMsgs 1.3.6.1.2.1.5.29.1.2
The total number of ICMP messages that the entity received. Note that this counter includes all those counted by icmpStatsInErrors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

icmpStatsInErrors 1.3.6.1.2.1.5.29.1.3
The number of ICMP messages that the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

icmpStatsOutMsgs 1.3.6.1.2.1.5.29.1.4
The total number of ICMP messages that the entity attempted to send. Note that this counter includes all those counted by icmpStatsOutErrors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

icmpStatsOutErrors 1.3.6.1.2.1.5.29.1.5
The number of ICMP messages that 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 that contribute to this counter's value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

icmpMsgStatsTable 1.3.6.1.2.1.5.30
The table of system-wide per-version, per-message type ICMP counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IcmpMsgStatsEntry

icmpMsgStatsEntry 1.3.6.1.2.1.5.30.1
A conceptual row in the icmpMsgStatsTable. The system should track each ICMP type value, even if that ICMP type is not supported by the system. However, a given row need not be instantiated unless a message of that type has been processed, i.e., the row for icmpMsgStatsType=X MAY be instantiated before but MUST be instantiated after the first message with Type=X is received or transmitted. After receiving or transmitting any succeeding messages with Type=X, the relevant counter must be incremented.
Status: current Access: not-accessible
OBJECT-TYPE    
  IcmpMsgStatsEntry  

icmpMsgStatsIPVersion 1.3.6.1.2.1.5.30.1.1
The IP version of the statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

icmpMsgStatsType 1.3.6.1.2.1.5.30.1.2
The ICMP type field of the message type being counted by this row. Note that ICMP message types are scoped by the address type in use.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..255  

icmpMsgStatsInPkts 1.3.6.1.2.1.5.30.1.3
The number of input packets for this AF and type.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

icmpMsgStatsOutPkts 1.3.6.1.2.1.5.30.1.4
The number of output packets for this AF and type.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipMIBConformance 1.3.6.1.2.1.48.2
OBJECT IDENTIFIER    

ipMIBCompliances 1.3.6.1.2.1.48.2.1
OBJECT IDENTIFIER    

ipMIBGroups 1.3.6.1.2.1.48.2.2
OBJECT IDENTIFIER    

ipMIBCompliance2 1.3.6.1.2.1.48.2.1.2
The compliance statement for systems that implement IP - either IPv4 or IPv6. There are a number of INDEX objects that cannot be represented in the form of OBJECT clauses in SMIv2, but for which we have the following compliance requirements, expressed in OBJECT clause form in this description clause: -- OBJECT ipSystemStatsIPVersion -- SYNTAX InetVersion {ipv4(1), ipv6(2)} -- DESCRIPTION -- This MIB requires support for only IPv4 and IPv6 -- versions. -- -- OBJECT ipIfStatsIPVersion -- SYNTAX InetVersion {ipv4(1), ipv6(2)} -- DESCRIPTION -- This MIB requires support for only IPv4 and IPv6 -- versions. -- -- OBJECT icmpStatsIPVersion -- SYNTAX InetVersion {ipv4(1), ipv6(2)} -- DESCRIPTION -- This MIB requires support for only IPv4 and IPv6 -- versions. -- -- OBJECT icmpMsgStatsIPVersion -- SYNTAX InetVersion {ipv4(1), ipv6(2)} -- DESCRIPTION -- This MIB requires support for only IPv4 and IPv6 -- versions. -- -- OBJECT ipAddressPrefixType -- SYNTAX InetAddressType {ipv4(1), ipv6(2)} -- DESCRIPTION -- This MIB requires support for only global IPv4 and -- IPv6 address types. -- -- OBJECT ipAddressPrefixPrefix -- SYNTAX InetAddress (Size(4 | 16)) -- DESCRIPTION -- This MIB requires support for only global IPv4 and -- IPv6 addresses and so the size can be either 4 or -- 16 bytes. -- -- OBJECT ipAddressAddrType -- SYNTAX InetAddressType {ipv4(1), ipv6(2), -- ipv4z(3), ipv6z(4)} -- DESCRIPTION -- This MIB requires support for only global and -- non-global IPv4 and IPv6 address types. -- -- OBJECT ipAddressAddr -- SYNTAX InetAddress (Size(4 | 8 | 16 | 20)) -- DESCRIPTION -- This MIB requires support for only global and -- non-global IPv4 and IPv6 addresses and so the size -- can be 4, 8, 16, or 20 bytes. -- -- OBJECT ipNetToPhysicalNetAddressType -- SYNTAX InetAddressType {ipv4(1), ipv6(2), -- ipv4z(3), ipv6z(4)} -- DESCRIPTION -- This MIB requires support for only global and -- non-global IPv4 and IPv6 address types. -- -- OBJECT ipNetToPhysicalNetAddress -- SYNTAX InetAddress (Size(4 | 8 | 16 | 20)) -- DESCRIPTION -- This MIB requires support for only global and -- non-global IPv4 and IPv6 addresses and so the size -- can be 4, 8, 16, or 20 bytes. -- -- OBJECT ipDefaultRouterAddressType -- SYNTAX InetAddressType {ipv4(1), ipv6(2), -- ipv4z(3), ipv6z(4)} -- DESCRIPTION -- This MIB requires support for only global and -- non-global IPv4 and IPv6 address types. -- -- OBJECT ipDefaultRouterAddress -- SYNTAX InetAddress (Size(4 | 8 | 16 | 20)) -- DESCRIPTION -- This MIB requires support for only global and -- non-global IPv4 and IPv6 addresses and so the size -- can be 4, 8, 16, or 20 bytes.
Status: current Access: read-only
MODULE-COMPLIANCE    

ipv4GeneralGroup 1.3.6.1.2.1.48.2.2.3
The group of IPv4-specific objects for basic management of IPv4 entities.
Status: current Access: read-only
OBJECT-GROUP    

ipv4IfGroup 1.3.6.1.2.1.48.2.2.4
The group of IPv4-specific objects for basic management of IPv4 interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ipv6GeneralGroup2 1.3.6.1.2.1.48.2.2.5
The IPv6 group of objects providing for basic management of IPv6 entities.
Status: current Access: read-only
OBJECT-GROUP    

ipv6IfGroup 1.3.6.1.2.1.48.2.2.6
The group of IPv6-specific objects for basic management of IPv6 interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ipLastChangeGroup 1.3.6.1.2.1.48.2.2.7
The last change objects associated with this MIB. These objects are optional for all agents. They SHOULD be implemented on agents where it is possible to determine the proper values. Where it is not possible to determine the proper values, for example when the tables are split amongst several sub-agents using AgentX, the agent MUST NOT implement these objects to return an incorrect or static value.
Status: current Access: read-only
OBJECT-GROUP    

ipSystemStatsGroup 1.3.6.1.2.1.48.2.2.8
IP system wide statistics.
Status: current Access: read-only
OBJECT-GROUP    

ipv4SystemStatsGroup 1.3.6.1.2.1.48.2.2.9
IPv4 only system wide statistics.
Status: current Access: read-only
OBJECT-GROUP    

ipSystemStatsHCOctetGroup 1.3.6.1.2.1.48.2.2.10
IP system wide statistics for systems that may overflow the standard octet counters within 1 hour.
Status: current Access: read-only
OBJECT-GROUP    

ipSystemStatsHCPacketGroup 1.3.6.1.2.1.48.2.2.11
IP system wide statistics for systems that may overflow the standard packet counters within 1 hour.
Status: current Access: read-only
OBJECT-GROUP    

ipv4SystemStatsHCPacketGroup 1.3.6.1.2.1.48.2.2.12
IPv4 only system wide statistics for systems that may overflow the standard packet counters within 1 hour.
Status: current Access: read-only
OBJECT-GROUP    

ipIfStatsGroup 1.3.6.1.2.1.48.2.2.13
IP per-interface statistics.
Status: current Access: read-only
OBJECT-GROUP    

ipv4IfStatsGroup 1.3.6.1.2.1.48.2.2.14
IPv4 only per-interface statistics.
Status: current Access: read-only
OBJECT-GROUP    

ipIfStatsHCOctetGroup 1.3.6.1.2.1.48.2.2.15
IP per-interfaces statistics for systems that include interfaces that may overflow the standard octet counters within 1 hour.
Status: current Access: read-only
OBJECT-GROUP    

ipIfStatsHCPacketGroup 1.3.6.1.2.1.48.2.2.16
IP per-interfaces statistics for systems that include interfaces that may overflow the standard packet counters within 1 hour.
Status: current Access: read-only
OBJECT-GROUP    

ipv4IfStatsHCPacketGroup 1.3.6.1.2.1.48.2.2.17
IPv4 only per-interface statistics for systems that include interfaces that may overflow the standard packet counters within 1 hour.
Status: current Access: read-only
OBJECT-GROUP    

ipAddressPrefixGroup 1.3.6.1.2.1.48.2.2.18
The group of objects for providing information about address prefixes used by this node.
Status: current Access: read-only
OBJECT-GROUP    

ipAddressGroup 1.3.6.1.2.1.48.2.2.19
The group of objects for providing information about the addresses relevant to this entity's interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ipNetToPhysicalGroup 1.3.6.1.2.1.48.2.2.20
The group of objects for providing information about the mappings of network address to physical address known to this node.
Status: current Access: read-only
OBJECT-GROUP    

ipv6ScopeGroup 1.3.6.1.2.1.48.2.2.21
The group of objects for managing IPv6 scope zones.
Status: current Access: read-only
OBJECT-GROUP    

ipDefaultRouterGroup 1.3.6.1.2.1.48.2.2.22
The group of objects for providing information about default routers known to this node.
Status: current Access: read-only
OBJECT-GROUP    

ipv6RouterAdvertGroup 1.3.6.1.2.1.48.2.2.23
The group of objects for controlling information advertised by IPv6 routers.
Status: current Access: read-only
OBJECT-GROUP    

icmpStatsGroup 1.3.6.1.2.1.48.2.2.24
The group of objects providing ICMP statistics.
Status: current Access: read-only
OBJECT-GROUP    

ipInReceives 1.3.6.1.2.1.4.3
The total number of input datagrams received from interfaces, including those received in error. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsInRecieves.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipInHdrErrors 1.3.6.1.2.1.4.4
The number of input datagrams discarded due to errors in their IPv4 headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IPv4 options, etc. This object has been deprecated as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsInHdrErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipInAddrErrors 1.3.6.1.2.1.4.5
The number of input datagrams discarded because the IPv4 address in their IPv4 header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IPv4 routers, and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsInAddrErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipForwDatagrams 1.3.6.1.2.1.4.6
The number of input datagrams for which this entity was not their final IPv4 destination, as a result of which an attempt was made to find a route to forward them to that final destination. In entities which do not act as IPv4 routers, this counter will include only those packets which were Source-Routed via this entity, and the Source-Route option processing was successful. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsInForwDatagrams.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipInUnknownProtos 1.3.6.1.2.1.4.7
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsInUnknownProtos.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipInDiscards 1.3.6.1.2.1.4.8
The number of input IPv4 datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsInDiscards.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipInDelivers 1.3.6.1.2.1.4.9
The total number of input datagrams successfully delivered to IPv4 user-protocols (including ICMP). This object has been deprecated as a new IP version neutral table has been added. It is loosely replaced by ipSystemStatsIndelivers.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipOutRequests 1.3.6.1.2.1.4.10
The total number of IPv4 datagrams which local IPv4 user protocols (including ICMP) supplied to IPv4 in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsOutRequests.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipOutDiscards 1.3.6.1.2.1.4.11
The number of output IPv4 datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsOutDiscards.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipOutNoRoutes 1.3.6.1.2.1.4.12
The number of IPv4 datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagrams which a host cannot route because all of its default routers are down. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsOutNoRoutes.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipReasmReqds 1.3.6.1.2.1.4.14
The number of IPv4 fragments received which needed to be reassembled at this entity. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsReasmReqds.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipReasmOKs 1.3.6.1.2.1.4.15
The number of IPv4 datagrams successfully re-assembled. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsReasmOKs.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipReasmFails 1.3.6.1.2.1.4.16
The number of failures detected by the IPv4 re-assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IPv4 fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsReasmFails.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipFragOKs 1.3.6.1.2.1.4.17
The number of IPv4 datagrams that have been successfully fragmented at this entity. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsOutFragOKs.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipFragFails 1.3.6.1.2.1.4.18
The number of IPv4 datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsOutFragFails.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipFragCreates 1.3.6.1.2.1.4.19
The number of IPv4 datagram fragments that have been generated as a result of fragmentation at this entity. This object has been deprecated as a new IP version neutral table has been added. It is loosely replaced by ipSystemStatsOutFragCreates.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipRoutingDiscards 1.3.6.1.2.1.4.23
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. This object was defined in pre-IPv6 versions of the IP MIB. It was implicitly IPv4 only, but the original specifications did not indicate this protocol restriction. In order to clarify the specifications, this object has been deprecated and a similar, but more thoroughly clarified, object has been added to the IP-FORWARD-MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipAddrTable 1.3.6.1.2.1.4.20
The table of addressing information relevant to this entity's IPv4 addresses. This table has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by the ipAddressTable although several objects that weren't deemed useful weren't carried forward while another (ipAdEntReasmMaxSize) was moved to the ipv4InterfaceTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpAddrEntry

ipAddrEntry 1.3.6.1.2.1.4.20.1
The addressing information for one of this entity's IPv4 addresses.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddrEntry  

ipAdEntAddr 1.3.6.1.2.1.4.20.1.1
The IPv4 address to which this entry's addressing information pertains.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

ipAdEntIfIndex 1.3.6.1.2.1.4.20.1.2
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

ipAdEntNetMask 1.3.6.1.2.1.4.20.1.3
The subnet mask associated with the IPv4 address of this entry. The value of the mask is an IPv4 address with all the network bits set to 1 and all the hosts bits set to 0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

ipAdEntBcastAddr 1.3.6.1.2.1.4.20.1.4
The value of the least-significant bit in the IPv4 broadcast address used for sending datagrams on the (logical) interface associated with the IPv4 address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcast addresses used by the entity on this (logical) interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

ipAdEntReasmMaxSize 1.3.6.1.2.1.4.20.1.5
The size of the largest IPv4 datagram which this entity can re-assemble from incoming IPv4 fragmented datagrams received on this interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

ipNetToMediaTable 1.3.6.1.2.1.4.22
The IPv4 Address Translation table used for mapping from IPv4 addresses to physical addresses. This table has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by the ipNetToPhysicalTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpNetToMediaEntry

ipNetToMediaEntry 1.3.6.1.2.1.4.22.1
Each entry contains one IpAddress to `physical' address equivalence.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpNetToMediaEntry  

ipNetToMediaIfIndex 1.3.6.1.2.1.4.22.1.1
The interface on which this entry's equivalence is effective. 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. This object predates the rule limiting index objects to a max access value of 'not-accessible' and so continues to use a value of 'read-create'.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER 1..2147483647  

ipNetToMediaPhysAddress 1.3.6.1.2.1.4.22.1.2
The media-dependent `physical' address. This object should return 0 when this entry is in the 'incomplete' state. As the entries in this table are typically not persistent when this object is written the entity should not save the change to non-volatile storage. Note: a stronger requirement is not used because this object was previously defined.
Status: deprecated Access: read-create
OBJECT-TYPE    
  PhysAddress Size(0..65535)  

ipNetToMediaNetAddress 1.3.6.1.2.1.4.22.1.3
The IpAddress corresponding to the media-dependent `physical' address. This object predates the rule limiting index objects to a max access value of 'not-accessible' and so continues to use a value of 'read-create'.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

ipNetToMediaType 1.3.6.1.2.1.4.22.1.4
The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipNetToMediaTable. That is, it effectively dis-associates 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 ipNetToMediaType object. As the entries in this table are typically not persistent when this object is written the entity should not save the change to non-volatile storage. Note: a stronger requirement is not used because this object was previously defined.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER other(1), invalid(2), dynamic(3), static(4)  

icmpInMsgs 1.3.6.1.2.1.5.1
The total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by icmpStatsInMsgs.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInErrors 1.3.6.1.2.1.5.2
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.). This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by icmpStatsInErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInDestUnreachs 1.3.6.1.2.1.5.3
The number of ICMP Destination Unreachable messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInTimeExcds 1.3.6.1.2.1.5.4
The number of ICMP Time Exceeded messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInParmProbs 1.3.6.1.2.1.5.5
The number of ICMP Parameter Problem messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInSrcQuenchs 1.3.6.1.2.1.5.6
The number of ICMP Source Quench messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInRedirects 1.3.6.1.2.1.5.7
The number of ICMP Redirect messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInEchos 1.3.6.1.2.1.5.8
The number of ICMP Echo (request) messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInEchoReps 1.3.6.1.2.1.5.9
The number of ICMP Echo Reply messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInTimestamps 1.3.6.1.2.1.5.10
The number of ICMP Timestamp (request) messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInTimestampReps 1.3.6.1.2.1.5.11
The number of ICMP Timestamp Reply messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInAddrMasks 1.3.6.1.2.1.5.12
The number of ICMP Address Mask Request messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpInAddrMaskReps 1.3.6.1.2.1.5.13
The number of ICMP Address Mask Reply messages received. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutMsgs 1.3.6.1.2.1.5.14
The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by icmpStatsOutMsgs.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutErrors 1.3.6.1.2.1.5.15
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. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by icmpStatsOutErrors.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutDestUnreachs 1.3.6.1.2.1.5.16
The number of ICMP Destination Unreachable messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutTimeExcds 1.3.6.1.2.1.5.17
The number of ICMP Time Exceeded messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutParmProbs 1.3.6.1.2.1.5.18
The number of ICMP Parameter Problem messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutSrcQuenchs 1.3.6.1.2.1.5.19
The number of ICMP Source Quench messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutRedirects 1.3.6.1.2.1.5.20
The number of ICMP Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutEchos 1.3.6.1.2.1.5.21
The number of ICMP Echo (request) messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutEchoReps 1.3.6.1.2.1.5.22
The number of ICMP Echo Reply messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutTimestamps 1.3.6.1.2.1.5.23
The number of ICMP Timestamp (request) messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutTimestampReps 1.3.6.1.2.1.5.24
The number of ICMP Timestamp Reply messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutAddrMasks 1.3.6.1.2.1.5.25
The number of ICMP Address Mask Request messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

icmpOutAddrMaskReps 1.3.6.1.2.1.5.26
The number of ICMP Address Mask Reply messages sent. This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by a column in the icmpMsgStatsTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

ipMIBCompliance 1.3.6.1.2.1.48.2.1.1
The compliance statement for systems that implement only IPv4. For version-independence, this compliance statement is deprecated in favor of ipMIBCompliance2.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ipGroup 1.3.6.1.2.1.48.2.2.1
The ip group of objects providing for basic management of IP entities, exclusive of the management of IP routes. As part of the version independence, this group has been deprecated.
Status: deprecated Access: read-only
OBJECT-GROUP    

icmpGroup 1.3.6.1.2.1.48.2.2.2
The icmp group of objects providing ICMP statistics. As part of the version independence, this group has been deprecated.
Status: deprecated Access: read-only
OBJECT-GROUP