Re: isdn callback

From: Stephen Smith (sksmith@xxxxxxxxxxxx)
Date: Tue Dec 07 1999 - 12:59:24 GMT-3


   
This should work. I simulated this in the lab and it worked fine when Router 5
 calls router 3.

Stephen

First Router

username r5 password 0 cisco

isdn switch-type basic-ni1

interface BRI0
 ip address x.x.x.3 255.255.255.0
 encapsulation ppp
 no ip route-cache
 no ip mroute-cache
 isdn spid1 11111111110101 1111111
 isdn spid2 22222222220101 2222222
 dialer callback-secure
 dialer idle-timeout 45
 dialer enable-timeout 2
 dialer map ip x.x.x.5 name r5 class DDR broadcast 3333333333
 dialer-group 1
 no cdp enable
 ppp callback accept
 ppp authentication chap

ip route x.x.x.0 255.255.255.0 BRI0
!
map-class dialer DDR
 dialer callback-server username

dialer-list 1 protocol ip list 101

-----------------------------------

Second Router

username r3 password 0 cisco

isdn switch-type basic-ni1

interface BRI0
 ip address x.x.x.5 255.255.255.0
 encapsulation ppp
 no ip mroute-cache
 isdn spid1 33333333330101 3333333
 isdn spid2 44444444440101 4444444
 dialer idle-timeout 45
 dialer map ip x.x.x.3 name r3 broadcast 1111111111
 dialer-group 1
 no cdp enable
 ppp callback request
 ppp authentication chap

dialer-list 1 protocol ip list 101

>>> "zheng jiang gu" <zjgu@ce-air.com> 12/07/99 08:00AM >>>
Hi everyone:
        My company want to user isdn callback.I had done it successfully with
modem.
BUT NEVER WITH ISDN.
COULD you kind enough to give a config example?

thanks very muck

zjgu@21cn.com



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