Re: ISDN Configuration - Help

2000-06-26 Thread Raymond Everson (Rainman)

Aziz, Light! (Sorry, it's from "The Fifth Element" and I couldn't help it)

First, the easy one:
If you don't want RouterB to be able to dial to RouterA, simply do not define
interesting traffic (am I missing something?)
Second (the linear thinker in me) (Assuming Q.931 & Q.921 are cool)
Remove auth. altogether; does the int complete the call?
Next (progressive jazz):
Eliminate "Ppp pap sent-username RouterB password cisco2" from the BRI0
interface on RouterB; with debug dialer & debug ppp neg, what's going on?
(btw:  doophus question of the day:  what's "debug ppp auth" ?
I think your passwords are bass-ackwards.  On RouterB, I think you wanna
put "Ppp pap sent-username RouterA password cisco1" and vice-versa on
RouterA.

Remember the words of the venerable Bruce Caslow "It's always TWO
things; (1) What to do; and (2) What to look for"

Please let me know if this works 'cause I can't call out to another ISDN-
Connected router  (unless you want to work a few things out together!)
Tx,
Rainman

mm wrote:

> Do a search on 'chap pap' and 'callin'
>
> "Aziz Islam" <[EMAIL PROTECTED]> wrote in message
> 000701bfd544$81014620$[EMAIL PROTECTED]">news:000701bfd544$81014620$[EMAIL PROTECTED]...
> > Hi Folks,
> > My ISDN configuration (using an ISDN simulator) does not work for some
> > reason. Can anyone please give a sanity check to my configurations below
> and
> > point out where I am fumbling.  I am trying to make an ISDN configuration
> > using PAP and different passwords at both ends to work. Also, only RouterA
> > should be able to dial-out to RouterB. When I do a "debug ppp auth" and
> > "debug ppp neg", I see an authentication failure message.  Can anyone
> please
> > spot the problem with my configuration ? I have tried to scan the whole
> > documentation CD but to no avail. Thanks.
> >
> > Aziz
> >
> > RouterA#
> > Isdn switch-type basic-dms100
> > Username RouterB password cisco2
> >
> > Int bri 0
> > Ip address 10.1.1.1 255.255.255.0
> > Encap ppp
> > Ppp authentication pap
> > Dialer map ip 10.1.1.2 name RouterB broadcast 2220001
> > Isdn spid1 111000100 1110001
> > Isdn spid2 111000200 1110002
> > Dialer-group 1
> > Ppp pap sent-username RouterA password cisco1
> > !
> > dialer-list 1 protocol ip permit
> >
> > RouterB#
> > Isdn switch-type basic-dms100
> > Username RouterA password cisco1
> >
> > Int bri 0
> > Ip address 10.1.1.2 255.255.255.0
> > Encap ppp
> > Ppp authentication pap
> > Dialer map ip 10.1.1.1 name RouterA broadcast
> > Isdn spid1 222000100 2220001
> > Isdn spid2 222000200 2220002
> > Dialer-group 1
> > Ppp pap sent-username RouterB password cisco2
> > !
> > dialer-list 1 protocol ip permit
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > ---
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: ISDN Configuration - Help

2000-06-20 Thread mm

Do a search on 'chap pap' and 'callin'


"Aziz Islam" <[EMAIL PROTECTED]> wrote in message
000701bfd544$81014620$[EMAIL PROTECTED]">news:000701bfd544$81014620$[EMAIL PROTECTED]...
> Hi Folks,
> My ISDN configuration (using an ISDN simulator) does not work for some
> reason. Can anyone please give a sanity check to my configurations below
and
> point out where I am fumbling.  I am trying to make an ISDN configuration
> using PAP and different passwords at both ends to work. Also, only RouterA
> should be able to dial-out to RouterB. When I do a "debug ppp auth" and
> "debug ppp neg", I see an authentication failure message.  Can anyone
please
> spot the problem with my configuration ? I have tried to scan the whole
> documentation CD but to no avail. Thanks.
>
> Aziz
>
> RouterA#
> Isdn switch-type basic-dms100
> Username RouterB password cisco2
>
> Int bri 0
> Ip address 10.1.1.1 255.255.255.0
> Encap ppp
> Ppp authentication pap
> Dialer map ip 10.1.1.2 name RouterB broadcast 2220001
> Isdn spid1 111000100 1110001
> Isdn spid2 111000200 1110002
> Dialer-group 1
> Ppp pap sent-username RouterA password cisco1
> !
> dialer-list 1 protocol ip permit
>
> RouterB#
> Isdn switch-type basic-dms100
> Username RouterA password cisco1
>
> Int bri 0
> Ip address 10.1.1.2 255.255.255.0
> Encap ppp
> Ppp authentication pap
> Dialer map ip 10.1.1.1 name RouterA broadcast
> Isdn spid1 222000100 2220001
> Isdn spid2 222000200 2220002
> Dialer-group 1
> Ppp pap sent-username RouterB password cisco2
> !
> dialer-list 1 protocol ip permit
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



ISDN Configuration - Help

2000-06-16 Thread Aziz Islam

Hi Folks,
My ISDN configuration (using an ISDN simulator) does not work for some
reason. Can anyone please give a sanity check to my configurations below and
point out where I am fumbling.  I am trying to make an ISDN configuration
using PAP and different passwords at both ends to work. Also, only RouterA
should be able to dial-out to RouterB. When I do a "debug ppp auth" and
"debug ppp neg", I see an authentication failure message.  Can anyone please
spot the problem with my configuration ? I have tried to scan the whole
documentation CD but to no avail. Thanks.

Aziz

RouterA#
Isdn switch-type basic-dms100
Username RouterB password cisco2

Int bri 0
Ip address 10.1.1.1 255.255.255.0
Encap ppp
Ppp authentication pap
Dialer map ip 10.1.1.2 name RouterB broadcast 2220001
Isdn spid1 111000100 1110001
Isdn spid2 111000200 1110002
Dialer-group 1
Ppp pap sent-username RouterA password cisco1
!
dialer-list 1 protocol ip permit

RouterB#
Isdn switch-type basic-dms100
Username RouterA password cisco1

Int bri 0
Ip address 10.1.1.2 255.255.255.0
Encap ppp
Ppp authentication pap
Dialer map ip 10.1.1.1 name RouterA broadcast
Isdn spid1 222000100 2220001
Isdn spid2 222000200 2220002
Dialer-group 1
Ppp pap sent-username RouterB password cisco2
!
dialer-list 1 protocol ip permit

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]