Specifications

ping
311
Reply from 192.168.0.1: count=1. bytes=46
Reply from 192.168.0.1: count=2. bytes=46
Reply from 192.168.0.1: count=3. bytes=46
Reply from 192.168.0.1: count=4. bytes=46
---- 192.168.0.1 Ping statistics ----
Packet: sent 4, received 4, lost 0 (0% loss)
>
Execute an echo test by specifying the following conditions:10 attempts, data size of
1500 bytes, and a reply wait time of 2 seconds.
> ping -n 10 -l 1500 -w 2 192.168.0.1 Press the Enter key.
Execute an unlimited number of echo tests by using the default values (data size of
46 bytes and a reply wait time of 6 seconds).
> ping -t 192.168.0.1 Press the Enter key.
Display items
None
Impact on communication
None
Response messages
Table 21-8 List of response messages for the ping command
Message Description
Reply from x.x.x.x: count=xx. bytes=yy
A reply from the destination IP address has been received.
from x. x. x. x IP address
count=xx Number of times the data sent
bytes=yy Length of the sent data
Request timed out. There was no reply from the destination IP address.
Notes
To halt execution of the ping command, press Ctrl + C.