Checking the Configuration
each signal 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 message [timed
out] or [failed] indicates that the connection failed.
Following is an example of a successful ping command to a remote server with the address 10.0.0.0:
router# ping 10.0.0.0 <Return> 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 server and that the server is active (powered on), and repeat the ping command. Refer to the publications listed in the “Related Documentation” section on page vi for complete descriptions of interface subcommands and the configuration options available for
Using the loopback Command to Verify the Physical Interface
Use the loopback {dte local network {line payload} command to troubleshoot the E3 serial port adapter at the physical interface level. The command loops all packets from the E3 interface either back to the interface or from the network back out toward the network. Use the no form of the command to remove the loop.
The following examples of the loopback {dte local network {line payload} command configure loopback modes on the single interface (interface 0) of a
•Set the interface into loopback data terminal equipment (DTE) mode as follows:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)# interface serial 10/0/0
Loopback DTE loops the router output data back toward the router (after the line interface unit).
•Set the interface into local loopback mode as follows:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)# interface serial 10/0/0
Local loopback loops the router output data back toward the router at the framer.
•Set the interface into network line loopback mode as follows:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)# interface serial 10/0/0
Network line loopback loops the data back toward the network (before the framer).