Cisco WS-X3011 Configuration Note page 31

Table of Contents

Advertisement

Step 13
Step 14
Step 15
Example ISDN Configuration
For your reference, Table 9 shows an example configuration for a Catalyst 3100 switch with a router
card installed, and a Cisco router using IP over ISDN. In the example, the router card (branch1) is
at a remote site and the target router (main1) is at a central site.
Table 9
Configuration for the Current Router
Router> enable
password: pail1
Router# config term
Router (config)# hostname branch1
branch1 (config)# username main1
password secret1
branch1 (config)# isdn switch-type
basic-dms100
branch1 (config)# interface Ethernet 0
branch1 (config)# ip address
172.16.80.170 255.255.255.0
branch1 (config-if)# interface bri 0
branch1 (config-if)# ip address
172.16.71.1 255.255.255.0
branch1 (config-if)# isdn spid1
415988488501 9884885
branch1 (config-if)# isdn spid2
415988488602 9884886
branch1 (config-if)# dialer
load-threshold 128
branch1 (config-if)# ppp multilink
branch1 (config-if)# encapsulation ppp
branch1 (config-if)# ppp authentication
chap
branch1 (config-if)# dialer map ip
172.16.71.2 name main1 9884883
branch1 (config-if)# dialer group 1
branch1 (config-if)# exit
branch1 (config)# dialer-list 1 protocol
ip
permit
branch1 (config-if)# ip route 172.16.0.0
255.255.0.0 172.16.71.2
branch1 (config-if)# ip route 0.0.0.0
172.16.71.2
branch1 (config)# exit
branch1# copy running-config
startup-config
branch1#
Configure a static route to allow connection to the target router's LAN. Enter the IP
address and subnet mask of the target router's LAN interface, and the IP address of the
target router's BRI port:
Router (config)# ip route targetrouter_ipnetwork subnetmask
targetBRIport_ipaddress
Enter the exit command to exit global configuration mode.
Enter the copy running-config startup-config command to save the configuration to
NVRAM.
Example Configuration
Configuration for the Target Router
Router> enable
password: pail2
Router# config term
Router (config)# hostname main1
main1 (config)# username branch1
password secret1
main1 (config)# isdn switch-type
basic-dms100
main1 (config)# interface Ethernet 0
main1 (config)# ip address 172.16.64.190
255.255.255.0
main1 (config-if)# interface bri 0
main1 (config-if)# ip address
172.16.71.2 255.255.255.0
main1 (config-if)# isdn spid1
415988488201 9884882
main1 (config-if)# isdn spid2
415988488302 9884883
main1 (config-if)# dialer
load-threshold 128
main1 (config-if)# ppp multilink
main1 (config-if)# encapsulation ppp
main1 (config-if)# ppp authentication
chap
main1 (config-if)# dialer map ip
172.16.71.1 name branch1 9884885
main1 (config-if)# dialer group 1
main1 (config-if)# exit
main1 (config)# dialer-list 1 protocol ip
permit
main1 (config-if)# ip route 172.16.80.0
255.255.0.0 172.16.71.1
main1 (config)# exit
main1# copy running-config
startup-config
main1#
Router Card (WS-X3011) Configuration Note
Configuring ISDN
31

Advertisement

Table of Contents
loading

Table of Contents