Re: username callback dialstring

From: Paul Borghese (pborghese@xxxxxxxxxxxxxx)
Date: Thu Jun 14 2001 - 08:36:55 GMT-3


   
For dialer- profiles you need to use a Username/Password combination so the
router can recognize which dialer profile to attach to the incoming call.
In the later versions of the IOS, the software has the capability to use
Caller ID and match against the dialer-string.

So make sure you have ppp authentication enabled and the correct passwords
set. If router A is calling Router B, you must have a line on router B that
says:

username A password .....

Likewise, router A must have a Username B ....

Here is an example configuration of it working:

username r7 password 0 cisco
!
interface BRI0
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 2010 2010
!
interface Dialer0
 description ISDN to Router77
 ip address 161.64.27.1 255.255.255.128
 no ip directed-broadcast
 encapsulation ppp
 dialer pool 1
 dialer idle-timeout 45
 dialer string 2012
 dialer-group 1
 ppp authentication chap
 ppp chap password 7 14141B180F0B
!
dialer-list 1 protocol ip permit

----- Original Message -----
From: "Ilya Mazhara" <willy@aspect.vyatka.ru>
To: "Padhu (LFG)" <padhu@steinroe.com>
Cc: <ccielab@groupstudy.com>
Sent: Thursday, June 14, 2001 1:49 AM
Subject: Re: username callback dialstring

> i got same result
>
> "Padhu (LFG)" wrote:
> >
> > If anyone has tried username callback dialstring for callbacks and got
it
> > working , pls let me know. I can never get it to work.
> >
> > Cheers,Padhu
> > **Please read:http://www.groupstudy.com/list/posting.html
> **Please read:http://www.groupstudy.com/list/posting.html
**Please read:http://www.groupstudy.com/list/posting.html



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:31:23 GMT-3