Index |
The unique index of the entry. Range: 1 to 2147483647 |
Status |
The current status of the entry or a request to discard it (delete). Enumerations: - active (1)
- notinservice (2)
- notready (3)
- createandgo (4)
- createandwait (5)
- delete (6)
|
Completed |
The completion status of the ping session. Enumerations: |
SourceAddress |
The source ip-address for the ping session. |
Address |
The target ip-address for the ping session. |
PacketCount |
The number of ping packets to send. 0 means continuous send. Range: 0 to 65535 |
PacketSize |
The size of each ping packet in bytes. Range: 8 to 4096 |
PacketTimeout |
The amount of time in milliseconds to wait for a reply before deciding the packet is lost. Range: 1 to 65535 |
ReceivedPackets |
The number of replies received so far. Range: 0 to 65535 |
MinRoundTrip |
The minimum round trip time in milliseconds for all the packets which have been replied to. Range: 0 to 65535 |
MaxRoundTrip |
The maximum round trip time in milliseconds for all the packets which have been replied to. Range: 0 to 65535 |
AvgRoundTrip |
The average round trip time in milliseconds for all the packets which have been replied to. Range: 0 to 65535 |
TTL |
The TTL byte value for each packet (0 = IP default). Range: 0 to 255 |
TOS |
The TOS byte value for each packet. Range: 0 to 255 |