Re: ISDN - I can't ping bri0

2000-10-01 Thread Andre Fecteau

Hello,

I was told that when you're working with NI1 & DMS100 you need your LDN.
ex: isdn spid1 80856532230101 5653223 <--This is working config for one of
our routers spids.

In your case the Spid's show valid, so I don't think this is the problem,
but it couldn't hurt to try it.  After making the change, if you try it
make sure you clear the interface.  If you do try it, you would probably
have to do this on both sides.  That's my 2 cents for whatever it's
worth.  Good luck!

clear int bri0

Andre

Ron S wrote:

> Can you please help here ?
> From routerA I try to ping RouterB and ping is unsuccessfull ?
>
> #show dialer displays "Last status:Fail", Last called: 00:00:16
>
> #show isdn status seems OK on both routers;
> State=MULTIPLE_FRAME_ESTABLISHED
> spid1 sent, spid1 valid...
>
> #show int bri0
> bri0 is up, line protocol is up (spoofing)...
>
> ROUTERA
> hostname RouterA
> !
> enable password cisco
> username RouterB password 7 03075
> isdn switch-type basic-ni1
> !
> int s0
> no ip add
> !
> int bri0
> ip add 196.1.1.1.1 255.255.255.0
> encap ppp
> isdn spid1 5101 8995101
> isdn spid2 5102 8995102
> dialer idle-timeout 90
> dialer map ip 196.1.1.2 name RouterB broadcast 8995201
>
> dialer load-threshold 1
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
> !
> no ip classless
> dialer-list 1 protocol ip permit
> !
> line con 0
> password cisco
> login
> line aux 0
> line vty 0 4
> login
> !
> end
>
> ROUTERB
>
> hostname RouterB
> !
> enable password cisco
> username RouterA password 7 03075
> isdn switch-type basic-ni1
> !
> int s0
> no ip add
> !
> int bri0
> ip add 196.1.1.1.2 255.255.255.0
> encap ppp
> isdn spid1 5101 8995201
> isdn spid2 5102 8995202
> dialer idle-timeout 90
> dialer map ip 196.1.1.1 name RouterA
>
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
> !
> no ip classless
> dialer-list 1 protocol ip permit
> !
> line con 0
> password cisco
> login
> line aux 0
> line vty 0 4
> login
> !
> end
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 - I can't ping bri0

2000-09-27 Thread Billy Monroe

The aditional 'octet' is a typo. The addresses are 196.1.1.1 and 196.1.1.2,
of course.

<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> Interesting IP addresses you have on the BRI ports.  I assume you have
fudged
> them for security and mis-typed, because I'd be surprised if any router
would
> accept them.  You might want to check that your real addresses are OK.
> Having said that, I doubt it's the cause of the problem - the output of
the
> debugs mentioned by 'clue' could be useful though.
>
> JMcL
> -- Forwarded by Jenny Mcleod/NSO/CSDA on 28/09/2000
09:28 am
> ---
>
>
> [EMAIL PROTECTED] (Clue Less) on 27/09/2000 10:51:04 pm
>
> Please respond to [EMAIL PROTECTED] (Clue Less)
>
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: JENNY MCLEOD/NSO/CSDA)
> Subject:  Re: ISDN - I can't ping bri0
>
>
>
> Not sure, could you do a 'debug isdn q931' and 'debug ppp neg' to find
> out how far it gets?
>
> Clue.
>
> On 26 Sep 2000 21:58:41 -0400, [EMAIL PROTECTED] ("Ron S") wrote:
>
> >Can you please help here ?
> >From routerA I try to ping RouterB and ping is unsuccessfull ?
> >
> >#show dialer displays "Last status:Fail", Last called: 00:00:16
> >
> >#show isdn status seems OK on both routers;
> >State=MULTIPLE_FRAME_ESTABLISHED
> >spid1 sent, spid1 valid...
> >
> >#show int bri0
> >bri0 is up, line protocol is up (spoofing)...
> >
> >
> >
> >
> >
> >ROUTERA
> >hostname RouterA
> >!
> >enable password cisco
> >username RouterB password 7 03075
> >isdn switch-type basic-ni1
> >!
> >int s0
> >no ip add
> >!
> >int bri0
> >ip add 196.1.1.1.1 255.255.255.0
> >encap ppp
> >isdn spid1 5101 8995101
> >isdn spid2 5102 8995102
> >dialer idle-timeout 90
> >dialer map ip 196.1.1.2 name RouterB broadcast 8995201
> >
> >dialer load-threshold 1
> >dialer-group 1
> >no fair-queue
> >ppp auth chap
> >ppp multilink
> >!
> >no ip classless
> >dialer-list 1 protocol ip permit
> >!
> >line con 0
> >password cisco
> >login
> >line aux 0
> >line vty 0 4
> >login
> >!
> >end
> >
> >
> >ROUTERB
> >
> >hostname RouterB
> >!
> >enable password cisco
> >username RouterA password 7 03075
> >isdn switch-type basic-ni1
> >!
> >int s0
> >no ip add
> >!
> >int bri0
> >ip add 196.1.1.1.2 255.255.255.0
> >encap ppp
> >isdn spid1 5101 8995201
> >isdn spid2 5102 8995202
> >dialer idle-timeout 90
> >dialer map ip 196.1.1.1 name RouterA
> >
> >dialer-group 1
> >no fair-queue
> >ppp auth chap
> >ppp multilink
> >!
> >no ip classless
> >dialer-list 1 protocol ip permit
> >!
> >line con 0
> >password cisco
> >login
> >line aux 0
> >line vty 0 4
> >login
> >!
> >end
> >
> >
> >**NOTE: New CCNA/CCDA List has been formed. For more information go to
> >http://www.groupstudy.com/list/Associates.html
> >_
> >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]
> >
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>
>
>
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 - I can't ping bri0

2000-09-27 Thread jenny . mcleod



Interesting IP addresses you have on the BRI ports.  I assume you have fudged
them for security and mis-typed, because I'd be surprised if any router would
accept them.  You might want to check that your real addresses are OK.
Having said that, I doubt it's the cause of the problem - the output of the
debugs mentioned by 'clue' could be useful though.

JMcL
-- Forwarded by Jenny Mcleod/NSO/CSDA on 28/09/2000 09:28 am
---


[EMAIL PROTECTED] (Clue Less) on 27/09/2000 10:51:04 pm

Please respond to [EMAIL PROTECTED] (Clue Less)


To:   [EMAIL PROTECTED]
cc:(bcc: JENNY MCLEOD/NSO/CSDA)
Subject:  Re: ISDN - I can't ping bri0



Not sure, could you do a 'debug isdn q931' and 'debug ppp neg' to find
out how far it gets?

Clue.

On 26 Sep 2000 21:58:41 -0400, [EMAIL PROTECTED] ("Ron S") wrote:

>Can you please help here ?
>From routerA I try to ping RouterB and ping is unsuccessfull ?
>
>#show dialer displays "Last status:Fail", Last called: 00:00:16
>
>#show isdn status seems OK on both routers;
>State=MULTIPLE_FRAME_ESTABLISHED
>spid1 sent, spid1 valid...
>
>#show int bri0
>bri0 is up, line protocol is up (spoofing)...
>
>
>
>
>
>ROUTERA
>hostname RouterA
>!
>enable password cisco
>username RouterB password 7 03075
>isdn switch-type basic-ni1
>!
>int s0
>no ip add
>!
>int bri0
>ip add 196.1.1.1.1 255.255.255.0
>encap ppp
>isdn spid1 5101 8995101
>isdn spid2 5102 8995102
>dialer idle-timeout 90
>dialer map ip 196.1.1.2 name RouterB broadcast 8995201
>
>dialer load-threshold 1
>dialer-group 1
>no fair-queue
>ppp auth chap
>ppp multilink
>!
>no ip classless
>dialer-list 1 protocol ip permit
>!
>line con 0
>password cisco
>login
>line aux 0
>line vty 0 4
>login
>!
>end
>
>
>ROUTERB
>
>hostname RouterB
>!
>enable password cisco
>username RouterA password 7 03075
>isdn switch-type basic-ni1
>!
>int s0
>no ip add
>!
>int bri0
>ip add 196.1.1.1.2 255.255.255.0
>encap ppp
>isdn spid1 5101 8995201
>isdn spid2 5102 8995202
>dialer idle-timeout 90
>dialer map ip 196.1.1.1 name RouterA
>
>dialer-group 1
>no fair-queue
>ppp auth chap
>ppp multilink
>!
>no ip classless
>dialer-list 1 protocol ip permit
>!
>line con 0
>password cisco
>login
>line aux 0
>line vty 0 4
>login
>!
>end
>
>
>**NOTE: New CCNA/CCDA List has been formed. For more information go to
>http://www.groupstudy.com/list/Associates.html
>_
>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]
>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]




**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 - I can't ping bri0

2000-09-27 Thread Clue Less

Not sure, could you do a 'debug isdn q931' and 'debug ppp neg' to find
out how far it gets?

Clue.

On 26 Sep 2000 21:58:41 -0400, [EMAIL PROTECTED] ("Ron S") wrote:

>Can you please help here ?
>From routerA I try to ping RouterB and ping is unsuccessfull ?
>
>#show dialer displays "Last status:Fail", Last called: 00:00:16
>
>#show isdn status seems OK on both routers;
>State=MULTIPLE_FRAME_ESTABLISHED
>spid1 sent, spid1 valid...
>
>#show int bri0
>bri0 is up, line protocol is up (spoofing)...
>
>
>
>
>
>ROUTERA
>hostname RouterA
>!
>enable password cisco
>username RouterB password 7 03075
>isdn switch-type basic-ni1
>!
>int s0
>no ip add
>!
>int bri0
>ip add 196.1.1.1.1 255.255.255.0
>encap ppp
>isdn spid1 5101 8995101
>isdn spid2 5102 8995102
>dialer idle-timeout 90
>dialer map ip 196.1.1.2 name RouterB broadcast 8995201
>
>dialer load-threshold 1
>dialer-group 1
>no fair-queue
>ppp auth chap
>ppp multilink
>!
>no ip classless
>dialer-list 1 protocol ip permit
>!
>line con 0
>password cisco
>login
>line aux 0
>line vty 0 4
>login
>!
>end
>
>
>ROUTERB
>
>hostname RouterB
>!
>enable password cisco
>username RouterA password 7 03075
>isdn switch-type basic-ni1
>!
>int s0
>no ip add
>!
>int bri0
>ip add 196.1.1.1.2 255.255.255.0
>encap ppp
>isdn spid1 5101 8995201
>isdn spid2 5102 8995202
>dialer idle-timeout 90
>dialer map ip 196.1.1.1 name RouterA
>
>dialer-group 1
>no fair-queue
>ppp auth chap
>ppp multilink
>!
>no ip classless
>dialer-list 1 protocol ip permit
>!
>line con 0
>password cisco
>login
>line aux 0
>line vty 0 4
>login
>!
>end
>
>
>**NOTE: New CCNA/CCDA List has been formed. For more information go to
>http://www.groupstudy.com/list/Associates.html
>_
>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]
>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 - I can't ping bri0

2000-09-26 Thread Ron S

Can you please help here ?
>From routerA I try to ping RouterB and ping is unsuccessfull ?

#show dialer displays "Last status:Fail", Last called: 00:00:16

#show isdn status seems OK on both routers;
State=MULTIPLE_FRAME_ESTABLISHED
spid1 sent, spid1 valid...

#show int bri0
bri0 is up, line protocol is up (spoofing)...





ROUTERA
hostname RouterA
!
enable password cisco
username RouterB password 7 03075
isdn switch-type basic-ni1
!
int s0
no ip add
!
int bri0
ip add 196.1.1.1.1 255.255.255.0
encap ppp
isdn spid1 5101 8995101
isdn spid2 5102 8995102
dialer idle-timeout 90
dialer map ip 196.1.1.2 name RouterB broadcast 8995201

dialer load-threshold 1
dialer-group 1
no fair-queue
ppp auth chap
ppp multilink
!
no ip classless
dialer-list 1 protocol ip permit
!
line con 0
password cisco
login
line aux 0
line vty 0 4
login
!
end


ROUTERB

hostname RouterB
!
enable password cisco
username RouterA password 7 03075
isdn switch-type basic-ni1
!
int s0
no ip add
!
int bri0
ip add 196.1.1.1.2 255.255.255.0
encap ppp
isdn spid1 5101 8995201
isdn spid2 5102 8995202
dialer idle-timeout 90
dialer map ip 196.1.1.1 name RouterA

dialer-group 1
no fair-queue
ppp auth chap
ppp multilink
!
no ip classless
dialer-list 1 protocol ip permit
!
line con 0
password cisco
login
line aux 0
line vty 0 4
login
!
end


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]