Michel Renfer wrote:
> 
> Hi All
> 
> Does anyone have a sample config for an cisco 826 adsl router?

Hi Michel,
Attached you find a working config for a Cisco 826 (ADLS over ISDN). The
ISP used is Tiscali with dynamic IP on the WAN side. NAT is configured
on the LAN side (optional). I removed  passwords, usernames, IPs and
other not important config statements. Essential is the config for the
ATM0 and Dialer1 interfaces. 
Hope this helps.

Gruss,
Andrea.
SWITCH-NOC

Cisco Internetwork Operating System Software =

IOS (tm) C820 Software (C820-K9OSY6-M), Version 12.2(2)XH, EARLY DEPLOYMEN=
T RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled Sun 24-Jun-01 21:41 by ealyon
Image text-base: 0x80013170, data-base: 0x8085D7AC

ROM: System Bootstrap, Version 12.1(1r)XC, RELEASE SOFTWARE (fc1)
ROM: C820 Software (C820-K9OSY6-M), Version 12.2(2)XH, EARLY DEPLOYMENT
RELEASE SOFTWARE (fc1)

Router uptime is 1 hour, 34 minutes
System returned to ROM by power-on
System restarted at 20:19:01 UTC Tue Aug 13 2002
System image file is "flash:c820-k9osy6-mz.122-2.XH.bin"

CISCO C826 (MPC855T) processor (revision 0x101) with 31744K/1024K bytes of=
 memory.
Processor board ID JAD050206O9 (905804003), with hardware revision 0000
CPU rev number 5
Bridging software.
1 Ethernet/IEEE 802.3 interface(s)
1 ATM network interface(s)
128K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)

Configuration register is 0x2102

Using 2200 out of 131072 bytes
!
! Last configuration change at 13:57:01 UTC Mon Nov 5 2001
! NVRAM config last updated at 13:57:20 UTC Mon Nov 5 2001
!
version 12.2
no parser cache
no service single-slot-reload-enable
no service pad
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
username XXX privilege 15 password 7
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
username XXX password 7 XXXXXXXXXXXXXXXX
mmi polling-interval 60
mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip name-server XXX
ip name-server XXX
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
   import all
   network 10.10.10.0 255.255.255.0
   default-router 10.10.10.1 =

   dns-server XXX

!
ip ssh time-out 120
ip ssh authentication-retries 3
no ip dhcp-client network-discovery
!
crypto mib ipsec flowmib history tunnel size 200
crypto mib ipsec flowmib history failure size 200
!
!
!
interface Ethernet0
 ip address 10.10.10.1 255.255.255.0
 ip nat inside
 ip tcp adjust-mss 1452
 no ip mroute-cache
 hold-queue 32 in
!
interface Virtual-Template1
 bandwidth 512000
 no ip address
!
interface ATM0
 no ip address
 no ip mroute-cache
 no atm ilmi-keepalive
 pvc 0/16 ilmi
 !
 pvc 8/35
  encapsulation aal5snap
  protocol ppp dialer
  dialer pool-member 1
 !
 bundle-enable
 hold-queue 224 in
!
interface Dialer1
 bandwidth 512000
 ip address negotiated
 ip nat outside
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 pulse-time 0
 ppp authentication chap pap callin
 ppp chap hostname [EMAIL PROTECTED]
 ppp chap password 7 XXXXXXXXXXXXXX
 ppp pap sent-username [EMAIL PROTECTED] password 7 XXXXXXXXXXXXXXXX
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
ip nat inside source list 102 interface Dialer1 overload
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
dialer-list 1 protocol ip permit
snmp-server manager
!         

sntp server XXX
end

Reply via email to