I am setting up a Cisco 827 for DSL and have run into a problem. The router will authenticate and then bind to the port, but then immediately unbinds and this continues binding/unbinding every couple seconds. Below are the configurations. Any suggestions?
Current configuration : 3492 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname NMP
!
logging rate-limit console 10 except errors
enable password ********
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
no ip dhcp-client network-discovery
vpdn enable
no vpdn logging
!
vpdn-group ppoe
request-dialin
protocol pppoe
!
!
interface Ethernet0
description ethernet port
ip address 192.168.60.1 255.255.255.0
ip nat inside
!
interface Virtual-Template1
no ip address
autodetect encapsulation ppp
cdp enable
!
interface ATM0
description ADSL port
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
protocol pppoe
pppoe-client dial-pool-number 1
!
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
!
interface Dialer0
ip address **.**.***.** 255.0.0.0
no ip redirects
no ip unreachables
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
autodetect encapsulation ppp
ppp pap sent-username ******@******.net password ****
ppp ipcp dns request
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.60.254 25 interface Dialer0 25
!
line con 0
password ********
transport input none
stopbits 1
line vty 0 4
password *********
login
!
scheduler max-task-time 5000
end
Or if someone has a copy of a generic DSL setup I could try comparing that. Any help would be greatly appreciated.Thanks.
BOB
Current configuration : 3492 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname NMP
!
logging rate-limit console 10 except errors
enable password ********
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
no ip dhcp-client network-discovery
vpdn enable
no vpdn logging
!
vpdn-group ppoe
request-dialin
protocol pppoe
!
!
interface Ethernet0
description ethernet port
ip address 192.168.60.1 255.255.255.0
ip nat inside
!
interface Virtual-Template1
no ip address
autodetect encapsulation ppp
cdp enable
!
interface ATM0
description ADSL port
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
protocol pppoe
pppoe-client dial-pool-number 1
!
bundle-enable
dsl operating-mode auto
!
interface ATM0.1 point-to-point
!
interface Dialer0
ip address **.**.***.** 255.0.0.0
no ip redirects
no ip unreachables
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
autodetect encapsulation ppp
ppp pap sent-username ******@******.net password ****
ppp ipcp dns request
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.60.254 25 interface Dialer0 25
!
line con 0
password ********
transport input none
stopbits 1
line vty 0 4
password *********
login
!
scheduler max-task-time 5000
end
Or if someone has a copy of a generic DSL setup I could try comparing that. Any help would be greatly appreciated.Thanks.
BOB