Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google

INTRODUCTION

TABLE OF CONTENTS

SCALAR OBJECTS

TABLE OBJECTS

Table ipv4InterfaceTable

Table ipv6InterfaceTable

Table ipSystemStatsTable

Table ipIfStatsTable

Table ipAddressPrefixTable

Table ipAddressTable

Table ipNetToPhysicalTable

Table ipv6ScopeZoneIndexTable

Table ipDefaultRouterTable

Table ipv6RouterAdvertTable


DEPRECATED OR OBSOLETE OR HISTORIC OBJECTS


SCALAR OBJECTS

    NameTypeAccessOIDDescription
    3
    ipInReceives
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    4
    ipInHdrErrors
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    5
    ipInAddrErrors
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    6
    ipForwDatagrams
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    7
    ipInUnknownProtos
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    8
    ipInDiscards
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    9
    ipInDelivers
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    10
    ipOutRequests
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    11
    ipOutDiscards
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    12
    ipOutNoRoutes
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    14
    ipReasmReqds
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    15
    ipReasmOKs
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    16
    ipReasmFails
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    17
    ipFragOKs
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    18
    ipFragFails
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    19
    ipFragCreates
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    
    23
    ipRoutingDiscards
    DEPRECATED
    COUNTER
    ReadOnly
    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.
    

TABLE OBJECTS

Table ipAddrTable

    Table NameipAddrTable
    In MIBIP-MIB
    Registered at OID.1.3.6.1.2.1.4.20
    Table Description
    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.
    
    Row Description
    The addressing information for one of this entity's IPv4
    addresses.
    

    ipAddrTable Indexes:

    NameTypeAccessDescription
    1
    ipAdEntAddr
    DEPRECATED
    IPADDR
    ReadOnly
    The IPv4 address to which this entry's addressing
    information pertains.
    

    Other ipAddrTable Columns:

    NameTypeAccessDescription
    2
    ipAdEntIfIndex
    DEPRECATED
    INTEGER
    Legal values: 1 .. 2147483647
    ReadOnly
    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.
    
    3
    ipAdEntNetMask
    DEPRECATED
    IPADDR
    ReadOnly
    The subnet mask associated with the IPv4 address of this
    entry.  The value of the mask is an IPv