ISDN Dial-On-Demand Sample Configuration Connecting A Public Network To An ISP Using CHAP Authentication |
Cisco ConfigMaker Windows 95/NT 4.0 configuration tool |
---|
This sample configuration connects a public IP network to an Internet Service Provider (ISP) using PPP and CHAP authentication over an IP unnumbered ISDN connection. It is assumed that the ISP has assigned a registered (public) range of IP addresses for the Local Area Network (LAN) devices that require Internet access. In addition, static routes are used in this example to activate the ISDN line only when needed. This is known as dial-on-demand routing (DDR).
Get A Configuration Using PAP Authentication if the ISP uses PAP instead of CHAP
Faxback Doc #0508
Info On PPP Faxback Doc #ppp |
Info On IP
Unnumbered Faxback Doc #ip_unnum |
Before You Begin
Get
The IOS ISDN Command Glossary. Faxback Doc #0551 Detailed descriptions of all IOS commands used in ISDN configurations. Also provides links to the IOS Command Reference if more information is required |
Get The IOS Command Line Interface
Tutorial Faxback Doc #ios_tutorial Instructions on configuring an IOS router using the command line interface |
Preconfiguration Checklist |
---|
ISDN Information The following info must be gathered from the ISDN service provider
|
ISP Information The following info must be gathered from the ISP
|
Note: Commands followed by a <*> are on by default and do not have to be configured. The "!" marks that appear in the configuration are automatically entered by the router and function as line separators for easier reading.
Atlanta Router Configuration
In IOS "show running-config" format
version 11.2 <*>
service
udp-small-servers <*>
service
tcp-small-servers <*>
!
hostname Atlanta
!
enable secret cisco
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni1
!
interface Ethernet0
ip address 200.200.200.1 255.255.255.0
!
interface BRI0
no ip address <*>
encapsulation ppp
dialer rotary-group 0
isdn spid1 014045551111000 5551111
isdn spid2 014045552222000 5552222
no
fair-queue <*>
no
cdp enable <*>
!
interface Dialer0
ip unnumbered Ethernet0
encapsulation ppp
dialer in-band
dialer idle-timeout 300
dialer string 14085553333 class 56K
dialer hold-queue 10
dialer load-threshold 200 either
dialer-group 1
no
fair-queue <*>
no
cdp enable <*>
ppp authentication chap callin
ppp chap hostname Atlanta
ppp chap password gocisco1
ppp multilink
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
!
map-class dialer 56K
dialer isdn speed 56
dialer-list 1 protocol ip permit
!
line
con 0
password console
login
line
aux 0 <*>
line vty 0 4
password telnet
login
<*>
!
end <*>
After You've Tried
You've tried the configuration and it doesn't work. Help is available!
Get IOS Router ISDN Troubleshooting
Assistance Faxback Doc #isdn_ts |
All contents copyright © Cisco Systems, Inc. Important notices.