PPP Chap & Dilaer-int's Question!!!

From: wwwjjang@chol.com
Date: Sat Aug 09 2003 - 12:51:16 GMT-3


Hi! Everyone..

I was confused about this PPP Chap & Dilaer-int's Question.

---------
Diagram
---------
   |-------OSPF--------|
   R1-(S0)--FR---(s0)-R2
   |_______(ISDN)______|
    
---------
Question
---------
-Do not use legacy DDR.
-Use PPP authentication.Do not use the router name as a user name.
 User username UFO with the password ET.
 =>Is this username & password for R1 ? or R2 or R1 & R2 ???**

---------
My answer
---------

R1>

username R22 password 0 ET **??(is this right??)
=>??(this is not mention on the question!!)
!
interface BRI0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-5ess
 ppp authentication chap
!
interface Dialer0
 ip address 162.17.180.5 255.255.255.0
 encapsulation ppp
 ip ospf demand-circuit
 dialer remote-name R22 **
 ppp authentication chap
 ppp chap hostname UFO **
 ppp chap password ET **
 dialer string 6666666
 dialer-group 1
!
dialer-list 1 protocol ip permit

R2>

username UFO password 0 ET **
!
interface BRI0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-5ess
 ppp authentication chap
!
interface Dialer0
 ip address 162.17.180.6 255.255.255.0
 encapsulation ppp
 dialer remote-name UFO **
 ppp authentication chap
 ppp chap hostname R22 **>is right??(this is not mention on the question!!)
 ppp chap password ET **
 dialer string 5555555
 dialer-group 1
!
dialer-list 1 protocol ip permit

=>The PPP -password between R1 & R2 must be same,ET ?
  In my case, if it's not same, The ppp-authentication don't work well.
  what's the reason ????



This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:53:56 GMT-3