Defines the Ping Results Table for providing the capability of performing ping operations at a remote host. The results of these operations are stored in the pingResultsTable and the pingProbeHistoryTable.
An entry is added to the pingResultsTable when an pingCtlEntry is started by successful transition of its pingCtlAdminStatus object to enabled(1).
If the object pingCtlAdminStatus already has the value enabled(1), and if the corresponding pingResultsOperStatus object has the value completed(3), then successfully writing enabled(1) to object pingCtlAdminStatus re-initializes the already existing entry in the pingResultsTable. The values of objects in the re-initialized entry are the same as the values of objects in a new entry would be.
An entry is removed from the pingResultsTable when its corresponding pingCtlEntry is deleted.
The indexes of the table are pingCtlOwnerIndex, pingCtlTestName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.80.1.3.1.1 |
pingResultsOperStatus |
INTEGER{enabled(1),disabled(2),completed(3)} |
read-only |
Reflects the operational state of a pingCtlEntry: enabled(1) - Test is active. disabled(2) - Test has stopped. completed(3) - Test is completed. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.2 |
pingResultsIpTargetAddressType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
read-only |
This object indicates the type of address stored in the corresponding pingResultsIpTargetAddress object. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.3 |
pingResultsIpTargetAddress |
OCTET STRING{(0,255)} |
read-only |
This object reports the IP address associated with a pingCtlTargetAddress value when the destination address is specified as a DNS name. The value of this object should be a zero-length octet string when a DNS name is not specified or when a specified DNS name fails to resolve. The address type (InetAddressType) that relates to this object is specified by the corresponding value of pingResultsIpTargetAddressType. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.4 |
pingResultsMinRtt |
Unsigned32 |
read-only |
The minimum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.5 |
pingResultsMaxRtt |
Unsigned32 |
read-only |
The maximum ping round-trip-time (RTT) received. A value of 0 for this object implies that no RTT has been received. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.6 |
pingResultsAverageRtt |
Unsigned32 |
read-only |
The current average ping round-trip-time (RTT). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.7 |
pingResultsProbeResponses |
Gauge32 |
read-only |
Number of responses received for the corresponding pingCtlEntry and pingResultsEntry. The value of this object MUST be reported as 0 when no probe responses have been received. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.8 |
pingResultsSentProbes |
Gauge32 |
read-only |
The value of this object reflects the number of probes sent for the corresponding pingCtlEntry and pingResultsEntry. The value of this object MUST be reported as 0 when no probes have been sent. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.9 |
pingResultsRttSumOfSquares |
Unsigned32 |
read-only |
This object contains the sum of the squares for all ping responses received. Its purpose is to enable standard deviation calculation. The value of this object MUST be reported as 0 when no ping responses have been received. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.80.1.3.1.10 |
pingResultsLastGoodProbe |
OCTET STRING{(8,8),(11,11)} |
read-only |
Date and time when the last response was received for a probe. |
This object is implemented as defined in the corresponding MIB files. |