Sorry guys I guess I was really tired when I wrote that email. I pasted
the same config twice. Here are the configs for both routers.
---------------------------
version 11.2
hostname r1
!
!
username r2 password 0 gogi
isdn switch-type basic-ni1
!
interface BRI0/0
no ip address
encapsulation ppp
isdn spid1 281927735201
isdn spid2 281927735302
dialer pool-member 1
ppp callback accept
ppp authentication chap
!
interface Dialer0
ip address 2.2.2.1 255.255.255.0
encapsulation ppp
dialer remote-name r2
dialer callback-secure
dialer idle-timeout 20
dialer string 92819277354 class callhimback
dialer pool 1
dialer-group 1
ppp authentication chap
!
no ip classless
!
map-class dialer callhimback
dialer callback-server username
!
dialer-list 1 protocol ip permit
_________________________________________________
version 11.3
hostname r2
!
!
username r1 password 0 gogi
isdn switch-type basic-ni
!
!
!
interface BRI0/0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-ni
isdn spid1 281927735401
isdn spid2 281927735502
ppp callback request
ppp authentication chap
!
interface Dialer0
ip address 2.2.2.2 255.255.255.0
encapsulation ppp
dialer remote-name r1
dialer idle-timeout 20
dialer string 92819277352
dialer pool 1
dialer-group 1
ppp authentication chap
!
ip classless
!
dialer-list 1 protocol ip permit
!
-----Original Message-----
From: Nigel Taylor [mailto:nigel_taylor@xxxxxxxxxxx]
Sent: Monday, September 24, 2001 11:55 PM
To: Diehm, Brian; Ccielab (E-mail)
Subject: Re: ISDN callback with dialer interfaces
Brian,
A couple things I noticed in looking at the configs See
Inline..
I'm really confused.. Is this an active/production circuit or a
lab setup. You have numerous errors in this configuration. First
thing I
want to ask is does the both devices have "active"
Layer 1 and Layer 2 connectivity? Based on the what you're trying to
do
using a teltone ISDN sim and two ISDN routers back-to-back
here's a revision of your configs that should work.. Also here is a
link
you should check out..
http://www.cisco.com/warp/public/793/access_dial/isdn-ppp-callback.html
hostname r1
!
username r2 password 0 gogi
isdn switch-type basic-ni1
!
interface BRI0/0
no ip address
encapsulation ppp
isdn spid1 281927735201
isdn spid2 281927735302
dialer pool-member 1
ppp callback accept
ppp authentication chap
!
interface Dialer0
ip address 2.2.2.1 255.255.255.0
encapsulation ppp
dialer remote-name r2
dialer callback-secure
dialer idle-timeout 20
dialer string 92819277354 class callhimback
dialer pool 1
dialer-group 1
ppp authentication chap
!
ip classless
!
map-class dialer callhimback
dialer callback-server username
!
dialer-list 1 protocol ip permit
_________________________________________
hostname r2
username r1 password 0 cisco
isdn switch-type basic-ni
!
interface BRI0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-ni
isdn spid1 0835866201 8358662
isdn spid2 0835866401 8358664
ppp callback request
ppp authentication chap
!
interface Dialer0
ip address 2.2.2.2 255.255.255.0
encapsulation ppp
dialer remote-name r2
dialer string 8358661
dialer pool 1
dialer-group 1
ppp authentication chap
!
dialer-list 1 protocol ip permit
----- Original Message -----
From: "Diehm, Brian" <Brian.Diehm@xxxxxxxxxx>
To: "Ccielab (E-mail)" <ccielab@xxxxxxxxxxxxxx>
Sent: Monday, September 24, 2001 11:37 PM
Subject: ISDN callback with dialer interfaces
> I am not sure why this isn't working. I originally pasted in a config
> and it worked. Now I configure it on my own and it doesn't work. I
> have compared the two configs side by side and they appear to match.
>
> The problem is that R2 can dialer R1 but R1 refuses to call R2 back.
> When I do a debug dialer it says
>
> BRI0/0:1: No callback configured for user r2.
>
> I am not sure why it is saying this because it looks to me like I have
> it enabled. I am at a complete loss. Any ideas?
>
>
>
> hostname r1
> !
> username r2 password 0 gogi
> isdn switch-type basic-ni1
> !
> interface BRI0/0
> no ip address
> encapsulation ppp
> isdn spid1 281927735201
> isdn spid2 281927735302
> dialer pool-member 1
> ppp callback accept
> ppp authentication chap
> !
> interface Dialer0
> ip address 2.2.2.1 255.255.255.0
> encapsulation ppp
> dialer remote-name r2
> dialer callback-secure
> dialer idle-timeout 20
> dialer string 92819277354 class callhimback
> dialer pool 1
> dialer-group 1
> ppp authentication chap
> !
> no ip classless
> !
> map-class dialer callhimback
> dialer callback-server username
> !
> dialer-list 1 protocol ip permit
>
> _________________________________________
>
> hostname r5
NT: The other router is configured to for r2... here you have r5as
the
hostname.
As well the account of the called router here should be R1...
> username r2 password 0 cisco
> isdn switch-type basic-ni
> !
> interface BRI0
> no ip address
> no ip directed-broadcast
> encapsulation ppp
> dialer pool-member 1
> isdn switch-type basic-ni
> isdn spid1 0835866201
> isdn spid2 0835866401
> ppp callback accept
NT: If this is the calling router then it;s going to request the
callback.
The callback server(router) accepts the callback.
> ppp authentication chap
> !
> interface Dialer0
> ip address 25.25.25.5 255.255.255.0
> encapsulation ppp
> dialer remote-name r2
> dialer callback-secure
> dialer string 8358661 class CALLHIMBACK
NT: Only the router(acting as the callback server) requires the
class-map
which is used to tell the router
how and who is allowed to recieve the callback once authenticated.
> dialer pool 1
> dialer-group 1
> ppp authentication chap
> !
> map-class dialer CALLHIMBACK
> dialer callback-server username
> dialer-list 1 protocol ip permit
>
>
> Thanks,
> Brian
> **Please read:http://www.groupstudy.com/list/posting.html
**Please read:http://www.groupstudy.com/list/posting.html
_______________________________________________________
To unsubscribe from the CCIELAB list, send a message to
majordomo@xxxxxxxxxxxxxx with the body containing:
unsubscribe ccielab