Re: ISDN Callback?

From: John Elias (jelias_@xxxxxxxxxxx)
Date: Fri May 25 2001 - 17:47:51 GMT-3


   
You need to put the "ppp chap hostname <name>" command on both dialer
interfaces, then you need to define the ppp chap hostname and password in
the global command, "username <name> password <password>". If you do not
want to use the username, get rid of the your "ppp chap password" command in
the dialer interface. You are also complicating the issue by using dialer
interfaces, the "dialer string" command should be used on it, not the
"dialer map". Try to do the same setup with just the bri interfaces. Did
you try a "debug ppp authentication" to see if the authentication is
successful?

John

>From: "Bryan Osoro" <bosoro@hotmail.com>
>Reply-To: "Bryan Osoro" <bosoro@hotmail.com>
>To: ccielab@groupstudy.com
>Subject: ISDN Callback?
>Date: Fri, 25 May 2001 12:20:12 -0600
>
>I'm trying to have an ISDN back up link between R1 and R3, I don't want R1
>to ever initiate the call, I only want it to drop R3's call and call him
>back.
>
>
>We pounded our heads against this for a couple hours yesterday, and
>according to several docs on CCO, we set this up right. We tried doing it
>without PPP as well, with no success.
>
>On R1's side, it says "Call to R3 already started" but never actually
>makes the call.
>
>
>Am I missing something really basic?
>
>
>
>interface BRI0
>no ip address
>no ip directed-broadcast
>encapsulation ppp
>no ip route-cache
>no ip mroute-cache
>dialer rotary-group 1
>isdn switch-type basic-ni
>isdn spid1 3840000001 384000
>isdn spid2 3840000002 384010
>!
>interface Dialer1
>ip unnumbered Serial0
>no ip directed-broadcast
>encapsulation ppp
>ip ospf demand-circuit
>dialer in-band
>dialer callback-secure
>dialer map ip 155.55.32.34 name r3 class dial1 384020
>dialer-group 1
>ppp callback accept
>ppp authentication chap
>ppp chap password 7 121A0C041104
>
>
>
>
>r3
>
>!
>interface BRI0
>no ip address
>no ip directed-broadcast
>encapsulation ppp
>dialer rotary-group 1
>isdn switch-type basic-ni
>isdn spid1 3840200001 384020
>isdn spid2 3840200002 384030
>!
>interface Dialer1
>ip unnumbered Serial0.1
>no ip directed-broadcast
>encapsulation ppp
>ip ospf demand-circuit
>dialer in-band
>dialer map ip 155.55.32.33 name r1 384000
>dialer-group 1
>ppp callback request
>ppp authentication chap
>ppp chap password 7 05080F1C2243
>
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:30:53 GMT-3