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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADSL CONFIGURATION

Status
Not open for further replies.

ivoestg

Programmer
Mar 21, 2001
77
PT
can anyone give me one ADSL Configuration for a Cisco 1720??? thanks...

I'm in ivoestg@yahoo.com
 
version 12.2
service nagle
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname monkeyseemonkeydo
!
logging buffered 5000 debugging
aaa new-model
!
!
aaa authentication login WORD local
aaa authentication login CONSOLE none
aaa authorization exec default local
aaa session-id common
enable secret <goes in here>
!
username admin password <password>
memory-size iomem 25
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
!
!
ip name-server <dns server 1>
ip name-server <dns server 2>
!
interface ATM0
mtu 1500
no ip address
no ip mroute-cache
no atm ilmi-keepalive
pvc 1/50
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
no fair-queue
!
interface FastEthernet0
ip address 192.168.5.1 255.255.255.0
ip nat inside
speed auto
!
interface Dialer0
bandwidth 1024
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname <name>
ppp chap password <chap password>
!
ip nat translation timeout 3600
ip nat inside source list 5 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
ip pim bidir-enable
!
!
access-list 5 permit 192.168.5.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
line con 0
line aux 0
line vty 0 4
exec-timeout 0 0
!
no scheduler allocate
ntp clock-period 17180061
ntp server 198.147.221.31
ntp server 130.159.196.118
end
**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top