07-Layer 3 - IP Services

HomeSupportReference GuidesMIB CompanionH3C S6800 & S6860 Switch Series MIB Companion-Release 671x-6W10007-Layer 3 - IP Services
14-IP-MIB
Title Size Download
14-IP-MIB 233.91 KB

IP-MIB

About this MIB

Use this MIB to obtain device IP and ICMP basic information and packet statistics.

MIB file name

rfc4293-ip.mib

Root object

iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).ipMIB(48)

Scalar objects

ipForwarding

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipForwarding (1.3.6.1.2.1.4.1)

read-write

INTEGER

forwarding(1),

not-forwarding(2)

Whether the object is an IP gateway that can forward data packets destined to any other devices.

Only IP gateways can forward data packets. IP hosts cannot forward data packets.

Supports only the read operation.

ipDefaultTTL

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipDefaultTTL (1.3.6.1.2.1.4.2)

read-write

INTEGER

Standard MIB values.

Default TTL carried in an IP data packet header if the transmission layer protocol does not have a TTL value defined.

Value range: 1 to 255

ipInReceives

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipInReceives (1.3.6.1.2.1.4.3)

read-only

Counter32

Standard MIB values.

Number of received data packets, including error data packets.

As per the MIB.

ipInHdrErrors

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipInHdrErrors (1.3.6.1.2.1.4.4)

read-only

Counter32

Standard MIB values.

Number of data packets dropped because of reasons such as checksum error, mismatched version, incorrect format, TTL timeout, and IP option processing error.

As per the MIB.

ipInAddrErrors

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipInAddrErrors (1.3.6.1.2.1.4.5)

read-only

Counter32

Standard MIB values.

Number of received data packets dropped because of invalid destination addresses (for example, 0.0.0.0) or unsupported destination address class (for example, class E).

 

For a non-IP gateway entity, it drops packets destined to any other devices because such entities cannot forward traffic.

As per the MIB.

ipForwDatagrams

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipForwDatagrams (1.3.6.1.2.1.4.6)

read-only

Counter32

Standard MIB values.

Number of forwarded packets.

Forwarded packets are those that are not locally-addressed and require the system to find a route to forward them.

As per the MIB.

ipInUnknownProtos

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipInUnknownProtos (1.3.6.1.2.1.4.7)

read-only

Counter32

Standard MIB values.

Number of received packets destined to the local IP address but dropped because of unsupported protocol or unknown reasons.

As per the MIB.

ipInDiscards

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipInDiscards (1.3.6.1.2.1.4.8)

read-only

Counter32

Standard MIB values.

Number of received packets that should be processed, but were dropped because of reasons such as insufficient buffer space.

This value does not include packet fragments dropped because of reassembly timeout.

As per the MIB.

ipInDelivers

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipInDelivers (1.3.6.1.2.1.4.9)

read-only

Counter32

Standard MIB values.

Number of received packets successfully delivered to IP user-protocols.

As per the MIB.

ipOutRequests

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipOutRequests (1.3.6.1.2.1.4.10)

read-only

Counter32

Standard MIB values.

Number of packets that local IP user-protocols (including ICMP) supplied to IP in requests for transmission.

Forwarded IP packets are excluded. You can obtain the number of forwarded IP packets by using ipForwDatagrams.

As per the MIB.

ipOutDiscards

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipOutDiscards (1.3.6.1.2.1.4.11)

read-only

Counter32

Standard MIB values.

Number of outgoing packets that should be processed, but were dropped because of reasons such as insufficient buffer space.

As per the MIB.

ipOutNoRoutes

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipOutNoRoutes (1.3.6.1.2.1.4.12)

read-only

Counter32

Standard MIB values.

Number of IP packets dropped because no route to the destination can be found.

As per the MIB.

ipReasmTimeout

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipReasmTimeout (1.3.6.1.2.1.4.13)

read-only

Integer32

Standard MIB values.

Fragment reassembly timeout.

As per the MIB.

ipReasmReqds

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipReasmReqds (1.3.6.1.2.1.4.14)

read-only

Counter32

Standard MIB values.

Number of received IP packet fragments waiting for reassembly.

As per the MIB.

ipReasmOKs

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipReasmOKs (1.3.6.1.2.1.4.15)

read-only

Counter32

Standard MIB values.

Number of IP packets that have been reassembled successfully.

As per the MIB.

ipReasmFails

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipReasmFails (1.3.6.1.2.1.4.16)

read-only

Counter32

Standard MIB values.

Number of packet reassembly failures detected by the IP reassembly algorithm because of reasons such as timeout and errors.

The system does not calculate the number of dropped fragments because some algorithms do not record fragment quantity information.

As per the MIB.

ipFragOKs

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipFragOKs (1.3.6.1.2.1.4.17)

read-only

Counter32

Standard MIB values.

Number of IP packets that have been fragmented successfully.

As per the MIB.

ipFragFails

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipFragFails (1.3.6.1.2.1.4.18)

read-only

Counter32

Standard MIB values.

Number of IP packets failed to be fragmented because of reasons such as a set DF flag.

As per the MIB.

ipFragCreates

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipFragCreates (1.3.6.1.2.1.4.19)

read-only

Counter32

Standard MIB values.

Number of IP packets created because of packet fragmentation.

As per the MIB.

ipRoutingDiscards

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipRoutingDiscards (1.3.6.1.2.1.4.23)

read-only

Counter32

Standard MIB values.

Number of deleted routing table entries.

Routing table entries can be deleted to release buffer space.

As per the MIB.

ipv6IpForwarding

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipv6IpForwarding (1.3.6.1.2.1.4.25)

read-write

INTEGER

forwarding(1),

not-forwarding(2)

Whether the object is an IPv6 router that can forward data packets destined to any other devices.

Supports only the read operation.

ipv6IpDefaultHopLimit

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipv6IpDefaultHopLimit (1.3.6.1.2.1.4.26)

read-write

Integer32

Integer32 (0..255)

Default hops carried in an IPv6 data packet header if the transmission layer protocol does not have a hop value defined.

Supports only the read operation.

ipv4InterfaceTableLastChange

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipv4InterfaceTableLastChange (1.3.6.1.2.1.4.27)

read-only

TimeStamp

Standard MIB values.

Time elapsed from system startup to ipv4InterfaceTable entry adding or deletion, or an ipv4InterfaceReasmMaxSize or ipv4InterfaceEnableStatus change.

Not supported

ipv6InterfaceTableLastChange

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipv6InterfaceTableLastChange (1.3.6.1.2.1.4.29)

read-only

TimeStamp

Standard MIB values.

Time elapsed from system startup to ipv6InterfaceTable entry adding or deletion, or an ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier, ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime, ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding change.

Not supported

ipIfStatsTableLastChange

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipIfStatsTableLastChange (1.3.6.1.2.1.4.31.2)

read-only

TimeStamp

Standard MIB values.

Time elapsed from system startup to ipIfStatsTable entry adding or deletion.

Not supported

ipAddressSpinLock

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipAddressSpinLock (1.3.6.1.2.1.4.33)

read-write

TestAndIncr

Standard MIB values.

An advisory lock used to allow multiple users to add entries to or modify entries of the IP address table.

Not supported

ipv6RouterAdvertSpinLock

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipv6RouterAdvertSpinLock (1.3.6.1.2.1.4.38)

read-write

TestAndIncr

Standard MIB values.

An advisory lock used to allow multiple users to add entries to or modify entries of the IPv6 routing table.

Not supported

icmpInMsgs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInMsgs (1.3.6.1.2.1.5.1)

read-only

Counter32

Standard MIB values.

Number of received ICMP messages.

As per the MIB.

icmpInErrors

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInErrors (1.3.6.1.2.1.5.2)

read-only

Counter32

Standard MIB values.

Number of received ICMP error messages, including messages with ICMP checksum error or length error.

As per the MIB.

icmpInDestUnreachs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInDestUnreachs (1.3.6.1.2.1.5.3)

read-only

Counter32

Standard MIB values.

Number of received ICMP ICMP Destination Unreachable messages.

As per the MIB.

icmpInTimeExcds

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInTimeExcds (1.3.6.1.2.1.5.4)

read-only

Counter32

Standard MIB values.

Number of ICMP Time Exceeded messages.

As per the MIB.

icmpInParmProbs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInParmProbs (1.3.6.1.2.1.5.5)

read-only

Counter32

Standard MIB values.

Number of received ICMP Parameter Problem messages.

As per the MIB.

icmpInSrcQuenchs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInSrcQuenchs (1.3.6.1.2.1.5.6)

read-only

Counter32

Standard MIB values.

Number of received ICMP Source Quench messages.

As per the MIB.

icmpInRedirects

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInRedirects (1.3.6.1.2.1.5.7)

read-only

Counter32

Standard MIB values.

Number of received ICMP Redirect messages.

As per the MIB.

icmpInEchos

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInEchos (1.3.6.1.2.1.5.8)

read-only

Counter32

Standard MIB values.

Number of received ICMP Echo Request messages.

As per the MIB.

icmpInEchoReps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInEchoReps (1.3.6.1.2.1.5.9)

read-only

Counter32

Standard MIB values.

Number of received ICMP Echo Response messages.

As per the MIB.

icmpInTimestamps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInTimestamps (1.3.6.1.2.1.5.10)

read-only

Counter32

Standard MIB values.

Number of received ICMP Timestamp Request messages.

As per the MIB.

icmpInTimestampReps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInTimestampReps (1.3.6.1.2.1.5.11)

read-only

Counter32

Standard MIB values.

Number of received ICMP Timestamp Response messages.

As per the MIB.

icmpInAddrMasks

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInAddrMasks (1.3.6.1.2.1.5.12)

read-only

Counter32

Standard MIB values.

Number of received ICMP Address Mask Request messages.

As per the MIB.

icmpInAddrMaskReps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpInAddrMaskReps (1.3.6.1.2.1.5.13)

read-only

Counter32

Standard MIB values.

Number of received ICMP Address Mask Response messages.

As per the MIB.

icmpOutMsgs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutMsgs (1.3.6.1.2.1.5.14)

read-only

Counter32

Standard MIB values.

Number of ICMP messages that this entry attempted to send, including messages calculated by icmpOutErrors.

 

As per the MIB.

icmpOutErrors

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutErrors (1.3.6.1.2.1.5.15)

read-only

Counter32

Standard MIB values.

Number of ICMP messages failed to be sent because of reasons such as insufficient buffer space.

Errors occurred outside the ICMP layer are not included.

In some implementations, there may be no types of error which contribute to this counter's value.

As per the MIB.

icmpOutDestUnreachs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutDestUnreachs (1.3.6.1.2.1.5.16)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Destination Unreachable messages.

As per the MIB.

icmpOutTimeExcds

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutTimeExcds (1.3.6.1.2.1.5.17)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Time Exceeded messages.

As per the MIB.

icmpOutParmProbs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutParmProbs (1.3.6.1.2.1.5.18)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Parameter Problem messages.

As per the MIB.

icmpOutSrcQuenchs

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutSrcQuenchs (1.3.6.1.2.1.5.19)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Source Quench messages.

Not supported

icmpOutRedirects

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutRedirects (1.3.6.1.2.1.5.20)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Redirect messages.

For a host, this object will always be zero because hosts do not send redirects.

As per the MIB.

icmpOutEchos

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutEchos (1.3.6.1.2.1.5.21)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Echo Request messages.

As per the MIB.

icmpOutEchoReps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutEchoReps (1.3.6.1.2.1.5.22)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Echo Response messages.

As per the MIB.

icmpOutTimestamps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutTimestamps (1.3.6.1.2.1.5.23)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Timestamp Request messages.

Not supported

icmpOutTimestampReps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutTimestampReps (1.3.6.1.2.1.5.24)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Timestamp Response messages.

As per the MIB.

icmpOutAddrMasks

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutAddrMasks (1.3.6.1.2.1.5.25)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Address Mask Request messages.

Not supported

icmpOutAddrMaskReps

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpOutAddrMaskReps (1.3.6.1.2.1.5.26)

read-only

Counter32

Standard MIB values.

Number of sent ICMP Address Mask Response messages.

As per the MIB.

Tabular objects

ipAddrTable

About this table

This table contains IPv4 address information.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table index is ipAdEntAddr.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipAdEntAddr (1.3.6.1.2.1.4.20.1.1)

read-only

IpAddress

Standard MIB values.

IP address.

As per the MIB.

ipAdEntIfIndex (1.3.6.1.2.1.4.20.1.2)

read-only

INTEGER

INTEGER (1..2147483647)

Index of the interface corresponding to the entry.

As per the MIB.

ipAdEntNetMask (1.3.6.1.2.1.4.20.1.3)

read-only

IpAddress

Standard MIB values.

Subnet mask of the IP address.

As per the MIB.

ipAdEntBcastAddr (1.3.6.1.2.1.4.20.1.4)

read-only

INTEGER

INTEGER (0..1)

Value of the least-significant bit in the IP broadcast address used for sending packets on the (logical) interface associated with the IP address of this entry.

For example, when the Internet standard all-ones broadcast address is used, the value is 1.

As per the MIB.

ipAdEntReasmMaxSize (1.3.6.1.2.1.4.20.1.5)

read-only

INTEGER

INTEGER (0..65535)

Maximum size of an IP packet which the entry can reassemble from fragments.

As per the MIB.

 

ipNetToMediaTable

About this table

This table contains IPv4 address-to-physical address mappings.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are ipNetToMediaIfIndex and ipNetToMediaNetAddress.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipNetToMediaIfIndex (1.3.6.1.2.1.4.22.1.1)

read-write

INTEGER

INTEGER (1..2147483647)

Index of the interface corresponding to the entry.

Supports only the read operation.

ipNetToMediaPhysAddress (1.3.6.1.2.1.4.22.1.2)

read-write

PhysAddress

SIZE(0..65535)

Physical address of the media.

Supports only the read operation.

ipNetToMediaNetAddress (1.3.6.1.2.1.4.22.1.3)

read-write

IpAddress

Standard MIB values.

IP address corresponding to the media’s physical address.

Supports only the read operation.

ipNetToMediaType (1.3.6.1.2.1.4.22.1.4)

read-write

INTEGER

other(1),

invalid(2),

dynamic(3),

static(4)

Mapping type.

Setting this object to the value invalid(2) invalidates the corresponding entry in the ipNetTomediaTable.

You can use this object to disassociate the interface from the mapping.

Supports only the read operation.

 

ipv6InterfaceTable

About this table

This table contains detailed IPv6 information about each interface.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table index is ipv6InterfaceIfIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipv6InterfaceIfIndex (1.3.6.1.2.1.4.30.1.1)

not-accessible

InterfaceIndex

Standard MIB values.

Index of the interface corresponding to the entry.

As per the MIB.

ipv6InterfaceReasmMaxSize (1.3.6.1.2.1.4.30.1.2)

read-only

Unsigned32

Unsigned32 (1500..65535)

Maximum size of an IPv6 packet that the entry can reassemble from fragments received on the interface.

As per the MIB.

ipv6InterfaceIdentifier (1.3.6.1.2.1.4.30.1.3)

read-only

Ipv6AddressIfIdentifierTC

Standard MIB values.

Interface identifier.

An IPv6 interface address is an interface identifier attached with an address prefix.

By default, the Interface Identifier is auto-configured according to the rules of the interface link type.

The length of an interface identifier might be zero for specific interfaces, such as a loopback interface.

As per the MIB.

ipv6InterfaceEnableStatus (1.3.6.1.2.1.4.30.1.5)

read-write

INTEGER

up(1),

down(2)

IPv6 enablement status on the interface.

Supports only the read operation.

ipv6InterfaceReachableTime (1.3.6.1.2.1.4.30.1.6)

read-only

Unsigned32

Standard MIB values.

Time used to reach a neighbor based on the received reachability confirmation.

As per the MIB.

ipv6InterfaceRetransmitTime (1.3.6.1.2.1.4.30.1.7)

read-only

Unsigned32

Standard MIB values.

Interval at which Neighbor Solicitation messages are retransmitted during address resolving or neighbor reachability probing.

As per the MIB.

ipv6InterfaceForwarding (1.3.6.1.2.1.4.30.1.8)

read-write

INTEGER

forwarding(1),

notForwarding(2)

Whether the object is an IPv6 router that can forward data packets destined to any other devices.

Supports only the read operation.

 

ipSystemStatsTable

About this table

This table contains IP traffic statistics in the current system.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table index is ipSystemStatsIPVersion.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipSystemStatsIPVersion (1.3.6.1.2.1.4.31.1.1.1)

not-accessible

InetVersion

Standard MIB values.

IP version of the current entry.

Supports only ipv4(1) and ipv6(2).

ipSystemStatsInReceives (1.3.6.1.2.1.4.31.1.1.3)

read-only

Counter32

Standard MIB values.

Number of received IP packets in the system, including error packets.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCInReceives (1.3.6.1.2.1.4.31.1.1.4)

read-only

Counter64

Standard MIB values.

Number of received IP packets in the system, including error packets.

This object counts the same packets as ipSystemStatsInReceives, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInOctets (1.3.6.1.2.1.4.31.1.1.5)

read-only

Counter32

Standard MIB values.

Total octets of received IP packets in the system, including error packets.


Octets of packets counted in ipSystemStatsInReceives must be counted here.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCInOctets (1.3.6.1.2.1.4.31.1.1.6)

read-only

Counter64

Standard MIB values.

Total octets of received IP packets in the system, including error packets.

This object counts the same octets as ipSystemStatsInOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInHdrErrors (1.3.6.1.2.1.4.31.1.1.7)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of IP header errors, including version number mismatch, other format errors, hop count exceeded, and IP option processing errors.

 

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInNoRoutes (1.3.6.1.2.1.4.31.1.1.8)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of no route to the destination can be found.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInAddrErrors (1.3.6.1.2.1.4.31.1.1.9)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of an invalid destination address in the IP header, for example, address 0.0.0.0.

 

For a non-IP gateway entity, it drops packets destined to any other devices because such entities cannot forward traffic.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInUnknownProtos (1.3.6.1.2.1.4.31.1.1.10)

read-only

Counter32

Standard MIB values.

Number of received locally-addressed packets that were dropped because of an unknown or unsupported protocol.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInTruncatedPkts (1.3.6.1.2.1.4.31.1.1.11)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of an invalid data length.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsInForwDatagrams (1.3.6.1.2.1.4.31.1.1.12)

read-only

Counter32

Standard MIB values.

Number of forwarded packets.

Forwarded packets are those that are not locally-addressed and require the system to find a route to forward them.

For non-router devices, this counter counts only source-routed packets.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCInForwDatagrams (1.3.6.1.2.1.4.31.1.1.13)

read-only

Counter64

Standard MIB values.

Number of forwarded packets.

Forwarded packets are those that are not locally-addressed and require the system to find a route to forward them.

This object counts the same packets as ipSystemStatsInForwDatagrams, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsReasmReqds (1.3.6.1.2.1.4.31.1.1.14)

read-only

Counter32

Standard MIB values.

Number of received fragments that need to be reassembled.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsReasmOKs (1.3.6.1.2.1.4.31.1.1.15)

read-only

Counter32

Standard MIB values.

Number of packets successfully reassembled.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsReasmFails (1.3.6.1.2.1.4.31.1.1.16)

read-only

Counter32

Standard MIB values.

Number of packet reassembly failures detected by the IP reassembly algorithm because of reasons such as timeout or errors.

The system does not calculate the number of dropped fragments because some algorithms do not record fragment quantity information.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInDiscards (1.3.6.1.2.1.4.31.1.1.17)

read-only

Counter32

Standard MIB values.

Number of received packets that should be processed, but were dropped because of reasons such as insufficient buffer space.

This value does not include packet fragments dropped because of reassembly timeout.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInDelivers (1.3.6.1.2.1.4.31.1.1.18)

read-only

Counter32

Standard MIB values.

Number of received packets successfully delivered to IP user-protocols.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCInDelivers (1.3.6.1.2.1.4.31.1.1.19)

read-only

Counter64

Standard MIB values.

Number of received packets successfully delivered to IP user-protocols.

This object counts the same packets as ipSystemStatsInDelivers, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsOutRequests (1.3.6.1.2.1.4.31.1.1.20)

read-only

Counter32

Standard MIB values.

Number of packets that local IP user-protocols (including ICMP) supplied to IP in requests for transmission.

This counter does not include any packets counted in ipSystemStatsOutForwDatagrams.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCOutRequests (1.3.6.1.2.1.4.31.1.1.21)

read-only

Counter64

Standard MIB values.

Number of packets 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.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsOutNoRoutes (1.3.6.1.2.1.4.31.1.1.22)

read-only

Counter32

Standard MIB values.

Number of IP packets dropped because no route to the destination can be found.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutForwDatagrams (1.3.6.1.2.1.4.31.1.1.23)

read-only

Counter32

Standard MIB values.

Number of packets forwarded successfully.

For non-router devices, this counter counts only source-routed packets.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCOutForwDatagrams (1.3.6.1.2.1.4.31.1.1.24)

read-only

Counter64

Standard MIB values.

Number of packets forwarded successfully.

This object counts the same packets as ipSystemStatsOutForwDatagrams, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutDiscards (1.3.6.1.2.1.4.31.1.1.25)

read-only

Counter32

Standard MIB values.

Number of outgoing packets that should be processed, but were dropped because of reasons such as insufficient buffer space.

This value might be included in the counting of ipSystemStatsOutForwDatagrams.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutFragReqds (1.3.6.1.2.1.4.31.1.1.26)

read-only

Counter32

Standard MIB values.

Number of IP packets that require fragmentation for forwarding.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutFragOKs (1.3.6.1.2.1.4.31.1.1.27)

read-only

Counter32

Standard MIB values.

Number of IP packets that were fragmented successfully.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutFragFails (1.3.6.1.2.1.4.31.1.1.28)

read-only

Counter32

Standard MIB values.

Number of IP packets that need fragmentation but were dropped because of fragmentation failures, including IPv4 packets with the DF flag set and IPv6 packets whose length exceeds the MTU size.

 

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutFragCreates (1.3.6.1.2.1.4.31.1.1.29)

read-only

Counter32

Standard MIB values.

Number of packets created because of IP packet fragmentation.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutTransmits (1.3.6.1.2.1.4.31.1.1.30)

read-only

Counter32

Standard MIB values.

Number of IP packets supplied to the lower layers for transmission, including both locally generated packets and forwarded packets.

 

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCOutTransmits (1.3.6.1.2.1.4.31.1.1.31)

read-only

Counter64

Standard MIB values.

Number of IP packets supplied to the lower layers for transmission, including both locally generated packets and forwarded packets.

This object counts the same packets as ipSystemStatsOutTransmits, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsOutOctets (1.3.6.1.2.1.4.31.1.1.32)

read-only

Counter32

Standard MIB values.

Total octets of IP packets supplied to the lower layers for transmission, including packets counted in ipSystemStatsOutTransmits.

 

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsHCOutOctets (1.3.6.1.2.1.4.31.1.1.33)

read-only

Counter64

Standard MIB values.

Total octets of IP packets supplied to the lower layers for transmission.

This object counts the same octets as ipSystemStatsOutOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

As per the MIB.

ipSystemStatsInMcastPkts (1.3.6.1.2.1.4.31.1.1.34)

read-only

Counter32

Standard MIB values.

Number of received IP multicast packets.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsHCInMcastPkts (1.3.6.1.2.1.4.31.1.1.35)

read-only

Counter64

Standard MIB values.

Number of received IP multicast packets.

This object counts the same packets as ipSystemStatsInMcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsInMcastOctets (1.3.6.1.2.1.4.31.1.1.36)

read-only

Counter32

Standard MIB values.

Total octets of received IP multicast packets, including packets counted in ipSystemStatsInMcastPkts.

 

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsHCInMcastOctets (1.3.6.1.2.1.4.31.1.1.37)

read-only

Counter64

Standard MIB values.

Total octets of received IP multicast packets.

This object counts the same octets as ipSystemStatsInMcastOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsOutMcastPkts (1.3.6.1.2.1.4.31.1.1.38)

read-only

Counter32

Standard MIB values.

Number of sent IP multicast packets.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsHCOutMcastPkts (1.3.6.1.2.1.4.31.1.1.39)

read-only

Counter64

Standard MIB values.

Number of sent IP multicast packets.

This object counts the same packets as ipSystemStatsOutMcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsOutMcastOctets (1.3.6.1.2.1.4.31.1.1.40)

read-only

Counter32

Standard MIB values.

Total octets of sent IP multicast packets, including packets counted in ipSystemStatsOutMcastPkts.

 

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsHCOutMcastOctets (1.3.6.1.2.1.4.31.1.1.41)

read-only

Counter64

Standard MIB values.

Total octets of sent IP multicast packets.

This object counts the same octets as ipSystemStatsOutMcastOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsInBcastPkts (1.3.6.1.2.1.4.31.1.1.42)

read-only

Counter32

Standard MIB values.

Number of received IP broadcast packets.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsHCInBcastPkts (1.3.6.1.2.1.4.31.1.1.43)

read-only

Counter64

Standard MIB values.

Number of received IP broadcast packets.

This object counts the same packets as ipSystemStatsInBcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsOutBcastPkts (1.3.6.1.2.1.4.31.1.1.44)

read-only

Counter32

Standard MIB values.

Number of sent IP broadcast packets.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsHCOutBcastPkts (1.3.6.1.2.1.4.31.1.1.45)

read-only

Counter64

Standard MIB values.

Number of sent IP broadcast packets.

This object counts the same packets as ipSystemStatsOutBcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipSystemStatsDiscontinuityTime object.

Not supported

ipSystemStatsDiscontinuityTime (1.3.6.1.2.1.4.31.1.1.46)

read-only

TimeStamp

Standard MIB values.

The most recent time at which any count in the table was interrupted (sysUpTime).

If no count interrupt has occurred since the last system restart, the value of this object is 0.

Not supported

ipSystemStatsRefreshRate (1.3.6.1.2.1.4.31.1.1.47)

read-only

Unsigned32

Standard MIB values.

Minimum reasonable polling interval for this table.

This object provides an indication of the minimum amount of time required to update the counters in this table.

Not supported

 

ipIfStatsTable

About this table

This table contains IP traffic statistics about each interface.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are ipIfStatsIPVersion and ipIfStatsIfIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipIfStatsIPVersion (1.3.6.1.2.1.4.31.3.1.1)

not-accessible

InetVersion

Standard MIB values.

IP version of the current entry.

Supports only ipv4(1) and ipv6(2).

ipIfStatsIfIndex (1.3.6.1.2.1.4.31.3.1.2)

not-accessible

InterfaceIndex

Standard MIB values.

Index of the interface corresponding to the entry.

As per the MIB.

ipIfStatsInReceives (1.3.6.1.2.1.4.31.3.1.3)

read-only

Counter32

Standard MIB values.

Number of received IP packets, including error packets.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsHCInReceives (1.3.6.1.2.1.4.31.3.1.4)

read-only

Counter64

Standard MIB values.

Number of received IP packets, including error packets.

This object counts the same packets as ipIfStatsInReceives, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsInOctets (1.3.6.1.2.1.4.31.3.1.5)

read-only

Counter32

Standard MIB values.

Total octets of received IP packets, including error packets.


Octets of packets counted in ipIfStatsInReceives must be counted here.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsHCInOctets (1.3.6.1.2.1.4.31.3.1.6)

read-only

Counter64

Standard MIB values.

Total octets of received IP packets, including error packets.

This objects counts the same octets as ipIfStatsInOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsInHdrErrors (1.3.6.1.2.1.4.31.3.1.7)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of IP header errors, including version number mismatch, other format errors, hop count exceeded, and IP option processing errors.

 

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsInNoRoutes (1.3.6.1.2.1.4.31.3.1.8)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of no route to the destination can be found.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsInAddrErrors (1.3.6.1.2.1.4.31.3.1.9)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of an invalid destination address in the IP header, for example, address 0.0.0.0.

 

For a non-IP gateway entity, it drops packets destined to any other devices because such entities cannot forward traffic.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsInUnknownProtos (1.3.6.1.2.1.4.31.3.1.10)

read-only

Counter32

Standard MIB values.

Number of received packets destined to the local IP address but dropped because of unsupported protocol or unknown reasons.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsInTruncatedPkts (1.3.6.1.2.1.4.31.3.1.11)

read-only

Counter32

Standard MIB values.

Number of received IP packets that were dropped because of an invalid data length.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsInForwDatagrams (1.3.6.1.2.1.4.31.3.1.12)

read-only

Counter32

Standard MIB values.

Number of forwarded packets.

Forwarded packets are those that are not locally-addressed and require the system to find a route to forward them.

For non-router devices, this counter counts only source-routed packets.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsHCInForwDatagrams (1.3.6.1.2.1.4.31.3.1.13)

read-only

Counter64

Standard MIB values.

Number of forwarded packets.

Forwarded packets are those that are not locally-addressed and require the system to find a route to forward them.

This object counts the same packets as ipIfStatsInForwDatagrams, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsReasmReqds (1.3.6.1.2.1.4.31.3.1.14)

read-only

Counter32

Standard MIB values.

Number of received fragments that need to be reassembled.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsReasmOKs (1.3.6.1.2.1.4.31.3.1.15)

read-only

Counter32

Standard MIB values.

Number of packets successfully reassembled.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsReasmFails (1.3.6.1.2.1.4.31.3.1.16)

read-only

Counter32

Standard MIB values.

Number of packet reassembly failures detected by the IP reassembly algorithm because of reasons such as timeout and errors.

The system does not calculate the number of dropped fragments because some algorithms do not record fragment quantity information.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsInDiscards (1.3.6.1.2.1.4.31.3.1.17)

read-only

Counter32

Standard MIB values.

Number of received packets that should be processed, but were dropped because of reasons such as insufficient buffer space.

This value does not include packet fragments dropped because of reassembly timeout.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsInDelivers (1.3.6.1.2.1.4.31.3.1.18)

read-only

Counter32

Standard MIB values.

Number of received packets successfully delivered to IP user-protocols.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsHCInDelivers (1.3.6.1.2.1.4.31.3.1.19)

read-only

Counter64

Standard MIB values.

Number of received packets successfully delivered to IP user-protocols.

This object counts the same packets as ipIfStatsInDelivers, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsOutRequests (1.3.6.1.2.1.4.31.3.1.20)

read-only

Counter32

Standard MIB values.

Number of packets that local IP user-protocols (including ICMP) supplied to IP in requests for transmission.

This counter does not include any packets counted in ipIfStatsOutForwDatagrams.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsHCOutRequests (1.3.6.1.2.1.4.31.3.1.21)

read-only

Counter64

Standard MIB values.

Number of packets 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.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsOutForwDatagrams (1.3.6.1.2.1.4.31.3.1.23)

read-only

Counter32

Standard MIB values.

Number of packets forwarded successfully.

For non-router devices, this counter counts only source-routed packets.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsHCOutForwDatagrams (1.3.6.1.2.1.4.31.3.1.24)

read-only

Counter64

Standard MIB values.

Number of packets forwarded successfully.

This object counts the same packets as ipIfStatsOutForwDatagrams, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsOutDiscards (1.3.6.1.2.1.4.31.3.1.25)

read-only

Counter32

Standard MIB values.

Number of outgoing packets that should be processed, but were dropped because of reasons such as insufficient buffer space.

This value might be included in the counting of ipIfStatsOutForwDatagrams.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsOutFragReqds (1.3.6.1.2.1.4.31.3.1.26)

read-only

Counter32

Standard MIB values.

Number of IP packets that require fragmentation for forwarding.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsOutFragOKs (1.3.6.1.2.1.4.31.3.1.27)

read-only

Counter32

Standard MIB values.

Number of IP packets that were fragmented successfully.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsOutFragFails (1.3.6.1.2.1.4.31.3.1.28)

read-only

Counter32

Standard MIB values.

Number of IP packets that need fragmentation but were dropped because of fragmentation failures, including IPv4 packets with the DF flag set and IPv6 packets whose length exceeds the MTU size.

 

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsOutFragCreates (1.3.6.1.2.1.4.31.3.1.29)

read-only

Counter32

Standard MIB values.

Number of packets created because of IP packet fragmentation.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsOutTransmits (1.3.6.1.2.1.4.31.3.1.30)

read-only

Counter32

Standard MIB values.

Number of IP packets supplied to the lower layers for transmission, including both locally generated packets and forwarded packets.

 

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsHCOutTransmits (1.3.6.1.2.1.4.31.3.1.31)

read-only

Counter64

Standard MIB values.

Number of IP packets supplied to the lower layers for transmission, including both locally generated packets and forwarded packets.

This object counts the same packets as ipIfStatsOutTransmits, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsOutOctets (1.3.6.1.2.1.4.31.3.1.32)

read-only

Counter32

Standard MIB values.

Total octets of IP packets supplied to the lower layers for transmission, including packets counted in ipIfStatsOutTransmits.

 

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsHCOutOctets (1.3.6.1.2.1.4.31.3.1.33)

read-only

Counter64

Standard MIB values.

Total octets of IP packets supplied to the lower layers for transmission, including packets counted in ipIfStatsOutTransmits.

This object counts the same octets as ipIfStatsOutOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

ipIfStatsInMcastPkts (1.3.6.1.2.1.4.31.3.1.34)

read-only

Counter32

Standard MIB values.

Number of received IP multicast packets.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsHCInMcastPkts (1.3.6.1.2.1.4.31.3.1.35)

read-only

Counter64

Standard MIB values.

Number of received IP multicast packets.

This object counts the same packets as ipIfStatsInMcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsInMcastOctets (1.3.6.1.2.1.4.31.3.1.36)

read-only

Counter32

Standard MIB values.

Total octets of received IP multicast packets, including packets counted in ipIfStatsInMcastPkts.

 

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsHCInMcastOctets (1.3.6.1.2.1.4.31.3.1.37)

read-only

Counter64

Standard MIB values.

Total octets of received IP multicast packets, including packets counted in ipIfStatsInMcastPkts.

This object counts the same octets as ipIfStatsInMcastOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsOutMcastPkts (1.3.6.1.2.1.4.31.3.1.38)

read-only

Counter32

Standard MIB values.

Number of sent IP multicast packets.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

As per the MIB.

Supports only ipv6(2).

ipIfStatsHCOutMcastPkts (1.3.6.1.2.1.4.31.3.1.39)

read-only

Counter64

Standard MIB values.

Number of sent IP multicast packets.

This object counts the same packets as ipIfStatsOutMcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsOutMcastOctets (1.3.6.1.2.1.4.31.3.1.40)

read-only

Counter32

Standard MIB values.

Total octets of sent IP multicast packets, including packets counted in ipIfStatsOutMcastPkts.

 

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsHCOutMcastOctets (1.3.6.1.2.1.4.31.3.1.41)

read-only

Counter64

Standard MIB values.

Total octets of received IP multicast packets.

This object counts the same octets as ipIfStatsOutMcastOctets, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsInBcastPkts (1.3.6.1.2.1.4.31.3.1.42)

read-only

Counter32

Standard MIB values.

Number of received IP multicast packets.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsHCInBcastPkts (1.3.6.1.2.1.4.31.3.1.43)

read-only

Counter64

Standard MIB values.

Number of received IP multicast packets.

This object counts the same packets as ipIfStatsInBcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsOutBcastPkts (1.3.6.1.2.1.4.31.3.1.44)

read-only

Counter32

Standard MIB values.

Number of sent IP multicast packets.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsHCOutBcastPkts (1.3.6.1.2.1.4.31.3.1.45)

read-only

Counter64

Standard MIB values.

Number of sent IP multicast packets.

This object counts the same packets as ipIfStatsOutBcastPkts, but allows for larger values.

The statistics collection starts at system startup or at the time indicated by the ipIfStatsDiscontinuityTime object.

Not supported

ipIfStatsDiscontinuityTime (1.3.6.1.2.1.4.31.3.1.46)

read-only

TimeStamp

Standard MIB values.

The most recent time at which any count in the table was interrupted (sysUpTime).

If no count interrupt has occurred since the last system restart, the value of this object is 0.

Not supported

ipIfStatsRefreshRate (1.3.6.1.2.1.4.31.3.1.47)

read-only

Unsigned32

Standard MIB values.

Minimum reasonable polling interval for this table.

This object provides an indication of the minimum amount of time required to update the counters in this table.

Not supported

ipAddressPrefixTable

About this table

This table contains information about IP address prefixes.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are ipAddressPrefixIfIndex, ipAddressPrefixType, ipAddressPrefixPrefix, and ipAddressPrefixLength.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipAddressPrefixIfIndex (1.3.6.1.2.1.4.32.1.1)

not-accessible

InterfaceIndex

Standard MIB values.

Index of the interface corresponding to the entry.

As per the MIB.

ipAddressPrefixType (1.3.6.1.2.1.4.32.1.2)

not-accessible

InetAddressType

Standard MIB values.

Address type of ipAddressPrefix.

Supports only ipv6(2) and ipv6z(4).

ipAddressPrefixPrefix (1.3.6.1.2.1.4.32.1.3)

not-accessible

InetAddress

Standard MIB values.

Address prefix.

The address type is specified in ipAddressPrefixType.

The address length is the standard length for objects of that type (4 or 16 bytes).

If the prefix length exceeds 114 octets, then OIDs of the instances will have more than 128 sub-identifiers and cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3.

As per the MIB.

ipAddressPrefixLength (1.3.6.1.2.1.4.32.1.4)

not-accessible

InetAddressPrefixLength

Standard MIB values.

Prefix length.

The value 0 refers to address ::/0.

As per the MIB.

ipAddressPrefixOrigin (1.3.6.1.2.1.4.32.1.5)

read-only

IpAddressPrefixOriginTC

Other(1)

Manual(2)

Wellknown(3)

Dhcp(4)

Routeready(5)

Prefix origin.

As per the MIB.

ipAddressPrefixOnLinkFlag (1.3.6.1.2.1.4.32.1.6)

read-only

TruthValue

true(1),

false(2)

Whether this prefix can be used for on-link determination. The value true(1) indicates yes and the value false(2) indicates no.

For IPv4 prefixes, the default value is true(1).

As per the MIB.

ipAddressPrefixAutonomousFlag (1.3.6.1.2.1.4.32.1.7)

read-only

TruthValue

true(1),

false(2)

Whether this prefix can be used for autonomous address configuration.

The value true(1) indicates yes and the value false(2) indicates no.

For IPv4 prefixes, the default value is false(2).

As per the MIB.

ipAddressPrefixAdvPreferredLifetime (1.3.6.1.2.1.4.32.1.8)

read-only

Unsigned32

Standard MIB values.

Remaining lifetime of the prefix in seconds.

A value of 4,294,967,295 represents infinity.

After the lifetime expires, the prefix will be deprecated. Addresses generated by using a deprecated prefix cannot be used as the source addresses in new communications, but packets received on such an interface are processed as expected.

For IPv4 prefixes, the default lifetime is 4,294,967,295 (infinity).

As per the MIB.

ipAddressPrefixAdvValidLifetime (1.3.6.1.2.1.4.32.1.9)

read-only

Unsigned32

Standard MIB values.

Remaining validity period of the prefix in seconds.

A value of 4,294,967,295 represents infinity.

Addresses generated by using an invalid prefix cannot be used as source or destination addresses of packets.

For IPv4 prefixes, the default validity period is 4,294,967,295 (infinity).

As per the MIB.

 

ipAddressTable

About this table

This table contains IP address information.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are ipAddressAddrType and ipAddressAddr.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipAddressAddrType (1.3.6.1.2.1.4.34.1.1)

not-accessible

InetAddressType

Standard MIB values.

Address type of ipAddressAddr.

Supports only ipv6(2) and ipv6z(4).

ipAddressAddr (1.3.6.1.2.1.4.34.1.2)

not-accessible

InetAddress

Standard MIB values.

IP address.

The address type is specified in ipAddressAddrType.

If the address length exceeds 116 octets, then OIDs of the instances will have more than 128 sub-identifiers and cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3.

As per the MIB.

ipAddressIfIndex (1.3.6.1.2.1.4.34.1.3)

read-create

InterfaceIndex

Standard MIB values.

Index of the interface corresponding to the address.

Supports only the read operation.

ipAddressType (1.3.6.1.2.1.4.34.1.4)

read-create

INTEGER

unicast(1),

anycast(2),

broadcast(3)

Address type.

For IPv6 addresses, broadcast(3) is not a valid value.

Supports only the read operation.

ipAddressPrefix (1.3.6.1.2.1.4.34.1.5)

read-only

RowPointer

Standard MIB values.

A pointer to the row in the prefix table to which this address belongs.

If the row does not exist, this object is { 0 0 }.

As per the MIB.

ipAddressOrigin (1.3.6.1.2.1.4.34.1.6)

read-only

IpAddressOriginTC

Standard MIB values.

IP address origin.

As per the MIB.

ipAddressStatus (1.3.6.1.2.1.4.34.1.7)

read-create

IpAddressStatusTC

Standard MIB values.

Address status, indicating whether the address can be used for communication.

In the absence of other information, an IPv4 address is always preferred(1).

Supports only the read operation.

ipAddressCreated (1.3.6.1.2.1.4.34.1.8)

read-only

TimeStamp

Standard MIB values.

Time at which the entry was created (sysUpTime).

If the entry was created before the most recent system startup, this value is 0.

As per the MIB.

ipAddressLastChanged (1.3.6.1.2.1.4.34.1.9)

read-only

TimeStamp

Standard MIB values.

Time at which the entry was last updated (sysUpTime).

If the last update occurred before the most recent system startup, this value is 0.

As per the MIB.

ipAddressRowStatus (1.3.6.1.2.1.4.34.1.10)

read-create

RowStatus

Standard MIB values.

Status of the entry.

Supports only the read operation.

Supports only active(1).

ipAddressStorageType (1.3.6.1.2.1.4.34.1.11)

read-only

StorageType

Standard MIB values.

Storage type of the entry.

The value is fixed to volatile(2).

 

ipNetToPhysicalTable

About this table

This table contains IP address-to-physical address mappings.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are ipNetToPhysicalIfIndex, ipNetToPhysicalNetAddressType, and ipNetToPhysicalNetAddress.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipNetToPhysicalIfIndex (1.3.6.1.2.1.4.35.1.1)

not-accessible

InterfaceIndex

Standard MIB values.

Index of the interface corresponding to the entry.

As per the MIB.

ipNetToPhysicalNetAddressType (1.3.6.1.2.1.4.35.1.2)

not-accessible

InetAddressType

Standard MIB values.

Address type of ipNetToPhysicalNetAddress.

Supports only ipv6(2) and ipv6z(4).

ipNetToPhysicalNetAddress (1.3.6.1.2.1.4.35.1.3)

not-accessible

InetAddress

Standard MIB values.

IP address.

The address type is specified in ipNetToPhysicalAddressType.

As per the MIB.

ipNetToPhysicalPhysAddress (1.3.6.1.2.1.4.35.1.4)

read-create

PhysAddress

SIZE(0..65535)

Physical address.

Supports only the read operation.

ipNetToPhysicalLastUpdated (1.3.6.1.2.1.4.35.1.5)

read-only

TimeStamp

Standard MIB values.

Time at which the entry was last updated (sysUpTime).

If the last update occurred before the most recent system startup, this value is 0.

As per the MIB.

ipNetToPhysicalType (1.3.6.1.2.1.4.35.1.6)

read-create

INTEGER

other(1),

invalid(2),

dynamic(3),

static(4),

local(5)

Address mapping type.

Supports only the read operation.

ipNetToPhysicalState (1.3.6.1.2.1.4.35.1.7)

read-only

INTEGER

reachable(1),

stale(2),

delay(3),

probe(4),

invalid(5),

unknown(6),

incomplete(7)

Neighbor unreachability detection state.

If neighbor unreachability detection is not performed, the value is unknown(6).

As per the MIB.

ipNetToPhysicalRowStatus (1.3.6.1.2.1.4.35.1.8)

read-create

RowStatus

Standard MIB values.

Status of the entry.

Supports only the read operation.

 

ipDefaultRouterTable

About this table

This table contains information about the default routers.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are ipDefaultRouterAddressType, ipDefaultRouterAddress, and ipDefaultRouterIfIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipDefaultRouterAddressType (1.3.6.1.2.1.4.37.1.1)

not-accessible

 

InetAddressType

Standard MIB values.

Address type of the entry.

Supports only ipv6(2) and ipv6z(4).

ipDefaultRouterAddress (1.3.6.1.2.1.4.37.1.2)

not-accessible

InetAddress

Standard MIB values.

IP address.

The address type is specified in ipDefaultRouterAddressType.

If the address length exceeds 115 octets, then OIDs of the instances will have more than 128 sub-identifiers and cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3.

As per the MIB.

ipDefaultRouterIfIndex (1.3.6.1.2.1.4.37.1.3)

not-accessible

InterfaceIndex

Standard MIB values.

Index of the interface corresponding to the entry.

As per the MIB.

ipDefaultRouterLifetime (1.3.6.1.2.1.4.37.1.4)

read-only

Unsigned32

Unsigned32 (0..65535)

Remaining time that the router can be used as a default router, in seconds.

A value of 0 indicates that the router is no longer used as a default router.

As per the MIB.

ipDefaultRouterPreference (1.3.6.1.2.1.4.37.1.5)

read-only

INTEGER

reserved (-2),

low (-1),

medium (0),

high (1)

Priority of the default router.

The priority value is a 2-bit signed integer that allows for simple arithmetic comparisons.

As per the MIB.

 

ipv6RouterAdvertTable

About this table

This table contains information used to construct router advertisements.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table index is ipv6RouterAdvertIfIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipv6RouterAdvertIfIndex (1.3.6.1.2.1.4.39.1.1)

not-accessible

InterfaceIndex

Standard MIB values.

Index of the interface corresponding to the entry.

As per the MIB.

ipv6RouterAdvertSendAdverts (1.3.6.1.2.1.4.39.1.2)

read-create

TruthValue

Standard MIB values.

A flag indicating whether the router sends periodic router advertisements and responds to router solicitations.

Supports only the read operation.

ipv6RouterAdvertMaxInterval (1.3.6.1.2.1.4.39.1.3)

read-create

Unsigned32

Unsigned32 (4..1800)

Maximum interval at which unsolicited router advertisements are sent, in seconds.

Supports only the read operation.

ipv6RouterAdvertMinInterval (1.3.6.1.2.1.4.39.1.4)

read-create

Unsigned32

Unsigned32 (3..1350)

Minimum interval at which unsolicited router advertisements are sent, in seconds.

Supports only the read operation.

ipv6RouterAdvertManagedFlag (1.3.6.1.2.1.4.39.1.5)

read-create

TruthValue

Standard MIB values.

Value to be placed into the 'managed address configuration' flag field in router advertisements to send.

Supports only the read operation.

ipv6RouterAdvertOtherConfigFlag (1.3.6.1.2.1.4.39.1.6)

read-create

TruthValue

Standard MIB values.

Value to be placed into the 'other stateful configuration' flag field in router advertisements to send.

Supports only the read operation.

ipv6RouterAdvertLinkMTU (1.3.6.1.2.1.4.39.1.7)

read-create

Unsigned32

Standard MIB values.

Value to be placed in MTU options to send.

A value of zero indicates that no MTU options are sent.

Supports only the read operation.

ipv6RouterAdvertReachableTime (1.3.6.1.2.1.4.39.1.8)

read-create

Unsigned32

Unsigned32 (0..3600000)

Value to be placed in the reachable time field in router advertisement messages to send.

A value of zero indicates that no reachable time is specified.

Supports only the read operation.

ipv6RouterAdvertRetransmitTime (1.3.6.1.2.1.4.39.1.9)

read-create

Unsigned32

Standard MIB values.

Value to be placed in the retransmit time field in router advertisements to send.

A value of zero indicates that no retransmit time is specified.

Supports only the read operation.

ipv6RouterAdvertCurHopLimit (1.3.6.1.2.1.4.39.1.10)

read-create

Unsigned32

Unsigned32 (0..255)

Value to be placed in the current hop limit field in router advertisements to send.

A value of zero indicates that the hops are not limited.

Supports only the read operation.

ipv6RouterAdvertDefaultLifetime (1.3.6.1.2.1.4.39.1.11)

read-create

Unsigned32

Unsigned32 (0|4..9000)

Value to be placed in the router lifetime field of router advertisements to send.

A value of zero indicates that the router is no longer used as a default router.

The default value is the ipv6RouterAdvertMaxInterval value multiplied by three.

Supports only the read operation.

ipv6RouterAdvertRowStatus (1.3.6.1.2.1.4.39.1.12)

read-create

RowStatus

Standard MIB values.

Status of the entry.

Supports only the read operation.

 

icmpStatsTable

About this table

This table contains system-level ICMP statistics.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table index is icmpStatsIPVersion.

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpStatsIPVersion (1.3.6.1.2.1.5.29.1.1)

not-accessible

InetVersion

Standard MIB values.

IP version of the statistics.

Supports only ipv6(2).

icmpStatsInMsgs (1.3.6.1.2.1.5.29.1.2)

read-only

Counter32

Standard MIB values.

Number of received ICMP messages, including messages counted by icmpStatsInErrors.

As per the MIB.

icmpStatsInErrors

(1.3.6.1.2.1.5.29.1.3)

read-only

Counter32

Standard MIB values.

Number of received ICMP error messages.

Possible errors include ICMP checksum error and length error.

As per the MIB.

icmpStatsOutMsgs (1.3.6.1.2.1.5.29.1.4)

read-only

Counter32

Standard MIB values.

Number of sent ICMP messages, including messages counted by icmpStatsOutErrors.

As per the MIB.

icmpStatsOutErrors (1.3.6.1.2.1.5.29.1.5)

read-only

Counter32

Standard MIB values.

Number of ICMP messages failed to be sent because of reasons such as insufficient buffer space.

Errors occurred outside the ICMP layer are not included.

In some implementations, there may be no types of error which contribute to this counter's value.

The value is fixed to 0.

 

icmpMsgStatsTable

About this table

This table contains statistics about each IP version and each ICMP message type.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are icmpMsgStatsIPVersion and icmpMsgStatsType.

Object (OID)

Access

Syntax

Value range

Description

Implementation

icmpMsgStatsIPVersion (1.3.6.1.2.1.5.30.1.1)

not-accessible

InetVersion

Standard MIB values.

IP version of the statistics.

Supports only ipv6(2).

icmpMsgStatsType (1.3.6.1.2.1.5.30.1.2)

not-accessible

Integer32

Integer32 (0..255)

ICMP message type.

As per the MIB.

icmpMsgStatsInPkts (1.3.6.1.2.1.5.30.1.3)

read-only

Counter32

Standard MIB values.

Number of received ICMP messages of the type.

As per the MIB.

icmpMsgStatsOutPkts (1.3.6.1.2.1.5.30.1.4)

read-only

Counter32

Standard MIB values.

Number of sent ICMP messages of the type.

As per the MIB.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网