Home > |
---|
Test the network connectivity to the specified host. This command sends an ICMP ECHO message to another computer, to verify the presence and alertness of the target computer on the network.
Note: If the network service has been stopped using the service stop network command, all network commands will fail.
network ping <hostname_or_ipaddress> [-ipv6]
Option | Shortcut | Description |
---|---|---|
<hostname_or_ipaddress> |
Specifies the host name or IP address of the host you want to ping. |
|
-ipv6 | -i | Specifies that the host you want to ping uses IPv6 addressing. |
lunash:>network ping yourLuna
PING 192.12.11.102 (192.12.11.102) from 192.12.11.77 : 56(84) bytes of data.
64 bytes from 192.12.11.102: icmp_seq=0 ttl=255 time=163 usec
--- 192.12.11.102 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max/mdev = 0.163/0.163/0.163/0.000 ms
Command Result : 0 (Success)