Setting up ADSL on a Cisco Router

Associate
Joined
6 Oct 2004
Posts
1,921
Location
London
I've got the following config in:

Current configuration : 1143 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Dorami
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address a.b.c.d 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface ATM0/0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Serial0/1/0
no ip address
shutdown
no fair-queue
clock rate 2000000
!
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]5
ppp chap password 0 password
ppp pap sent-username [email protected]5 password 0 password
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end

Debugging the ppp negotiation I get:

*Mar 23 21:34:28.323: Vi2 PPP: No remote authentication for call-out
*Mar 23 21:34:28.323: Vi2 PPP: Phase is ESTABLISHING
*Mar 23 21:34:28.323: Vi2 LCP: O CONFREQ [Open] id 182 len 10
*Mar 23 21:34:28.323: Vi2 LCP: MagicNumber 0x147FECB1 (0x0506147FECB1)
*Mar 23 21:34:28.327: Vi2 LCP: O CONFACK [Open] id 10 len 19
*Mar 23 21:34:28.327: Vi2 LCP: MRU 32725 (0x01047FD5)
*Mar 23 21:34:28.327: Vi2 LCP: AuthProto CHAP (0x0305C22305)
*Mar 23 21:34:28.327: Vi2 LCP: MagicNumber 0x3B5D9FAD (0x05063B5D9FAD)
*Mar 23 21:34:28.415: Vi2 LCP: I CONFACK [ACKsent] id 182 len 10
*Mar 23 21:34:28.415: Vi2 LCP: MagicNumber 0x147FECB1 (0x0506147FECB1)
*Mar 23 21:34:28.415: Vi2 LCP: State is Open
*Mar 23 21:34:28.419: Vi2 PPP: Phase is AUTHENTICATING, by the peer
*Mar 23 21:34:28.419: Vi2 CHAP: I CHALLENGE id 49 len 36 from "ar11.hx4"
*Mar 23 21:34:28.419: Vi2 CHAP: Using hostname from interface CHAP
*Mar 23 21:34:28.419: Vi2 CHAP: Using password from interface CHAP
*Mar 23 21:34:28.419: Vi2 CHAP: O RESPONSE id 49 len 44 from "[email protected]"
*Mar 23 21:34:29.823: Vi2 CHAP: I FAILURE id 49 len 21 msg is "permission denied
"

I am guessing this is an authentication failure, but I've checked the un and pw seem to be right.....

someone gis a hand plz ;)
 
Back
Top Bottom