From: Budi Gunawan (bgunawan@hotpop.com)
Date: Wed Jul 02 2003 - 00:25:15 GMT-3
Thank you All,
I have tried it and doesn't work too, so I try to add another watch list in
caller back router (router server) and I think, it works.
So the configuration become to be looked like these :
Router client
----------------
hostname r1
!
enable secret cisco
!
username r2 password cisco
!
int bri0/0
ip address 10.10.12.1 255.255.255.0
encapsulation ppp
ip ospf cost 9000
isdn switch-type xxxx
dialer idle-timout 20
dialer-group 1
dialer wait-for-carrier 4
dialer watch-group 1
ppp callback request
dialer map ip 10.10.12.2 name r2 broadcast 222222
dialer map ip 10.10.10.0 name r2 broadcast 222222
ppp authentication chap
!
dialer-list 1 protocol ip list 100
!
dialer watch-list 1 permit 10.10.10.0 255.255.255.0
!
access-list 100 deny ospf any any
access-list 100 permit ip any any
!
Router server
-------------
hostname r2
!
enable secret cisco
!
username r1 password cisco
!
int bri0/0
ip address 10.10.12.2 255.255.255.0
encapsulation ppp
ip ospf cost 9000
isdn switch-type xxxx
dialer-group 1
dialer watch-group 1
dialer callback-secure
dialer enable-timeout 2
dialer idle timeout 0
dialer map ip 10.10.12.1 name r1 class callback broadcast 111111
dialer map ip x.x.x.x name r1 class callback broadcast 111111 (--->
x.x.x.x is one of int loopback/network in Router client)
ppp authentication chap
ppp callback accept
!
dialer-list 1 protocol ip list 100
!
dialer watch-list 1 permit x.x.x.x y.y.y.y
!
map-class dialer callback
dialer callback-server username
!
access-list 100 deny ospf any any
access-list 100 permit ip any any
Thanks in advance,
BG.
SHARMA,MOHIT (HP-Germany,ex1) wrote:
> I tried to do the same a few days ago in my lab, and found that it was not
> working. Since dialer-watch was trying to connect all the time when the
> watched network went down and the other side was rejecting the call all
> everytime for the callback.
> It was like being in a loop.
>
> Smiles,
>
> Mohit.
> -----Original Message-----
> From: Cristian Henry H [mailto:chenry@reuna.cl]
> Sent: Tuesday, July 01, 2003 4:17 PM
> To: Budi Gunawan
> Cc: CCIE Lab GroupStudy
> Subject: Re: ISDN PPP Callback with Dialer Watch
>
> Try with this, could works, let me know the results :
>
> Router client
> ----------------
>
> hostname r1
> !
> enable secret cisco
> !
> username r2 password cisco
> !
> int bri0/0
> ip address 10.10.12.1 255.255.255.0
> encapsulation ppp
> ip ospf cost 9000
> isdn switch-type xxxx
> dialer idle-timout 20
> dialer-group 1
> dialer wait-for-carrier 4
> dialer watch-group 1
> ppp callback request
> dialer map ip 10.10.12.2 name r2 broadcast 222222
> ppp authentication chap
> !
> dialer-list 1 protocol ip permit list 100
> !
> dialer watch-list 1 permit 10.10.10.0 255.255.255.0
> !
> access-list 100 deny ospf any any
> access-list 100 permit ip any any
> !
>
> Router server
> -------------
>
> hostname r2
> !
> enable secret cisco
> !
> username r1 password cisco
> !
> int bri0/0
> ip address 10.10.12.2 255.255.255.0
> encapsulation ppp
> ip ospf cost 9000
> isdn switch-type xxxx
> dialer-group 1
> dialer callback-secure
> dialer enable-timeout 2
> dialer idle timeout 0
> dialer map ip 10.10.12.1 name r1 class callback broadcast 111111
> ppp authentication chap
> ppp callback accept
> !
> dialer-list 1 protocol ip permit
> !
> map-class dialer callback
> dialer callback-server username
> !
>
> Budi Gunawan ha escrito:
> >
> > Hi All,
> >
> > Could we make ISDN callback with Dialer watch?
> > If we could, how to configure it?
> >
> > Thanks and regards,
> > BG.
> >
> > _______________________________________________________________________
> > You are subscribed to the GroupStudy.com CCIE R&S Discussion Group.
> >
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
>
> --
> Cristian E. Henry
> REUNA
>
> E-mail: chenry@reuna.cl
> Fono: 56-2-3370336
>
> _______________________________________________________________________
> You are subscribed to the GroupStudy.com CCIE R&S Discussion Group.
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:18 GMT-3