Specifications

4-22
Cisco PA-FE-TX and Cisco PA-FE-FX Fast Ethernet 100BaseT Port Adapter Installation and Configuration
OL-2899-02
Chapter 4 Configuring the PA-FE-TX or PA-FE-FX
Checking the Configuration
Router# show interfaces serial 3/1/1
Serial3/1/1 is up, line protocol is up
Hardware is cyBus Serial
Internet address is 10.0.0.1
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set, keepalive not set
[Additional display text omitted from this example]
Router# show interfaces serial 3/1/2
Serial3/1/2 is up, line protocol is up
Hardware is cyBus Serial
Internet address is 10.0.0.2
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set, keepalive not set
[Additional display text for remaining interfaces omitted]
Using the ping Command to Verify Network Connectivity
Using the ping command, you can verify that an interface port is functioning properly. This section
provides a brief description of this command. Refer to the publications listed in the Related
Documentation section on page viii 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 system 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 a
bad connection.
Following is an example of a successful ping command to a remote server with the address 10.0.0.10:
Router# ping 10.0.0.10 <Return>
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echoes to 10.0.0.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/15/64 ms
Router#
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.