RE: ISDN with PAP

From: Tracy Blackmore (TracyB@xxxxxxxxx)
Date: Tue Nov 07 2000 - 05:10:36 GMT-3


   
 The 0 or 7 in the password command is actually telling the router that the
password that follows is either 0 - unencripted or 7 - encripted. If you
have the 7 in there, the string that follows is presumed to be encripted
already.

-----Original Message-----
From: Daniel Keller
To: sclubb@cattech.com; erichn@ustman.com
Cc: ccielab@groupstudy.com
Sent: 11/7/00 12:54 PM
Subject: RE: ISDN with PAP

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. When 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, while 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