Specifications
4-24
PA-8E 10BaseT Ethernet Port Adapter Installation and Configuration
OL-3494-04
Chapter 4 Configuring the PA-8E
Checking the Configuration
The following example of the show interfaces ethernet command shows all of the information specific
to the first PA-8E interface port (interface port 0) in chassis slot 3, port adapter slot 1:
Router# show interfaces ethernet 3/1/0
Ethernet3/1/0 is administratively down, line protocol is down
Hardware is cyBus Ethernet, address is 0000.0ca5.2309 (bia 0000.0ca5.2392)
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 4:00:00
Last input never, output never, output hang never
Last clearing of “show interface” counters 2:56:26
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets, 0 restarts
0 output buffer failures, 0 output buffers swapped out
Proceed to the next section, “Using the ping Command to Verify Network Connectivity,” to check
network connectivity of the PA-8E and switch or router.
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.