RE: Dialer callback with dialer profiles

From: Andrew Bratchell (a.bratchell@xxxxxxxxx)
Date: Mon Feb 04 2002 - 18:22:14 GMT-3


   
Jeremy,
I've not tried callback with dialer profiles but here is a config that I've
been working tonight that might help :-

R4 - config

username r10 password cisco

interface BRI0
 ip address 104.10.4.4 255.255.255.0
 encapsulation ppp
 dialer callback-secure
 dialer map ip 104.10.4.10 name r10 class dial1 broadcast 403
 dialer-group 1
 isdn switch-type basic-net3
 ppp callback accept
 ppp authentication chap
!
map-class dialer dial1
 dialer callback-server username
dialer-list 1 protocol ip permit

R10 - config

username r4 password cisco

interface BRI1/0
 ip address 104.10.4.10 255.255.255.0
 encapsulation ppp
 ip ospf demand-circuit
 dialer map ip 104.10.4.4 name r10 broadcast 402
 dialer-group 1
 isdn switch-type basic-net3
 ppp callback request
 ppp authentication chap
!
dialer-list 1 protocol ip permit

-----Original Message-----
From: Jeremy Laurenson (Cisco) [mailto:jlaurens@cisco.com]
Sent: 04 February 2002 04:40
To: ccielab@groupstudy.com
Subject: RE: Dialer callback with dialer profiles

Nope... no dice. :-(

-----Original Message-----
From: David Vu [mailto:dd_vu@yahoo.com]
Sent: Sunday, February 03, 2002 8:29 PM
To: Jeremy Laurenson (Cisco); ccielab@groupstudy.com
Subject: Re: Dialer callback with dialer profiles

On R3, you might want to add a "dialer remote-name ....." statement, just
as you did for R5

Also on R5, you might want to add

dialer callback-secure
ppp callback accept

HTH and good luck,

At 08:01 PM 2/3/2002 -0800, Jeremy Laurenson \(Cisco\) wrote:
>Amongst other things, this CCIE thing is going to cause me to kill
>someone...
>
>I have 2 routers, R3 and R5. R3 is the central router, and R5 is the
remote.
>I am using dialer profiles to place the calls.
>
>I want to use callback and cant get it to work if I add: dialer
>callback-secure on R5
>Whats the deal?
>
>
>
>R5:
>
>username jlaurensR3 password 0 cisco
>!
>!
>isdn switch-type basic-ni
>!
>interface BRI0/0
> no ip address
> encapsulation ppp
> dialer pool-member 1
> isdn switch-type basic-ni
> isdn spid1 56259272560101 5927256
> isdn spid2 56259272570101 5927257
> ppp authentication chap
>!
>interface Dialer0
> ip address 172.16.35.5 255.255.255.0
> encapsulation ppp
> dialer pool 1
> dialer remote-name jlaurensR3
> dialer string 5625927254 class myisdnclass
> dialer caller 5625927254 callback
> dialer-group 1
> ppp callback permit
> ppp authentication chap
>!
>!
>map-class dialer myisdnclass
> dialer callback-server username
>!
>
>
>
>
>
>
>R3:
>username jlaurensR5 password 0 cisco
>!
>isdn switch-type basic-ni
>!
>!
>interface BRI0
> no ip address
> encapsulation ppp
> ppp authentication chap
> dialer pool-member 1
> isdn switch-type basic-ni
> isdn spid1 56259272540101 5927254
> isdn spid2 56259272550101 5927255
>!
>!
>interface Dialer0
> ip address 172.16.35.3 255.255.255.0
> encapsulation ppp
> dialer pool 1
> dialer idle-timeout 30
> dialer string 15625927257
> dialer-group 1
> ppp callback request
> ppp authentication chap
>!
>!
>dialer-list 1 protocol ip permit
>!



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:11 GMT-3