RE: ISDN with PAP

From: Daniel Keller (DMKeller@xxxxxxxxxxxx)
Date: Tue Nov 07 2000 - 16:54:46 GMT-3


   
I was able to get it to work today. The problem I was having was specifying an
 encryption type on the ppp pap sent-username command (I was doing ppp pap sent
-username R1 password 0 cisco). The 0 in this command was screwing it up. Whe
n I omitted it it worked perfectly. The interesting thing I found was that you
 are able to specify a 0 or a 7 here, and 0 is supposed to be non-encrypted, wh
ile 7 is encrypted. However, when I looked at the config after putting a 0 in,
 the password was encryted, and after using the 7 it was not. Not sure why??
The lesson I learned is to simply omit using these numbers at all.

Thanks all for the help.

DK

>>> Steve Clubb <sclubb@cattech.com> 11/07/00 01:04PM >>>
This has worked for me. If you notice, the sent-username is the same as the
host router:

r1
!
username r4 password 0 ccie
isdn switch-type basic-ni1
!
interface BRI0
 ip address 172.16.14.1 255.255.255.0
 encapsulation ppp
 ip ospf network point-to-multipoint
 ip ospf demand-circuit
 ipx network 1014
 no ipx route-cache
 ipx watchdog-spoof
 ipx spx-spoof
 isdn spid1 40888830000101
 isdn spid2 40888830000102
 no peer neighbor-route
 dialer map ip 172.16.14.4 name r4 broadcast 8887000
 dialer map ipx 1014.00d0.58ad.ad32 name r1 broadcast 8887000
 dialer-group 1
 snapshot server 5
 ppp authentication pap
 ppp pap sent-username r1 password 7 030752180500 (cisco)

username r4 password 0 ccie
isdn switch-type basic-ni1

r4
!
username r1 password 0 cisco
isdn switch-type basic-ni1
!
interface BRI0
 ip address 172.16.14.4 255.255.255.0
 encapsulation ppp
 ip ospf network point-to-multipoint
 ipx network 1014
 no ipx route-cache
 ipx watchdog-spoof
 ipx spx-spoof
 isdn spid1 40888870000101
 isdn spid2 40888870000102
 no peer neighbor-route
 dialer map ip 172.16.14.1 name r1 broadcast 8883000
 dialer map ipx 1014.00d0.58ad.c5d2 name r1 broadcast 8883000
 dialer map ipx 1014.00d0.58ad.0c5d name r1 broadcast 8883000
 dialer-group 1
 snapshot client 5 1200
 ppp authentication pap
 ppp pap sent-username r4 password 7 0307580203 (ccie)



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:43 GMT-3