Re: ppp callback with modem

From: Nigel Taylor (nigel_taylor@xxxxxxxxxxx)
Date: Mon Sep 17 2001 - 00:00:39 GMT-3


   
Kyaw,
             It would seem that you're missing the individual commands on
both routers the
implemements the call back feature. On the calling router "ppp callback
request" and on
the called router "ppp callback accept". Here's a link to an example on
CCO

http://www.cisco.com/warp/public/793/access_dial/async_ppp.html

HTH

Nigel

----- Original Message -----
From: "Kyaw Kyaw Khine" <kkhine@register.com>
To: <ccielab@groupstudy.com>
Sent: Sunday, September 16, 2001 9:39 PM
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