icmp Object

The following table describes the standard SNMP Get support for the Internet Control Message Protocol (ICMP) group. Implementation of the ICMP group is mandatory for all systems.

MIB Object Object ID: 1.3.6.1.2.1.5 + Description
icmpInMsgs .1 Total number of ICMP messages which the entity received. (Note that this counter includes all those counted by icmpInErrors.)
icmpInErrors .2 Number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, and so on).
icmpInDestUnreachs .3 Number of ICMP Destination Unreachable messages received.
icmpInTimeExcds .4 Number of ICMP Time Exceeded messages received.
icmpInParmProbs .5 Number of ICMP Parameter Problem messages received.
icmpInSrcQuenchs .6 Number of ICMP Source Quench messages received.
icmpInRedirects .7 Number of ICMP Redirect messages received.
icmpInEchos .8 Number of ICMP Echo (request) messages received.
icmpInEchoReps .9 Number of ICMP Echo Reply messages received.
icmpInTimestamps .10 Number of ICMP Timestamp (request) messages received.
icmpInTimestampReps .11 Number of ICMP Timestamp Reply messages received.
icmpInAddrMasks .12 Number of ICMP Address Mask Request messages received.
icmpInAddrMaskReps .13 Number of ICMP Address Mask Reply messages received.
icmpOutMsgs .14 Total number of ICMP messages which this entity attempted to send. (This counter includes all those counted by icmpOutErrors.)
icmpOutErrors .15 Number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value does not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value.
icmpOutDestUnreachs .16 Number of ICMP Destination Unreachable messages sent.
icmpOutTimeExcds .17 Number of ICMP Time Exceeded messages sent.
icmpOutParmProbs .18 Number of ICMP Parameter Problem messages sent.
icmpOutSrcQuenchs .19 Number of ICMP Source Quench messages sent.
icmpOutRedirects .20 Number of ICMP Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects.
icmpOutEchos .21 Number of ICMP Echo (request) messages sent.
icmpOutEchoReps .22 Number of ICMP Echo Reply messages sent.
icmpOutTimestamps .23 Number of ICMP Timestamp (request) messages sent.
icmpOutTimestampReps .24 Number of ICMP Timestamp Reply messages sent.
icmpOutAddrMasks .25 Number of ICMP Address Mask Request messages sent.
icmpOutAddrMaskReps .26 Number of ICMP Address Mask Reply messages sent.