PPP callback Server with Dialer Profile

From: Charles Huang (CharlesNY2000@xxxxxxxxx)
Date: Sat Oct 27 2001 - 19:21:38 GMT-3


   
Hi,

Many of the PPP callback secnarios I found on CCO uses Legacy DDR. So I tried
PPP callback using Dialer Profile with no luck. Then I convert it to Legacy
DDR and it works. I was wondering if PPP callback can be configured using
Dialer Profile. Below are part of my configs. Maybe somebody can point out
where I did wrong.

Thanks

! ppp callback client
!
hostname r4
!
username r2 password 0 ccie
!
interface BRI0/0
 no ip address
 encapsulation ppp
 dialer pool-member 44
 isdn switch-type basic-ni
 isdn spid1 0835866201 8358662
 isdn spid2 0835866401 8358664
 ppp authentication chap
!
interface Dialer3
 ip address 192.168.3.4 255.255.255.0
 encapsulation ppp
 dialer pool 44
 dialer remote-name r2
 dialer idle-timeout 30
 dialer string 8358661
 dialer-group 1
 ppp callback request
 ppp authentication chap
!
dialer-list 1 protocol ip permit

! ppp callback server
!
hostname r2
!
username r4 password 0 ccie
!
interface BRI0/0
 no ip address
 encapsulation ppp
 dialer pool-member 123
 isdn switch-type basic-ni
 isdn spid1 0835866101 8358661
 isdn spid2 0835866301 8358663
 ppp authentication chap
!
interface Dialer1
 ip address 192.168.3.2 255.255.255.0
 encapsulation ppp
 dialer pool 123
 dialer remote-name r4
 dialer callback-secure
 dialer idle-timeout 30
 dialer string 8358662 class CALLBACK
 dialer-group 1
 ppp callback accept
 ppp authentication chap
!
map-class dialer CALLBACK
 dialer callback-server username
!
dialer-list 1 protocol ip permit



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 22:33:26 GMT-3