The ping
command indicates whether a remote host can be reached. It can also display statistics about packet loss and delivery time.
The ping
command is available through the Solaris operating system. Use it with the attributes shown in the table that follows.
Attribute |
Function |
|
Set the SO_DEBUG socket option. |
|
Send the packet to the given host and back again. |
|
Turn off loopback of multicast packets. |
|
Display the network addresses as numbers. |
|
Bypass the normal routing tables and send directly to a host on an attached network. |
|
Set the IP record route option and store the route of the packet inside the IP header. |
|
List any ICMP packets, other than ECHO_RESPONSE, that are received. |
|
Specify the outgoing interface to use for multicast packets. |
|
Specify the interval between successive transmissions. |
|
Specify the IP time to live for multicast packets. |