RE: Sample for PPP Callback Using Dialer Profile

From: Larry Roberts (groupstudy@american-hero.com)
Date: Sat May 01 2004 - 11:20:55 GMT-3


Below is a working callback configuration, using tacacs for authentication,
however you could just as easily remove the tacacs stuff, add a username for
the client on the server, and it should work.

Both routers have the enable password set to cisco, a "dialer-list 1
protocol ip permit" and on R1, there is a "username R3 password cisco"
Where R3 is my server, and R1 is my client.
Spids removed to protect my home numbers, my cell phone and my wife's cell
phone :)

Only thing that I have noticed, is that I sometimes need to reboot the
server after building the initial configuration. Other than that, it works
every time.

CALLBACK SERVER

interface BRI0/0
 no ip address
 encapsulation ppp
 dialer rotary-group 10
 isdn switch-type basic-ni
 isdn spid1 XXXXX XX
 isdn spid2 XXXXX XX
 ppp authentication chap
 no cdp enable
!
interface Dialer10
 ip address 1.1.1.2 255.255.255.0
 encapsulation ppp
 dialer in-band
 dialer aaa
 dialer idle-timeout 20
 dialer enable-timeout 10
 dialer hold-queue 20
 dialer-group 1
 no cdp enable
 ppp callback accept
 ppp authentication chap callin

CALLBACK CLIENT

interface BRI0/0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 XXXXX XX
 isdn spid2 XXXXX XX
 ppp authentication chap
!
interface Dialer1
 ip address 1.1.1.1 255.255.255.0
 encapsulation ppp
 dialer pool 1
 dialer idle-timeout 20
 dialer string XXXXXXX
 dialer hold-queue 20
 dialer-group 1
 no cdp enable
 ppp callback request
 ppp authentication chap

 

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of k c
Sent: Saturday, May 01, 2004 5:56 AM
To: ccielab@groupstudy.com
Subject: Sample for PPP Callback Using Dialer Profile

I can find only the sample config of ppp callback using Legacy DDR. Can
anybody give me sample config or URL of ppp callback using dialer profile
(not ISDN callback).
 
Thanks.

$@)g(b42!B?K*B$E$M!B)_,%'u:{45&^+H...
&\ HIT 9aAn $u3t$U8|
http://mobile.yahoo.com.hk/



This archive was generated by hypermail 2.1.4 : Wed Jun 02 2004 - 11:12:02 GMT-3