|
|
The configuration in this chapter describes how to configure a Cisco 1700 router for IP and IPX over a synchronous serial line.
The configuration in this chapter is based on the following assumptions:
Before you begin configuration, be aware of the following:
These are the major tasks when configuring the router:
Table 4-1 illustrates the example configuration used in this chapter.

Use this table to configure the router for some global parameters.
| Step | Task | Router Prompt | Command | ||
|---|---|---|---|---|---|
| Enter configuration mode. | Router# | |||
| Configure the router to show the date and time of all debug messages. This command is optional, but recommended if you use debug commands to troubleshoot your configuration. | Router | |||
| Configure the router to show the date and time of all log messages. This command is optional, but recommended if you use the verification steps described in this guide. This feature is enabled for all the example command output shown in this guide. | Router | |||
| Configure the router to use subnet zero for interface addresses and routing updates. | Router | ip subnet-zero | ||
| Disable the IP Domain Name System (DNS)-based host name-to-address translation on the router. | Router | no ip domain-lookup | ||
| Enable IPX routing and configure the router with an IPX address. | Router | ipx routing 0000.0caa.1111 |
Use this table to configure the router with some security measures.
| Step | Task | Router Prompt | Command | ||
|---|---|---|---|---|---|
| Specify a password to prevent unauthorized access to the router. | Router | enable password <1700user> | ||
| Configure the router with a host name, which is used in prompts and default configuration file names. For PPP authentication, the host name entered with this command must match the username of the central-site router. | Router | hostname 1700 |
| Step | Task | Router Prompt | Command | ||
|---|---|---|---|---|---|
| Enter configuration mode for the Fast Ethernet interface. | | |||
| Configure this interface with an IP address and a subnet mask. This interface must have an IP address assigned in order for the serial interface to be configured for IP unnumbered routing. | | ip address 10.1.1.1 255.0.0.0 | ||
| Enable IPX routing on this interface, assign the IPX network number, and configure the interface for IPX SAP encapsulation. | | ipx network 100 encapsulation sap | ||
| Configure a secondary IPX network on this interface that uses the default NetWare encapsulation. | | ipx network 100 encapsulation novell-ether secondary | ||
| Enable the interface and the configuration changes you have just made on the interface. | | |||
| Exit configuration mode for this interface. | |
Use this table to configure the serial interface, which connects your router to the central-site router.
| Step | Task | Router Prompt | Command | ||
|---|---|---|---|---|---|
| Enter configuration mode for the serial interface. | | |||
| Add a description of this interface to help you remember what is attached to it. | | description leased line to headquarters | ||
| Enable IP routing on this interface without assigning an IP address. | | ip unnumbered FastEth0 | ||
| Enable IPX routing on this interface and assign an IPX network number. | | ipx network AAAA | ||
| Configure this interface for PPP encapsulation. | | encapsulation PPP | ||
| Enable this interface and the configuration changes you have just made on the interface. | | |||
| Exit configuration mode for this interface. | |
Use this table to configure some dynamic routing parameters.
| Step | Task | Router Prompt | Command | ||
|---|---|---|---|---|---|
| Enable RIP routing on the router and enter router configuration mode. | | |||
| Specify the router to use RIP version 2. | | version 2 | ||
| Enable Enhanced IGRP for this network. | | network 10.0.0.0 | ||
| Disable automatic summarization of subnet routes into network-level routes. | 1700(config-router)# | |||
| Configure the router to forward packets addressed to a subnet of a network with no network default route. | 1700(config-router)# | ip classless | ||
| Exit router configuration mode. | |
Use this table to configure some parameters that control access to the router.
| Step | Task | Router Prompt | Command | ||
| Specify the console terminal line and enter line configuration mode. | | |||
| Set the interval that the EXEC command interpreter waits until user input is detected. | | |||
| Specify a virtual terminal for remote console access | | line vty 0 4 | ||
| Specify a password on the line. | | password <lineaccess> | ||
| Enable password checking at terminal session login. | | |||
| Exit configuration mode. | |
You can verify your configuration by checking the serial interface configuration:
Step 1 From privileged EXEC command mode, enter the show interface serial 0 command.
Step 2 Confirm that the "Serial0 is up, line protocol is up" message (shown in bold in the example) appears in the command output.
Step 3 If you see the message shown in the example command output, continue configuration by re-entering global configuration mode.
If you see one of the following messages instead of the one shown in the example command output, refer to the "Troubleshooting Leased Line Problems" section for possible causes of the message and suggested actions:
Table 4-1 describes some common leased line problems, possible causes, and suggested actions that you can take to solve the problem.
| Line State | Possible Cause | Suggested Actions |
|---|---|---|
The router is not sensing a carrier detect (CD) signal due to one of the following reasons:
| Following are some steps you can take to isolate the problem:
| |
Possible causes for this line state are
| Following are some steps you can take to isolate the problem:
| |
The possible cause is that a loop exists in the circuit. The sequence number in the keepalive packet changes to a random number when a loop is first detected. If the same random number is returned over the line, a loop exists. | Following are some steps you can take to isolate the problem:
| |
The possible causes for this state are
| Following are some steps you can take to isolate the problem:
|
|
|