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!

Configuration file for CISCO ISDN 801 Router

Status
Not open for further replies.

treble99

Technical User
Jul 25, 2000
20
0
0
GB
I was wondering if anyone could urgently help me. I am trying to very quickly configure an ISDN 801 router for a client. Unfortunetly I do not have an ISDN line in the office only ADSL, so can't use the Cisco Fast Step software to configure the router.
Therefore does anyone have a "Predifined configuration file" that I can edit.

Your help would be very welcome.

This is for a UK ISP connection using NAT.
 
You can get many sample configs at Click on the Tech Central button
Click on Sample Configs

The ISDN configurations under the 1600 series usually run fine on the 800's.
 
Many thanks for taking the time to help me Shaun.

I actually configured te router via Config Maker and turned off the Firewall feature and that seemed to do the trick.
 
Here is an actual working config!


Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname username
!
logging buffered 8192 debugging
enable secret 5 $1$N6jx$.x2mTFdC2aHI9gyxML8d91
!
username EARTHLINK password 7 ?????????
ip subnet-zero
no ip source-route
!
isdn switch-type basic-dms100
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
no ip proxy-arp
ip nat inside
!
interface BRI0
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-dms100
isdn spid1 ??????????????
isdn spid2 ??????????????
ppp authentication chap pap callin
!
interface Dialer1
description ISP
ip address negotiated
no ip directed-broadcast
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip split-horizon
dialer remote-name EARTHLINK
dialer idle-timeout 2147483
dialer string 4740461 class DialClass
dialer hold-queue 10
dialer load-threshold 5 either
dialer pool 1
dialer-group 1
pulse-time 0
ppp authentication chap pap callin
ppp chap hostname "USERNAME"
ppp chap password 7 ??????????
ppp pap sent-username "username" password ???????
ppp multilink
!
ip nat inside source list 18 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
map-class dialer DialClass
dialer isdn speed 56
!
map-class dialer dialclass
access-list 18 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
“Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA,(CCNP-Routing)
UOP Student BSIT
[americanflag]
 
Jeter,

That is really helpful, many thanks for taking the time.

Regards,
treble99
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top