RE: ppp callback with modem

From: Armon Richardson (ar28@xxxxxxxxxx)
Date: Mon Sep 17 2001 - 10:38:55 GMT-3


   
What about the commands PPP callback accept on the server and PPP callback
request
on the client ?

thanks,

" Where the willingness is great, the difficulties cannot be great "

Armon Richardson
CNE, MCSE, CCNP, CCDP
Network Systems Engineer
Lucent Worldwide Services
pager 1-800-467-1467

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Kyaw Kyaw Khine
Sent: Sunday, September 16, 2001 9:39 PM
To: ccielab@groupstudy.com
Subject: ppp callback with modem

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
**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