68
ping
Description Tests communication with a remote host. The remote host is specified by IP address. Ping sends ICMP
echo response packets and waits for replies.
Syntax
ping host-address [count]
Parameters host-address
The remote host's IP address in dotted decimal form.
count
Optional. The number of packets to send. The default is 4 packets. Use a small count because the
command cannot be interrupted.
Example Send two packets to the remote computer at 10.0.0.1:
# ping 10.0.0.1 2
Info: Pinging 10.0.0.1 with 2 packets.
Success: Command completed successfully. - The remote computer responded with 2
packets.
Comentários a estes Manuais