Re: Isdn error with PPP - Why always?? [7:63255]

2003-02-18 Thread Cisco Nuts
Now I had definitely heard of the notorios ppp multilink!! Just haven't
nailed it down for now.

Also using peer ip address and no peer neighbor-route.

I will try it later as I am hesitant to use ppp encap right now lest I
get frustrated and lose another hour in my studies. I had to reboot the
switch and the routers and with hdlc encap, dialer profiles, floating
statics, backup intf's. work like a champ along with legacy ddr.

Thank you.

Sincerely,

CN

>From: "Debbie Westall" >Reply-To: "Debbie Westall" >To:
[EMAIL PROTECTED] >Subject: Re: Isdn error with PPP - Why always??
[7:63255] >Date: Tue, 18 Feb 2003 17:02:46 GMT > >I frequently have
trouble when I go from hdlc to ppp. Usually it's >something I didn't
configure with the ppp. I take one command out at a >time that I added
until things come back up. I start with removing ppp >multilink. > >also
you may want to turn on some debugs > >debug dialer >debug ppp negot
>debug ppp authen > > >Debbie > >On Tue, 18 Feb 2003, Cisco Nuts wrote: >
> > Hello, Just set up basic Isdn b/w 2 routers using the default hdlc
encap > > and was working perfectly fine till I changed the encap to ppp,
ppp auth > > chap, ppp multilink and ppp chap hostname R7. Then it just
stopped > > working :- out this msg. on the screen:R8-G# > > 4d19h:
%ISDN-4-INVALID_CALLEDNUMBER: Interface BR0, Ignoring call, LDN > > and
Called Party Number mismatch I looked to see if the called number had > >
changed even though I had not touched it. It is still valid and so are >
> the spids. R8-G#ri b0 > > Building configuration...Current
configuration : 353 bytes > > ! > > interface BRI0 > > ip address 9.9.9.1
255.255.255.0 > > ip ospf demand-circuit > > dialer idle-timeout 90 > >
dialer map ip 9.9.9.1 broadcast 5553000 > > dialer load-threshold 1
outbound > > dialer-group 1 > > isdn switch-type basic-ni > > isdn spid1
055511 5551000 > > isdn spid2 055521 5552000 > > R8-G#sh is st >
> TEI > > Global ISDN Switchtype = basic-niter Age Seq# C > > Layer 1
Status: > > ACTIVE > > Layer 2 Status: > > TEI = 123, Ces = 1, SAPI = 0,
State = MULTIPLE_FRAME_ESTABLISHED > > TEI = 124, Ces = 2, SAPI = 0,
State = MULTIPLE_FRAME_ESTABLISHED > > TEI 123, ces = 1, state = 5(init)
> > spid1 configured, spid1 sent, spid1 valid > > Endpoint ID Info: epsf
= 0, usid = 1, tid = 1 > > TEI 124, ces = 2, state = 5(init) > > spid2
configured, spid2 sent, spid2 valid > > Endpoint ID Info: epsf = 0, usid
= 3, tid = 1 > > Layer 3 Status: > > 0 Active Layer 3 Call(s) > >
CCB:callid=801C, sapi=0, ces=1, B-chan=1, calltype=DATA > > Active dsl 0
CCBs = 1 > > The Free Channel Mask: 0x8002 > > Total Allocated ISDN
CCBs = 1 I am beginning to guess that the problem is > > a HARDWARE one
with the ISDN switch being the culprit. I guess as usual I > > need to
give it rest for a couple of hours and start it again for this to > >
work with just HDLC encap. To think that I was told that the Merge > >
switch was the Rolls Royce of ISDN switches when I paid a "million" $$ >
> for it last year :-(But if any one has any suggestions/advice, I would
> > gratefully appreciate it.Thank you.Sincerely,CN > > > >

> > > > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > > > >
misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Help STOP SPAM with the new MSN 8 and get 2 months FREE*




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63283&t=63255
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Isdn error with PPP - Well...NEVER again !!!! [7:63301]

2003-02-18 Thread Cisco Nuts
Alright!! After many many months of frustration with what I thought was a
problem with ppp encap, it turned out to be something else.
As Stuart correctly pointed me to this url (which I have no idea why I
did not look it up earlier) the problem lies with using LDN along with
the SPID #'s. Thank you Stuart for this one.

I tested it first using just plain HDLC, then with plain PPP, then added
ppp auth chap, then ppp chap hostanme and then with finally what I
presumed to be the culprit, ppp multilink. But lo behold!! all of these
worked with NO problem when the LDN # is not specified along with the
SPID #.

Here is my config:

Current configuration : 455 bytes
!
interface BRI0
 ip address 9.9.9.1 255.255.255.0
 encapsulation ppp
 ip ospf network broadcast
 ip ospf demand-circuit
 dialer map ip 9.9.9.2 broadcast 5553000
 dialer load-threshold 1 either
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 055511
 isdn spid2 055521
 cdapi buffers regular 0
 cdapi buffers raw 0
 cdapi buffers large 0
 ppp authentication chap
 ppp chap hostname backup
 ppp chap password 7 121A061902
 ppp multilink
end

R8#ping 9.9.9.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 9.9.9.2, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/38/40 ms
R8#

Hope this helps others like me with similiar problems

>From: "Stuart Potts" >Reply-To: "Stuart Potts" >To: [EMAIL PROTECTED]
>Subject: RE: Isdn error with PPP - Why always?? [7:63255] >Date: Tue, 18
Feb 2003 16:34:19 GMT > >For more information; >
>http://www.cisco.com/warp/public/129/bri_invalid_spid.html > >regards >
>/Stuart > >-Original Message- >From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of >MADMAN >Sent: 18 February
2003 15:06 >To: [EMAIL PROTECTED] >Subject: Re: Isdn error with PPP -
Why always?? [7:63255] > > >try debug isdn q931, this may give you some
more info. > > Dave > >Cisco Nuts wrote: > > Hello, Just set up basic
Isdn b/w 2 routers using the default hdlc encap > > and was working
perfectly fine till I changed the encap to ppp, ppp auth > > chap, ppp
multilink and ppp chap hostname R7. Then it just stopped > > working :-
out this msg. on the screen:R8-G# > > 4d19h:
%ISDN-4-INVALID_CALLEDNUMBER: Interface BR0, Ignoring call, LDN > > and
Called Party Number mismatch I looked to see if the called number had > >
changed even though I had not touched it. It is still valid and so are >
> the spids. R8-G#ri b0 > > Building configuration...Current
configuration : 353 bytes > > ! > > interface BRI0 > > ip address 9.9.9.1
255.255.255.0 > > ip ospf demand-circuit > > dialer idle-timeout 90 > >
dialer map ip 9.9.9.1 broadcast 5553000 > > dialer load-threshold 1
outbound > > dialer-group 1 > > isdn switch-type basic-ni > > isdn spid1
055511 5551000 > > isdn spid2 055521 5552000 > > R8-G#sh is st >
> TEI > > Global ISDN Switchtype = basic-niter Age Seq# C > > Layer 1
Status: > > ACTIVE > > Layer 2 Status: > > TEI = 123, Ces = 1, SAPI = 0,
State = MULTIPLE_FRAME_ESTABLISHED > > TEI = 124, Ces = 2, SAPI = 0,
State = MULTIPLE_FRAME_ESTABLISHED > > TEI 123, ces = 1, state = 5(init)
> > spid1 configured, spid1 sent, spid1 valid > > Endpoint ID Info: epsf
= 0, usid = 1, tid = 1 > > TEI 124, ces = 2, state = 5(init) > > spid2
configured, spid2 sent, spid2 valid > > Endpoint ID Info: epsf = 0, usid
= 3, tid = 1 > > Layer 3 Status: > > 0 Active Layer 3 Call(s) > >
CCB:callid=801C, sapi=0, ces=1, B-chan=1, calltype=DATA > > Active dsl 0
CCBs = 1 > > The Free Channel Mask: 0x8002 > > Total Allocated ISDN
CCBs = 1 I am beginning to guess that the problem is > > a HARDWARE one
with the ISDN switch being the culprit. I guess as usual I > > need to
give it rest for a couple of hours and start it again for this to > >
work with just HDLC encap. To think that I was told that the Merge > >
switch was the Rolls Royce of ISDN switches when I paid a "million" $$ >
> for it last year :-(But if any one has any suggestions/advice, I would
> > gratefully appreciate it.Thank you.Sincerely,CN > > > >

> > > > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* >--
>David Madland >CCIE# 2016 >Sr. Network Engineer >Qwest Communications
>612-664-3367 > >"You don't make the poor richer by making the rich
misconduct and Nondisclosure violations to [EMAIL PROTECTED]



MSN 8 helps ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63301&t=63301
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Isdn error with PPP - Why always?? [7:63255]

2003-02-18 Thread Debbie Westall
I frequently have trouble when I go from hdlc to ppp. Usually it's
something I didn't configure with the ppp. I take one command out at a
time that I added until things come back up. I start with removing ppp
multilink.

also you may want to turn on some debugs

debug dialer
debug ppp negot
debug ppp authen


Debbie

On Tue, 18 Feb 2003, Cisco Nuts wrote:

> Hello, Just set up basic Isdn b/w 2 routers using the default hdlc encap
> and was working perfectly fine till I changed the encap to ppp, ppp auth
> chap, ppp multilink and ppp chap hostname R7. Then it just stopped
> working :- out this msg. on the screen:R8-G#
> 4d19h: %ISDN-4-INVALID_CALLEDNUMBER: Interface BR0, Ignoring call, LDN
> and Called Party Number mismatch I looked to see if the called number had
> changed even though I had not touched it. It is still valid and so are
> the spids. R8-G#ri b0
> Building configuration...Current configuration : 353 bytes
> !
> interface BRI0
>  ip address 9.9.9.1 255.255.255.0
>  ip ospf demand-circuit
>  dialer idle-timeout 90
>  dialer map ip 9.9.9.1 broadcast 5553000
>  dialer load-threshold 1 outbound
>  dialer-group 1
>  isdn switch-type basic-ni
>  isdn spid1 055511 5551000
>  isdn spid2 055521 5552000
> R8-G#sh is st
> TEI
> Global ISDN Switchtype = basic-niter  Age Seq#   C
> Layer 1 Status:
> ACTIVE
> Layer 2 Status:
> TEI = 123, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> TEI = 124, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> TEI 123, ces = 1, state = 5(init)
> spid1 configured, spid1 sent, spid1 valid
> Endpoint ID Info: epsf = 0, usid = 1, tid = 1
> TEI 124, ces = 2, state = 5(init)
> spid2 configured, spid2 sent, spid2 valid
> Endpoint ID Info: epsf = 0, usid = 3, tid = 1
> Layer 3 Status:
> 0 Active Layer 3 Call(s)
> CCB:callid=801C, sapi=0, ces=1, B-chan=1, calltype=DATA
> Active dsl 0 CCBs = 1
> The Free Channel Mask:  0x8002
> Total Allocated ISDN CCBs = 1 I am beginning to guess that the problem is
> a HARDWARE one with the ISDN switch being the culprit. I guess as usual I
> need to give it rest for a couple of hours and start it again for this to
> work with just HDLC encap.  To think that I was told that the Merge
> switch was the Rolls Royce of ISDN switches when I paid a "million" $$
> for it last year :-(But if any one has any suggestions/advice, I would
> gratefully appreciate it.Thank you.Sincerely,CN
>
> 
>
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63273&t=63255
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Isdn error with PPP - Why always?? [7:63255]

2003-02-18 Thread Rick Guthier
I ran into a similar problem. I converted to PPP from HDLC, as well as
to dialer profiles from legacy ddr.  The problem was I forgot to put
"ppp authentication chap" on the bri interface.  It was there on the
dialer
Interface, but not in both places.  Adding it to the bri interface fixed
it.  I remember the debug and errors did not make it look like a ppp
authentication error.

Rick.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Cisco Nuts
Sent: Tuesday, February 18, 2003 8:13 AM
To: [EMAIL PROTECTED]
Subject: Isdn error with PPP - Why always?? [7:63255]

Hello, Just set up basic Isdn b/w 2 routers using the default hdlc encap
and was working perfectly fine till I changed the encap to ppp, ppp auth
chap, ppp multilink and ppp chap hostname R7. Then it just stopped
working :-<   This has been very frustrating!!  It started spitting
out this msg. on the screen:R8-G#
4d19h: %ISDN-4-INVALID_CALLEDNUMBER: Interface BR0, Ignoring call, LDN
and Called Party Number mismatch I looked to see if the called number
had
changed even though I had not touched it. It is still valid and so are
the spids. R8-G#ri b0
Building configuration...Current configuration : 353 bytes
!
interface BRI0
 ip address 9.9.9.1 255.255.255.0
 ip ospf demand-circuit
 dialer idle-timeout 90
 dialer map ip 9.9.9.1 broadcast 5553000
 dialer load-threshold 1 outbound
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 055511 5551000
 isdn spid2 055521 5552000
R8-G#sh is st
TEI
Global ISDN Switchtype = basic-niter  Age Seq#   C
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 123, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 124, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI 123, ces = 1, state = 5(init)
spid1 configured, spid1 sent, spid1 valid
Endpoint ID Info: epsf = 0, usid = 1, tid = 1
TEI 124, ces = 2, state = 5(init)
spid2 configured, spid2 sent, spid2 valid
Endpoint ID Info: epsf = 0, usid = 3, tid = 1
Layer 3 Status:
0 Active Layer 3 Call(s)
CCB:callid=801C, sapi=0, ces=1, B-chan=1, calltype=DATA
Active dsl 0 CCBs = 1
The Free Channel Mask:  0x8002
Total Allocated ISDN CCBs = 1 I am beginning to guess that the problem
is
a HARDWARE one with the ISDN switch being the culprit. I guess as usual
I
need to give it rest for a couple of hours and start it again for this
to
work with just HDLC encap.  To think that I was told that the Merge
switch was the Rolls Royce of ISDN switches when I paid a "million" $$
for it last year :-(But if any one has any suggestions/advice, I would
gratefully appreciate it.Thank you.Sincerely,CN



STOP MORE SPAM with the new MSN 8 and get 2 months FREE*




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63272&t=63255
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Isdn error with PPP - Why always?? [7:63255]

2003-02-18 Thread Stuart Potts
For more information;

http://www.cisco.com/warp/public/129/bri_invalid_spid.html

regards

/Stuart

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
MADMAN
Sent: 18 February 2003 15:06
To: [EMAIL PROTECTED]
Subject: Re: Isdn error with PPP - Why always?? [7:63255]


try debug isdn q931, this may give you some more info.

   Dave

Cisco Nuts wrote:
> Hello, Just set up basic Isdn b/w 2 routers using the default hdlc encap
> and was working perfectly fine till I changed the encap to ppp, ppp auth
> chap, ppp multilink and ppp chap hostname R7. Then it just stopped
> working :- out this msg. on the screen:R8-G#
> 4d19h: %ISDN-4-INVALID_CALLEDNUMBER: Interface BR0, Ignoring call, LDN
> and Called Party Number mismatch I looked to see if the called number had
> changed even though I had not touched it. It is still valid and so are
> the spids. R8-G#ri b0
> Building configuration...Current configuration : 353 bytes
> !
> interface BRI0
>  ip address 9.9.9.1 255.255.255.0
>  ip ospf demand-circuit
>  dialer idle-timeout 90
>  dialer map ip 9.9.9.1 broadcast 5553000
>  dialer load-threshold 1 outbound
>  dialer-group 1
>  isdn switch-type basic-ni
>  isdn spid1 055511 5551000
>  isdn spid2 055521 5552000
> R8-G#sh is st
> TEI
> Global ISDN Switchtype = basic-niter  Age Seq#   C
> Layer 1 Status:
> ACTIVE
> Layer 2 Status:
> TEI = 123, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> TEI = 124, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> TEI 123, ces = 1, state = 5(init)
> spid1 configured, spid1 sent, spid1 valid
> Endpoint ID Info: epsf = 0, usid = 1, tid = 1
> TEI 124, ces = 2, state = 5(init)
> spid2 configured, spid2 sent, spid2 valid
> Endpoint ID Info: epsf = 0, usid = 3, tid = 1
> Layer 3 Status:
> 0 Active Layer 3 Call(s)
> CCB:callid=801C, sapi=0, ces=1, B-chan=1, calltype=DATA
> Active dsl 0 CCBs = 1
> The Free Channel Mask:  0x8002
> Total Allocated ISDN CCBs = 1 I am beginning to guess that the problem is
> a HARDWARE one with the ISDN switch being the culprit. I guess as usual I
> need to give it rest for a couple of hours and start it again for this to
> work with just HDLC encap.  To think that I was told that the Merge
> switch was the Rolls Royce of ISDN switches when I paid a "million" $$
> for it last year :-(But if any one has any suggestions/advice, I would
> gratefully appreciate it.Thank you.Sincerely,CN
>
> 
>
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
--
David Madland
CCIE# 2016
Sr. Network Engineer
Qwest Communications
612-664-3367

"You don't make the poor richer by making the rich poorer." --Winston
Churchill




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63271&t=63255
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Isdn error with PPP - Why always?? [7:63255]

2003-02-18 Thread MADMAN
try debug isdn q931, this may give you some more info.

   Dave

Cisco Nuts wrote:
> Hello, Just set up basic Isdn b/w 2 routers using the default hdlc encap
> and was working perfectly fine till I changed the encap to ppp, ppp auth
> chap, ppp multilink and ppp chap hostname R7. Then it just stopped
> working :- out this msg. on the screen:R8-G#
> 4d19h: %ISDN-4-INVALID_CALLEDNUMBER: Interface BR0, Ignoring call, LDN
> and Called Party Number mismatch I looked to see if the called number had
> changed even though I had not touched it. It is still valid and so are
> the spids. R8-G#ri b0
> Building configuration...Current configuration : 353 bytes
> !
> interface BRI0
>  ip address 9.9.9.1 255.255.255.0
>  ip ospf demand-circuit
>  dialer idle-timeout 90
>  dialer map ip 9.9.9.1 broadcast 5553000
>  dialer load-threshold 1 outbound
>  dialer-group 1
>  isdn switch-type basic-ni
>  isdn spid1 055511 5551000
>  isdn spid2 055521 5552000
> R8-G#sh is st
> TEI
> Global ISDN Switchtype = basic-niter  Age Seq#   C
> Layer 1 Status:
> ACTIVE
> Layer 2 Status:
> TEI = 123, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> TEI = 124, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> TEI 123, ces = 1, state = 5(init)
> spid1 configured, spid1 sent, spid1 valid
> Endpoint ID Info: epsf = 0, usid = 1, tid = 1
> TEI 124, ces = 2, state = 5(init)
> spid2 configured, spid2 sent, spid2 valid
> Endpoint ID Info: epsf = 0, usid = 3, tid = 1
> Layer 3 Status:
> 0 Active Layer 3 Call(s)
> CCB:callid=801C, sapi=0, ces=1, B-chan=1, calltype=DATA
> Active dsl 0 CCBs = 1
> The Free Channel Mask:  0x8002
> Total Allocated ISDN CCBs = 1 I am beginning to guess that the problem is
> a HARDWARE one with the ISDN switch being the culprit. I guess as usual I
> need to give it rest for a couple of hours and start it again for this to
> work with just HDLC encap.  To think that I was told that the Merge
> switch was the Rolls Royce of ISDN switches when I paid a "million" $$
> for it last year :-(But if any one has any suggestions/advice, I would
> gratefully appreciate it.Thank you.Sincerely,CN
> 
> 
> 
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
-- 
David Madland
CCIE# 2016
Sr. Network Engineer
Qwest Communications
612-664-3367

"You don't make the poor richer by making the rich poorer." --Winston
Churchill




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63264&t=63255
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: ISDN error

2001-01-31 Thread Barnhill, Don

Dennis,

I see a few issues:

1. router a has ppp auth chap set up but its not on router b.
2. you need the username xxx password xxx on each router (global config) and
(the username 'xxx' is the other router's hostname that its talking too,
both the username and the password are case sensitive)..example for router a
is: hostname routerb password cisco
3. its appears that your spids are NOT valid.  Check your spids to ensure
you have the right ones and they are on the right router.

Don

-Original Message-
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 11:44 AM
To: '[EMAIL PROTECTED]'
Subject: ISDN error


I'm setting up my new Emutel Lite ISDN simulator and I'm this close to being
up (hold thumb and index finger very close together).  Can anybody tell me
what I'm doing wrong to get the last bit to work?  Attached are the configs
and the output from the show ISDN status command.  Thanks in advance to the
ones who figure it out.   

RouterA
s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routera
!
enable secret 5 $1$naI1$fKT5wJj8ZffPpJu294s6w.
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.2 name routerb broadcast 8995201
 dialer load-threshold 1 outbound
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5101 8995101
 isdn spid2 5102 8995102
 no fair-queue
 ppp authentication chap
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 password dismal
 login
 transport input none
line aux 0
 password dismal
 login
line vty 0 4
 password dismal
 login
!
end

routera#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routera#



RouterB
routerb#s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routerb
!
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.1 name routera
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5201 8995201
 isdn spid2 5202 8995202
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end

routerb#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routerb#

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: ISDN error

2001-01-31 Thread Buri, Heather H

Dennis,

I did not read all the way to the second config.  Your broadcast statement
might be okay but I would still double check the SPIDs against what Telco
has.

Heather

-Original Message-
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 12:44 PM
To: '[EMAIL PROTECTED]'
Subject: ISDN error


I'm setting up my new Emutel Lite ISDN simulator and I'm this close to being
up (hold thumb and index finger very close together).  Can anybody tell me
what I'm doing wrong to get the last bit to work?  Attached are the configs
and the output from the show ISDN status command.  Thanks in advance to the
ones who figure it out.   

RouterA
s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routera
!
enable secret 5 $1$naI1$fKT5wJj8ZffPpJu294s6w.
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.2 name routerb broadcast 8995201
 dialer load-threshold 1 outbound
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5101 8995101
 isdn spid2 5102 8995102
 no fair-queue
 ppp authentication chap
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 password dismal
 login
 transport input none
line aux 0
 password dismal
 login
line vty 0 4
 password dismal
 login
!
end

routera#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routera#



RouterB
routerb#s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routerb
!
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.1 name routera
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5201 8995201
 isdn spid2 5202 8995202
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end

routerb#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routerb#

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: ISDN error

2001-01-31 Thread Buri, Heather H

Dennis,

Just from quick inspection, one obvious problem is you are getting invalid
SPID messages.  I would contact your local provider and verify the SPIDs
against what they gave you.  

I also notice that on your dialer map statement, your number does not match
up with either of the SPID's you typed in for your SPID statements.

There may be something else that I am missing but I would start there.

Heather

-Original Message-
From: Dennis Laganiere [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 12:44 PM
To: '[EMAIL PROTECTED]'
Subject: ISDN error


I'm setting up my new Emutel Lite ISDN simulator and I'm this close to being
up (hold thumb and index finger very close together).  Can anybody tell me
what I'm doing wrong to get the last bit to work?  Attached are the configs
and the output from the show ISDN status command.  Thanks in advance to the
ones who figure it out.   

RouterA
s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routera
!
enable secret 5 $1$naI1$fKT5wJj8ZffPpJu294s6w.
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.2 name routerb broadcast 8995201
 dialer load-threshold 1 outbound
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5101 8995101
 isdn spid2 5102 8995102
 no fair-queue
 ppp authentication chap
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 password dismal
 login
 transport input none
line aux 0
 password dismal
 login
line vty 0 4
 password dismal
 login
!
end

routera#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routera#



RouterB
routerb#s ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routerb
!
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-dms100
!
interface BRI0
 ip address 196.1.1.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 90
 dialer map ip 196.1.1.1 name routera
 dialer-group 1
 isdn switch-type basic-dms100
 isdn spid1 5201 8995201
 isdn spid2 5202 8995202
 ppp multilink
!
ip classless
!
dialer-list 1 protocol ip permit
alias exec co config t
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end

routerb#s isdn sta
Global ISDN Switchtype = basic-dms100
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-dms100
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 65, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Status:
TEI 64, ces = 1, state = 4(await init)
spid1 configured, spid1 sent, spid1 NOT valid
TEI 65, ces = 2, state = 4(await init)
spid2 configured, spid2 sent, spid2 NOT valid
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
   Total Allocated ISDN CCBs = 0
routerb#

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]