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 IPv4 address with all
    the network bits set to 1 and all the hosts bits set to 0.
    
    4
    ipAdEntBcastAddr
    DEPRECATED
    INTEGER
    Legal values: 0 .. 1
    ReadOnly
    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.
    
    5
    ipAdEntReasmMaxSize
    DEPRECATED
    INTEGER
    Legal values: 0 .. 65535
    ReadOnly
    The size of the largest IPv4 datagram which this entity can
    re-assemble from incoming IPv4 fragmented datagrams received
    on this interface.
    

Table ipNetToMediaTable

    Table NameipNetToMediaTable
    In MIBIP-MIB
    Registered at OID.1.3.6.1.2.1.4.22
    Table Description
    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.
    
    Row Description
    Each entry contains one IpAddress to `physical' address
    equivalence.
    

    ipNetToMediaTable Indexes:

    NameTypeAccessDescription
    1
    ipNetToMediaIfIndex
    DEPRECATED
    INTEGER
    Legal values: 1 .. 2147483647
    Create
    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'.
    
    3
    ipNetToMediaNetAddress
    DEPRECATED
    IPADDR
    Create
    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'.
    

    Other ipNetToMediaTable Columns:

    NameTypeAccessDescription
    2
    ipNetToMediaPhysAddress
    DEPRECATED
    OCTETSTR
    Legal Lengths: 0 .. 65535
    PhysAddress
    Create

    Note: this object is based on the PhysAddress TEXTUAL-CONVENTION.

    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.
    
    4
    ipNetToMediaType
    DEPRECATED
    INTEGER
    ValueLabel/Meaning
    1other
    2invalid
    3dynamic
    4static
    Create
    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.
    


NOTIFICATIONS



TEXTUAL CONVENTIONS

TREE VIEW

Tree view generated by running: snmptranslate -Tp IP-MIB::ip

+--ip(4)
   |
   +-- -RW- EnumVal   ipForwarding(1)
   |        Values: forwarding(1), notForwarding(2)
   +-- -RW- Integer32 ipDefaultTTL(2)
   |        Range: 1..255
   +-- -R-- Counter   ipInReceives(3)
   +-- -R-- Counter   ipInHdrErrors(4)
   +-- -R-- Counter   ipInAddrErrors(5)
   +-- -R-- Counter   ipForwDatagrams(6)
   +-- -R-- Counter   ipInUnknownProtos(7)
   +-- -R-- Counter   ipInDiscards(8)
   +-- -R-- Counter   ipInDelivers(9)
   +-- -R-- Counter   ipOutRequests(10)
   +-- -R-- Counter   ipOutDiscards(11)
   +-- -R-- Counter   ipOutNoRoutes(12)
   +-- -R-- Integer32 ipReasmTimeout(13)
   +-- -R-- Counter   ipReasmReqds(14)
   +-- -R-- Counter   ipReasmOKs(15)
   +-- -R-- Counter   ipReasmFails(16)
   +-- -R-- Counter   ipFragOKs(17)
   +-- -R-- Counter   ipFragFails(18)
   +-- -R-- Counter   ipFragCreates(19)
   |
   +--ipAddrTable(20)
   |  |
   |  +--ipAddrEntry(1)
   |     |  Index: ipAdEntAddr
   |     |
   |     +-- -R-- IpAddr    ipAdEntAddr(1)
   |     +-- -R-- INTEGER   ipAdEntIfIndex(2)
   |     |        Range: 1..2147483647
   |     +-- -R-- IpAddr    ipAdEntNetMask(3)
   |     +-- -R-- INTEGER   ipAdEntBcastAddr(4)
   |     |        Range: 0..1
   |     +-- -R-- INTEGER   ipAdEntReasmMaxSize(5)
   |              Range: 0..65535
   |
   +--ipNetToMediaTable(22)
   |  |
   |  +--ipNetToMediaEntry(1)
   |     |  Index: ipNetToMediaIfIndex, ipNetToMediaNetAddress
   |     |
   |     +-- CR-- INTEGER   ipNetToMediaIfIndex(1)
   |     |        Range: 1..2147483647
   |     +-- CR-- String    ipNetToMediaPhysAddress(2)
   |     |        Textual Convention: PhysAddress
   |     |        Size: 0..65535
   |     +-- CR-- IpAddr    ipNetToMediaNetAddress(3)
   |     +-- CR-- EnumVal   ipNetToMediaType(4)
   |              Values: other(1), invalid(2), dynamic(3), static(4)
   |
   +-- -R-- Counter   ipRoutingDiscards(23)
   +-- -RW- EnumVal   ipv6IpForwarding(25)
   |        Values: forwarding(1), notForwarding(2)
   +-- -RW- Integer32 ipv6IpDefaultHopLimit(26)
   |        Range: 0..255
   +-- -R-- TimeTicks ipv4InterfaceTableLastChange(27)
   |        Textual Convention: TimeStamp
   |
   +--ipv4InterfaceTable(28)
   |  |
   |  +--ipv4InterfaceEntry(1)
   |     |  Index: ipv4InterfaceIfIndex
   |     |
   |     +-- ---- Integer32 ipv4InterfaceIfIndex(1)
   |     |        Textual Convention: InterfaceIndex
   |     |        Range: 1..2147483647
   |     +-- -R-- Integer32 ipv4InterfaceReasmMaxSize(2)
   |     |        Range: 0..65535
   |     +-- -RW- EnumVal   ipv4InterfaceEnableStatus(3)
   |     |        Values: up(1), down(2)
   |     +-- -R-- Unsigned  ipv4InterfaceRetransmitTime(4)
   |
   +-- -R-- TimeTicks ipv6InterfaceTableLastChange(29)
   |        Textual Convention: TimeStamp
   |
   +--ipv6InterfaceTable(30)
   |  |
   |  +--ipv6InterfaceEntry(1)
   |     |  Index: ipv6InterfaceIfIndex
   |     |
   |     +-- ---- Integer32 ipv6InterfaceIfIndex(1)
   |     |        Textual Convention: InterfaceIndex
   |     |        Range: 1..2147483647
   |     +-- -R-- Unsigned  ipv6InterfaceReasmMaxSize(2)
   |     |        Range: 1500..65535
   |     +-- -R-- String    ipv6InterfaceIdentifier(3)
   |     |        Textual Convention: Ipv6AddressIfIdentifierTC
   |     |        Size: 0..8
   |     +-- -RW- EnumVal   ipv6InterfaceEnableStatus(5)
   |     |        Values: up(1), down(2)
   |     +-- -R-- Unsigned  ipv6InterfaceReachableTime(6)
   |     +-- -R-- Unsigned  ipv6InterfaceRetransmitTime(7)
   |     +-- -RW- EnumVal   ipv6InterfaceForwarding(8)
   |              Values: forwarding(1), notForwarding(2)
   |
   +--ipTrafficStats(31)
   |  |
   |  +--ipSystemStatsTable(1)
   |  |  |
   |  |  +--ipSystemStatsEntry(1)
   |  |     |  Index: ipSystemStatsIPVersion
   |  |     |
   |  |     +-- ---- EnumVal   ipSystemStatsIPVersion(1)
   |  |     |        Textual Convention: InetVersion
   |  |     |        Values: unknown(0), ipv4(1), ipv6(2)
   |  |     +-- -R-- Counter   ipSystemStatsInReceives(3)
   |  |     +-- -R-- Counter64 ipSystemStatsHCInReceives(4)
   |  |     +-- -R-- Counter   ipSystemStatsInOctets(5)
   |  |     +-- -R-- Counter64 ipSystemStatsHCInOctets(6)
   |  |     +-- -R-- Counter   ipSystemStatsInHdrErrors(7)
   |  |     +-- -R-- Counter   ipSystemStatsInNoRoutes(8)
   |  |     +-- -R-- Counter   ipSystemStatsInAddrErrors(9)
   |  |     +-- -R-- Counter   ipSystemStatsInUnknownProtos(10)
   |  |     +-- -R-- Counter   ipSystemStatsInTruncatedPkts(11)
   |  |     +-- -R-- Counter   ipSystemStatsInForwDatagrams(12)
   |  |     +-- -R-- Counter64 ipSystemStatsHCInForwDatagrams(13)
   |  |     +-- -R-- Counter   ipSystemStatsReasmReqds(14)
   |  |     +-- -R-- Counter   ipSystemStatsReasmOKs(15)
   |  |     +-- -R-- Counter   ipSystemStatsReasmFails(16)
   |  |     +-- -R-- Counter   ipSystemStatsInDiscards(17)
   |  |     +-- -R-- Counter   ipSystemStatsInDelivers(18)
   |  |     +-- -R-- Counter64 ipSystemStatsHCInDelivers(19)
   |  |     +-- -R-- Counter   ipSystemStatsOutRequests(20)
   |  |     +-- -R-- Counter64 ipSystemStatsHCOutRequests(21)
   |  |     +-- -R-- Counter   ipSystemStatsOutNoRoutes(22)
   |  |     +-- -R-- Counter   ipSystemStatsOutForwDatagrams(23)
   |  |     +-- -R-- Counter64 ipSystemStatsHCOutForwDatagrams(24)
   |  |     +-- -R-- Counter   ipSystemStatsOutDiscards(25)
   |  |     +-- -R-- Counter   ipSystemStatsOutFragReqds(26)
   |  |     +-- -R-- Counter   ipSystemStatsOutFragOKs(27)
   |  |     +-- -R-- Counter   ipSystemStatsOutFragFails(28)
   |  |     +-- -R-- Counter   ipSystemStatsOutFragCreates(29)
   |  |     +-- -R-- Counter   ipSystemStatsOutTransmits(30)
   |  |     +-- -R-- Counter64 ipSystemStatsHCOutTransmits(31)
   |  |     +-- -R-- Counter   ipSystemStatsOutOctets(32)
   |  |     +-- -R-- Counter64 ipSystemStatsHCOutOctets(33)
   |  |     +-- -R-- Counter   ipSystemStatsInMcastPkts(34)
   |  |     +-- -R-- Counter64 ipSystemStatsHCInMcastPkts(35)
   |  |     +-- -R-- Counter   ipSystemStatsInMcastOctets(36)
   |  |     +-- -R-- Counter64 ipSystemStatsHCInMcastOctets(37)
   |  |     +-- -R-- Counter   ipSystemStatsOutMcastPkts(38)
   |  |     +-- -R-- Counter64 ipSystemStatsHCOutMcastPkts(39)
   |  |     +-- -R-- Counter   ipSystemStatsOutMcastOctets(40)
   |  |     +-- -R-- Counter64 ipSystemStatsHCOutMcastOctets(41)
   |  |     +-- -R-- Counter   ipSystemStatsInBcastPkts(42)
   |  |     +-- -R-- Counter64 ipSystemStatsHCInBcastPkts(43)
   |  |     +-- -R-- Counter   ipSystemStatsOutBcastPkts(44)
   |  |     +-- -R-- Counter64 ipSystemStatsHCOutBcastPkts(45)
   |  |     +-- -R-- TimeTicks ipSystemStatsDiscontinuityTime(46)
   |  |     |        Textual Convention: TimeStamp
   |  |     +-- -R-- Unsigned  ipSystemStatsRefreshRate(47)
   |  |
   |  +-- -R-- TimeTicks ipIfStatsTableLastChange(2)
   |  |        Textual Convention: TimeStamp
   |  |
   |  +--ipIfStatsTable(3)
   |     |
   |     +--ipIfStatsEntry(1)
   |        |  Index: ipIfStatsIPVersion, ipIfStatsIfIndex
   |        |
   |        +-- ---- EnumVal   ipIfStatsIPVersion(1)
   |        |        Textual Convention: InetVersion
   |        |        Values: unknown(0), ipv4(1), ipv6(2)
   |        +-- ---- Integer32 ipIfStatsIfIndex(2)
   |        |        Textual Convention: InterfaceIndex
   |        |        Range: 1..2147483647
   |        +-- -R-- Counter   ipIfStatsInReceives(3)
   |        +-- -R-- Counter64 ipIfStatsHCInReceives(4)
   |        +-- -R-- Counter   ipIfStatsInOctets(5)
   |        +-- -R-- Counter64 ipIfStatsHCInOctets(6)
   |        +-- -R-- Counter   ipIfStatsInHdrErrors(7)
   |        +-- -R-- Counter   ipIfStatsInNoRoutes(8)
   |        +-- -R-- Counter   ipIfStatsInAddrErrors(9)
   |        +-- -R-- Counter   ipIfStatsInUnknownProtos(10)
   |        +-- -R-- Counter   ipIfStatsInTruncatedPkts(11)
   |        +-- -R-- Counter   ipIfStatsInForwDatagrams(12)
   |        +-- -R-- Counter64 ipIfStatsHCInForwDatagrams(13)
   |        +-- -R-- Counter   ipIfStatsReasmReqds(14)
   |        +-- -R-- Counter   ipIfStatsReasmOKs(15)
   |        +-- -R-- Counter   ipIfStatsReasmFails(16)
   |        +-- -R-- Counter   ipIfStatsInDiscards(17)
   |        +-- -R-- Counter   ipIfStatsInDelivers(18)
   |        +-- -R-- Counter64 ipIfStatsHCInDelivers(19)
   |        +-- -R-- Counter   ipIfStatsOutRequests(20)
   |        +-- -R-- Counter64 ipIfStatsHCOutRequests(21)
   |        +-- -R-- Counter   ipIfStatsOutForwDatagrams(23)
   |        +-- -R-- Counter64 ipIfStatsHCOutForwDatagrams(24)
   |        +-- -R-- Counter   ipIfStatsOutDiscards(25)
   |        +-- -R-- Counter   ipIfStatsOutFragReqds(26)
   |        +-- -R-- Counter   ipIfStatsOutFragOKs(27)
   |        +-- -R-- Counter   ipIfStatsOutFragFails(28)
   |        +-- -R-- Counter   ipIfStatsOutFragCreates(29)
   |        +-- -R-- Counter   ipIfStatsOutTransmits(30)
   |        +-- -R-- Counter64 ipIfStatsHCOutTransmits(31)
   |        +-- -R-- Counter   ipIfStatsOutOctets(32)
   |        +-- -R-- Counter64 ipIfStatsHCOutOctets(33)
   |        +-- -R-- Counter   ipIfStatsInMcastPkts(34)
   |        +-- -R-- Counter64 ipIfStatsHCInMcastPkts(35)
   |        +-- -R-- Counter   ipIfStatsInMcastOctets(36)
   |        +-- -R-- Counter64 ipIfStatsHCInMcastOctets(37)
   |        +-- -R-- Counter   ipIfStatsOutMcastPkts(38)
   |        +-- -R-- Counter64 ipIfStatsHCOutMcastPkts(39)
   |        +-- -R-- Counter   ipIfStatsOutMcastOctets(40)
   |        +-- -R-- Counter64 ipIfStatsHCOutMcastOctets(41)
   |        +-- -R-- Counter   ipIfStatsInBcastPkts(42)
   |        +-- -R-- Counter64 ipIfStatsHCInBcastPkts(43)
   |        +-- -R-- Counter   ipIfStatsOutBcastPkts(44)
   |        +-- -R-- Counter64 ipIfStatsHCOutBcastPkts(45)
   |        +-- -R-- TimeTicks ipIfStatsDiscontinuityTime(46)
   |        |        Textual Convention: TimeStamp
   |        +-- -R-- Unsigned  ipIfStatsRefreshRate(47)
   |
   +--ipAddressPrefixTable(32)
   |  |
   |  +--ipAddressPrefixEntry(1)
   |     |  Index: ipAddressPrefixIfIndex, ipAddressPrefixType, ipAddressPrefixPrefix, ipAddressPrefixLength
   |     |
   |     +-- ---- Integer32 ipAddressPrefixIfIndex(1)
   |     |        Textual Convention: InterfaceIndex
   |     |        Range: 1..2147483647
   |     +-- ---- EnumVal   ipAddressPrefixType(2)
   |     |        Textual Convention: InetAddressType
   |     |        Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)
   |     +-- ---- String    ipAddressPrefixPrefix(3)
   |     |        Textual Convention: InetAddress
   |     |        Size: 0..255
   |     +-- ---- Unsigned  ipAddressPrefixLength(4)
   |     |        Textual Convention: InetAddressPrefixLength
   |     |        Range: 0..2040
   |     +-- -R-- EnumVal   ipAddressPrefixOrigin(5)
   |     |        Textual Convention: IpAddressPrefixOriginTC
   |     |        Values: other(1), manual(2), wellknown(3), dhcp(4), routeradv(5)
   |     +-- -R-- EnumVal   ipAddressPrefixOnLinkFlag(6)
   |     |        Textual Convention: TruthValue
   |     |        Values: true(1), false(2)
   |     +-- -R-- EnumVal   ipAddressPrefixAutonomousFlag(7)
   |     |        Textual Convention: TruthValue
   |     |        Values: true(1), false(2)
   |     +-- -R-- Unsigned  ipAddressPrefixAdvPreferredLifetime(8)
   |     +-- -R-- Unsigned  ipAddressPrefixAdvValidLifetime(9)
   |
   +-- -RW- INTEGER   ipAddressSpinLock(33)
   |        Textual Convention: TestAndIncr
   |        Range: 0..2147483647
   |
   +--ipAddressTable(34)
   |  |
   |  +--ipAddressEntry(1)
   |     |  Index: ipAddressAddrType, ipAddressAddr
   |     |
   |     +-- ---- EnumVal   ipAddressAddrType(1)
   |     |        Textual Convention: InetAddressType
   |     |        Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)
   |     +-- ---- String    ipAddressAddr(2)
   |     |        Textual Convention: InetAddress
   |     |        Size: 0..255
   |     +-- CR-- Integer32 ipAddressIfIndex(3)
   |     |        Textual Convention: InterfaceIndex
   |     |        Range: 1..2147483647
   |     +-- CR-- EnumVal   ipAddressType(4)
   |     |        Values: unicast(1), anycast(2), broadcast(3)
   |     +-- -R-- ObjID     ipAddressPrefix(5)
   |     |        Textual Convention: RowPointer
   |     +-- -R-- EnumVal   ipAddressOrigin(6)
   |     |        Textual Convention: IpAddressOriginTC
   |     |        Values: other(1), manual(2), dhcp(4), linklayer(5), random(6)
   |     +-- CR-- EnumVal   ipAddressStatus(7)
   |     |        Textual Convention: IpAddressStatusTC
   |     |        Values: preferred(1), deprecated(2), invalid(3), inaccessible(4), unknown(5), tentative(6), duplicate(7), optimistic(8)
   |     +-- -R-- TimeTicks ipAddressCreated(8)
   |     |        Textual Convention: TimeStamp
   |     +-- -R-- TimeTicks ipAddressLastChanged(9)
   |     |        Textual Convention: TimeStamp
   |     +-- CR-- EnumVal   ipAddressRowStatus(10)
   |     |        Textual Convention: RowStatus
   |     |        Values: active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)
   |     +-- CR-- EnumVal   ipAddressStorageType(11)
   |              Textual Convention: StorageType
   |              Values: other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5)
   |
   +--ipNetToPhysicalTable(35)
   |  |
   |  +--ipNetToPhysicalEntry(1)
   |     |  Index: ipNetToPhysicalIfIndex, ipNetToPhysicalNetAddressType, ipNetToPhysicalNetAddress
   |     |
   |     +-- ---- Integer32 ipNetToPhysicalIfIndex(1)
   |     |        Textual Convention: InterfaceIndex
   |     |        Range: 1..2147483647
   |     +-- ---- EnumVal   ipNetToPhysicalNetAddressType(2)
   |     |        Textual Convention: InetAddressType
   |     |        Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)
   |     +-- ---- String    ipNetToPhysicalNetAddress(3)
   |     |        Textual Convention: InetAddress
   |     |        Size: 0..255
   |     +-- CR-- String    ipNetToPhysicalPhysAddress(4)
   |     |        Textual Convention: PhysAddress
   |     |        Size: 0..65535
   |     +-- -R-- TimeTicks ipNetToPhysicalLastUpdated(5)
   |     |        Textual Convention: TimeStamp
   |     +-- CR-- EnumVal   ipNetToPhysicalType(6)
   |     |        Values: other(1), invalid(2), dynamic(3), static(4), local(5)
   |     +-- -R-- EnumVal   ipNetToPhysicalState(7)
   |     |        Values: reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6), incomplete(7)
   |     +-- CR-- EnumVal   ipNetToPhysicalRowStatus(8)
   |              Textual Convention: RowStatus
   |              Values: active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)
   |
   +--ipv6ScopeZoneIndexTable(36)
   |  |
   |  +--ipv6ScopeZoneIndexEntry(1)
   |     |  Index: ipv6ScopeZoneIndexIfIndex
   |     |
   |     +-- ---- Integer32 ipv6ScopeZoneIndexIfIndex(1)
   |     |        Textual Convention: InterfaceIndex
   |     |        Range: 1..2147483647
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexLinkLocal(2)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndex3(3)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexAdminLocal(4)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexSiteLocal(5)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndex6(6)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndex7(7)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexOrganizationLocal(8)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndex9(9)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexA(10)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexB(11)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexC(12)
   |     |        Textual Convention: InetZoneIndex
   |     +-- -R-- Unsigned  ipv6ScopeZoneIndexD(13)
   |              Textual Convention: InetZoneIndex
   |
   +--ipDefaultRouterTable(37)
   |  |
   |  +--ipDefaultRouterEntry(1)
   |     |  Index: ipDefaultRouterAddressType, ipDefaultRouterAddress, ipDefaultRouterIfIndex
   |     |
   |     +-- ---- EnumVal   ipDefaultRouterAddressType(1)
   |     |        Textual Convention: InetAddressType
   |     |        Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)
   |     +-- ---- String    ipDefaultRouterAddress(2)
   |     |        Textual Convention: InetAddress
   |     |        Size: 0..255
   |     +-- ---- Integer32 ipDefaultRouterIfIndex(3)
   |     |        Textual Convention: InterfaceIndex
   |     |        Range: 1..2147483647
   |     +-- -R-- Unsigned  ipDefaultRouterLifetime(4)
   |     |        Range: 0..65535
   |     +-- -R-- EnumVal   ipDefaultRouterPreference(5)
   |              Values: reserved(-2), low(-1), medium(0), high(1)
   |
   +-- -RW- INTEGER   ipv6RouterAdvertSpinLock(38)
   |        Textual Convention: TestAndIncr
   |        Range: 0..2147483647
   |
   +--ipv6RouterAdvertTable(39)
      |
      +--ipv6RouterAdvertEntry(1)
         |  Index: ipv6RouterAdvertIfIndex
         |
         +-- ---- Integer32 ipv6RouterAdvertIfIndex(1)
         |        Textual Convention: InterfaceIndex
         |        Range: 1..2147483647
         +-- CR-- EnumVal   ipv6RouterAdvertSendAdverts(2)
         |        Textual Convention: TruthValue
         |        Values: true(1), false(2)
         +-- CR-- Unsigned  ipv6RouterAdvertMaxInterval(3)
         |        Range: 4..1800
         +-- CR-- Unsigned  ipv6RouterAdvertMinInterval(4)
         |        Range: 3..1350
         +-- CR-- EnumVal   ipv6RouterAdvertManagedFlag(5)
         |        Textual Convention: TruthValue
         |        Values: true(1), false(2)
         +-- CR-- EnumVal   ipv6RouterAdvertOtherConfigFlag(6)
         |        Textual Convention: TruthValue
         |        Values: true(1), false(2)
         +-- CR-- Unsigned  ipv6RouterAdvertLinkMTU(7)
         +-- CR-- Unsigned  ipv6RouterAdvertReachableTime(8)
         |        Range: 0..3600000
         +-- CR-- Unsigned  ipv6RouterAdvertRetransmitTime(9)
         +-- CR-- Unsigned  ipv6RouterAdvertCurHopLimit(10)
         |        Range: 0..255
         +-- CR-- Unsigned  ipv6RouterAdvertDefaultLifetime(11)
         |        Range: 0 | 4..9000
         +-- CR-- EnumVal   ipv6RouterAdvertRowStatus(12)
                  Textual Convention: RowStatus
                  Values: active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)

Valid CSS!


Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.