RE: Dialer callback with dialer profiles

From: Jeremy Laurenson \(Cisco\) (jlaurens@xxxxxxxxx)
Date: Mon Feb 04 2002 - 01:02:58 GMT-3


   
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
!

Heres the debug on R5:

00:05:30: BR0/0:1 DDR: Caller id 5625927254 matched to profile jlaurensR3
00:05:30: Di0 DDR: Caller id callback to 5625927254 but callback secure
00:05:30: BR0/0:1: interface must be fifo queue, force fifo
00:05:30: %DIALER-6-BIND: Interface BR0/0:1 bound to profile Di0
00:05:30: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to up
00:05:30: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to down
00:05:30: BR0/0 DDR: has total 0 call(s), dial_out 0, dial_in 0
00:05:30: BR0/0:1 DDR: disconnecting call



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