RE: Dialer strings with callback

From: Tim O'Brien (tobrien@xxxxxxxxxxxx)
Date: Tue Apr 09 2002 - 13:56:06 GMT-3


   
Here ya go... I have never tried with dialer strings, but it works fine on
the physical with dialer-maps.

hostname R5
!
!
username R6 password 0 cisco
isdn switch-type basic-dms100
!
interface BRI0
 ip address 172.16.5.1 255.255.255.0
 encapsulation ppp
 ip ospf demand-circuit
 dialer map ip 172.16.5.2 name R6 broadcast 5557000
 dialer-group 1
 isdn spid1 12355580000101 5558000
 isdn spid2 12355580010101 5558001
 ppp callback request
 ppp authentication chap
!
dialer-list 1 protocol ip permit

hostname R6
!
!
username R5 password 0 cisco
isdn switch-type basic-dms100
!
interface BRI0
 ip address 172.16.5.2 255.255.255.0
 encapsulation ppp
 dialer callback-secure
 dialer map ip 172.16.5.1 name R5 class CBDIAL 5558000
 dialer-group 1
 isdn spid1 12355570000101 5557000
 isdn spid2 12355570010101 5557001
 ppp callback accept
 ppp authentication chap
!
!
map-class dialer CBDIAL
 dialer callback-server username
dialer-list 1 protocol ip permit

Tim
CCIE 9015

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
jgraun@attbi.com
Sent: Tuesday, April 09, 2002 12:26 PM
To: ccielab@groupstudy.com
Subject: Dialer strings with callback

Has anybody been able to get callback to work when using
main interface bri and dialer strings? I have gotten it
to work with dialer profiles and the dialer-remote name
command but I cannot get it to callback with main
interface.

Thanks

Jason



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