Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco Internet dialup on ISDN

Status
Not open for further replies.

hoinvip

MIS
Nov 16, 2001
156
0
0
GB
Does anyone have a handy sample config for connecting a Cisco 801 to an Internet Service Provider for web access and email downloading?

Hopeful thanks in advance!

Peter.
 
im not seeing much in the lines of a config. Have you used the fast setup for the 801 router? Jeter@LasVegas.com
J.Fisher CCNA
 
Hey mate you want to send an e-mail to jbonicioli@infolex.gr and i will send you a Cisco 801 working cfg file for Internet Access. We got that at work and its working fine....
 
Here is one I found (similar to what you want) in a thread on this site. I will send you ours though if you e-mail me!!!! Hope i modified this one right. Best download your cfg and modify the Password fields and dial-up details.

version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Pennygroes (or whatever)
!
enable secret 5 $1$6mk0$ADxuHxAi8zV8Yg2W5BUKh/ (Your passes)
enable password a
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
isdn switch-type basic-net3
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn send-alerting
ppp authentication chap pap callin
!
interface FastEthernet0
ip address 10.10.10.200 255.255.255.0
ip nat inside
speed auto
half-duplex
!
interface Dialer1
description Connected To BT Internet
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 40
dialer string 08457576111
dialer max-call 4096
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname (Your ISP LOGIN)
ppp chap password
ppp pap sent-username (Your Username ) password (Your Password)
!
!
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
access-list 1 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password a
login
!
no scheduler allocate
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top