Using the ping Command
Using the ping Command
The ping command allows you to verify that an interface port is functioning properly and to check the path between a specific port and connected devices at various locations on the network. This section provides brief descriptions of the ping command. After you verify that the system has booted successfully and is operational, you can use this command to verify the status of interface ports. Refer to the documentation resources listed in the “If You Need More Information” section on page vii for detailed command descriptions and examples.
The ping command sends echo request packets out to a remote device at an IP address that you specify. After sending an echo request, the command waits a specified time for the remote device to reply. Each echo reply is displayed as an exclamation point (!) on the console terminal; each request that is not returned before the specified timeout is displayed as a period (.). A series of exclamation points (!!!!!) indicates a good connection; a series of periods (.....) or the messages [timed out] or
[failed] indicate that the connection failed.
Following is an example of a successful ping command to a remote server with the address 1.1.1.10:
Router# ping 1.1.1.10
Type escape sequence to abort.
Sending 5,
!!!!!
Success rate is 100 percent (5/5),
If the connection fails, verify that you have the correct IP address for the destination and that the device is active (powered on), and repeat the ping command.
This completes the
Cable Installation and Interface Configuration