11
Installing and Configuring Cisco 802 IDSL and Cisco 804 IDSL Routers
78-10368-03
Configuring the IDSL Router
Configuring the IDSL Router
You can configure your Cisco IDSL router using the Cisco IOS command-line interface or the Cisco 800
Fast Step application. For information about using Cisco 800 Fast Step, refer to the Cisco 800 DSL
Connection Kit document in the product accessory kit or on Cisco Connection Online (CCO).
The following procedures are examples of how to configure the Cisco IDSL router using Cisco IOS
commands. For more information about Cisco IOS commands, refer to the Cisco IOS documentation set
on Cisco.com.

Basic IDSL Configuration

The following is an example of a typical IDSL configuration.
Step 1 In global configuration mode, specify a name for the router. For example:
router(config)# hostname 802
Step 2 Specify a username and password. The username is the destination router’s hostname. The password
must be the same for both the host and destination routers. For example:
router(config)# username isp password cisco
Step 3 Set the switch type. For example:
router(config)# isdn switch-type basic-5ess
Step 4 Set the BRI interface to use the ISDN physical connection as a leased-line service. The following
example sets the line speed at 128 kbps:
router(config)# isdn leased-line bri0 128
Step 5 Configure DHCP relay pool name. For example:
router(config)# ip dhcp pool DHCPpoolLAN_0
Step 6 Set the DHCP pool of addresses. For example:
router(dhcp-config)# network 192.168.1.0 255.255.255.0
Step 7 Set the IP addresses of the DNS servers. For example:
router(dhcp-config)# dns-server 172.29.20.41 172.29.20.51
Step 8 Set the NetBIOS servers. For example:
router(dhcp-config)# netbios-name-server 172.29.20.41 172.29.20.51
Step 9 Set the Ethernet 0 IP address as the default gateway. For example:
router(dhcp-config)# default-router 192.168.1.1
Step 10 Exit to global configuration mode.
router(dhcp-config)# exit
router(config)#
Step 11 Define the IP addresses of the DNS servers. For example:
router(config)# ip name-server 172.29.20.41
router(config)# ip name-server 172.29.20.51