[Contents] [Prev] [Next] [Index] [Report an Error]

Gathering Ping Test Results

You can either poll pingResultsOperStatus to find out when the test is complete or request that a trap be sent when the test is complete. For more information on pingResultsOperStatus, see Monitoring a Running Ping Test. For more information on Ping MIB traps, see Monitoring a Running Ping Test.

The statistics calculated and then stored in pingResultsTable include:

You can also consult pingProbeHistoryTable for more detailed information on each probe. The index used for pingProbeHistoryTable starts at 1, goes to 0xFFFFFFFF, and wraps to 1 again.

For example, if pingCtlProbeCount is 15 and pingCtlMaxRows is 5, then upon completion of the first run of this test, pingProbeHistoryTable contains probes like those in Table 5.

Table 5: Results in pingProbeHistoryTable: After the First Ping Test

pingProbeHistoryIndex

Probe Result

11

Result of 11th probe from run 1

12

Result of 12th probe from run 1

13

Result of 13th probe from run 1

14

Result of 14th probe from run 1

15

Result of 15th probe from run 1

Upon completion of the first probe of the second run of this test, pingProbeHistoryTable will contain probes like those in Table 6.

Table 6: Results in pingProbeHistoryTable: After the First Probe of the Second Test

pingProbeHistoryIndex

Probe Result

12

Result of 12th probe from run 1

13

Result of 13th probe from run 1

14

Result of 14th probe from run 1

15

Result of 15th probe from run 1

16

Result of 1st probe from run 2

Upon completion of the second run of this test, pingProbeHistoryTable will contain probes like those in Table 7.

Table 7: Results in pingProbeHistoryTable: After the Second Ping Test

pingProbeHistoryIndex

Probe Result

26

Result of 11th probe from run 2

27

Result of 12th probe from run 2

28

Result of 13th probe from run 2

29

Result of 14th probe from run 2

30

Result of 15th probe from run 2

History entries can be deleted from the MIB in two ways:


[Contents] [Prev] [Next] [Index] [Report an Error]