ppp callback with modem

From: Kyaw Kyaw Khine (kkhine@xxxxxxxxxxxx)
Date: Sun Sep 16 2001 - 22:39:21 GMT-3


   
Hi group,

I was working on PPP callback using async serial (no ISDN).
Is it doable?
Follwing is my config.
PPP authentication is working fine but callback dies without any debug
output.

Router 'Two' is calling router and Router 'One' is called router.

Thanks ...

Two.(Calling Router)
--------------------

interface Serial0
 physical-layer async
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer pool-member 1
 no cdp enable
!
interface Dialer1
 ip address 172.16.0.2 255.255.255.252
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name One
 dialer string 1
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication chap
 ppp chap hostname Two

************************************************

One.(Called Router)
-------------------
interface Serial0
 physical-layer async
 ip address 172.16.0.1 255.255.255.252
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer callback-secure
 dialer enable-timeout 10
 dialer map ip 172.16.0.2 name Two class CallBack1 2
 dialer-group 1
 async mode interactive
 no cdp enable
 ppp authentication chap
!
map-class dialer CallBack1
 dialer callback-server username
**Please read:http://www.groupstudy.com/list/posting.html



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