Defines a table for storing the results of ping operations. The number of entries in this table is limited per entry in the pingCtlTable by the value of the corresponding pingCtlMaxRows object.
An entry in this table is created when the result of a ping probe is determined. The initial 2 instance identifier index values identify the pingCtlEntry that a probe result (pingProbeHistoryEntry) belongs to. An entry is removed from this table when its corresponding pingCtlEntry is deleted.
An implementation of this MIB will remove the oldest entry in the pingProbeHistoryTable of the corresponding entry in the pingCtlTable to allow the addition of an new entry once the number of rows in the pingProbeHistoryTable reaches the value specified by pingCtlMaxRows for the corresponding entry in the pingCtlTable.
The indexes of the table are pingCtlOwnerIndex, pingCtlTestName, pingProbeHistoryIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.80.1.4.1.1 |
pingProbeHistoryIndex |
Unsigned32{(1,'ffffffff'h)} |
not-accessible |
An entry in this table is created when the result of a ping probe is determined. The initial 2 instance identifier index values identify the pingCtlEntry that a probe result (pingProbeHistoryEntry) belongs to. An implementation MUST start assigning pingProbeHistoryIndex values at 1 and wrap after exceeding the maximum possible value as defined by the limit of this object ('ffffffff'h). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.4.1.2 |
pingProbeHistoryResponse |
Unsigned32 |
read-only |
The amount of time measured in milliseconds from when a probe was sent to when its response was received or when it timed out. The value of this object is reported as 0 when it is not possible to transmit a probe. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.4.1.3 |
pingProbeHistoryStatus |
INTEGER{responseReceived(1),unknown(2),internalError(3),requestTimedOut(4),unknownDestinationAddress(5),noRouteToTarget(6),interfaceInactiveToTarget(7),arpFailure(8),maxConcurrentLimitReached(9),unableToResolveDnsName(10),invalidHostAddress(11)} |
read-only |
The result of a particular probe done by a remote host. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.4.1.4 |
pingProbeHistoryLastRC |
Integer32 |
read-only |
The last implementation-method-specific reply code received. If the ICMP Echo capability is being used, then a successful probe ends when an ICMP response is received that contains the code ICMP_ECHOREPLY(0). The ICMP codes are maintained by IANA. Standardized ICMP codes are listed at http://www.iana.org/assignments/icmp-parameters. The ICMPv6 codes are listed at http://www.iana.org/assignments/icmpv6-parameters. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.4.1.5 |
pingProbeHistoryTime |
OCTET STRING{(8,8),(11,11)} |
read-only |
Timestamp for when this probe result was determined. |
This object is implemented as defined in the corresponding MIB files. |