From: Sean C. (Upp_and_Upp@xxxxxxxxxxx)
Date: Sat May 18 2002 - 22:54:18 GMT-3
   
Hi Eric,
I think the issue maybe with the encryption of the passwords.  I see for the
usernames the passwords are not encypted (with the 0 in front of the
password 'cisco') but that the ppp sent-username has encryprtion of the
password (designated with the 7 before the password 'cisco').  Try taking
encryption of off all the statements and see what happens.  Like this:
R2
username R5 password cisco
int bri0/0
ppp pap sent-username R2 password cisco
R5
username R2 password cisco
int bri0/0
ppp pap sent-username R5 password cisco
If this doesn't help - it's just pap that isn't working?  Can the ISDN line
connect if using chap?  Chap conflicts will usually show a call of about 22
secs and then drop.  How long before these calls disconnect?  Also, which
side is calling who - I see dialer maps with strings at the end of the maps
and dialer-groups (but I don't see the dialer-lists).  Are both sides making
a call at the same time?
Hope this helps,
Sean
----- Original Message -----
From: "Eric" <namaste@pacbell.net>
To: <ccielab@groupstudy.com>
Sent: Thursday, May 16, 2002 11:35 AM
Subject: ppp pap sent username
Howdy
Does any body know how to get ppp pap sent username working
here are my configs.
Seems straightforward enough but I am having no luck getting it to work.
hostname R2
!
!
username R5 password 0 cisco
ip subnet-zero
interface BRI0
 description ISDN White | SPID 2344 0101 | SPID 2345 0101
 ip address 10.10.10.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer map ip 10.10.10.5 name R5 broadcast 92144952347
 dialer map ip 10.10.10.5 name R5 broadcast 92144952346
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 21449523450101 4952345
 isdn spid2 21449523440101 4952344
 ppp authentication pap
 ppp pap sent-username R2 password 7 cisco
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hostname R5
!
!
username R2 password 0 cisco
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni
interface BRI0
 ip address 10.10.10.5 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer map ip 10.10.10.2 name R2 broadcast 92144952345
 dialer map ip 10.10.10.2 name R2 broadcast 92144952344
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 21449523470101 4952347
 isdn spid2 21449523460101 4952346
 isdn T203 10000
 ppp authentication pap
 ppp pap sent-username R5 password 7 cisco
Eric
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:59:00 GMT-3