Re: Minumum Config for ISDN BRI [7:30589]

2002-01-01 Thread DB

I would think that you would need at least a dialer map statement on each
router pointing back to the other router.


ex

dialer-map ip 172.16.1.1 name r2  broadcast

even though I think that this is a spidless switch.  You must still map the
dial number to an ip

try it ans see if it works

Dennis

McHugh Randy  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 In the BRS book it says there are only 5 minumum commands to get ISDN up
and
 running and that is
 2 global
 isdn switch-type basic-5ess
 and
 dialer-list 1 protocol ip permit

 and

 3 interface

 dialer-group 1
 dialer string 2001
 ip add 172.16.1.1 255.255.255.0

 I am having a hard time getting 2 routers with a bri's to talk accross an
 isdn switch with just those commands. Do I NEED to set the encapsulation
to
 be ppp instead of the default hdlc? Do I NEED to set authentication either
 pap or chap with username password pairs for each routers?  Do I NEED to
 make a map statment mapping het maping the ip of the local routers IP to
the
 remote routers ISDN # to call?
 Thanks in advance !
 Randy




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



Re: Minumum Config for ISDN BRI [7:30589]

2002-01-01 Thread MADMAN

You do NEED to define your SPIDs

  Dave

John Neiberger wrote:

 It appears that the router is dialing but the calls are
 failing.  Can we see the output of show isdn stat as well
 as debug isdn events and/or debug isdn q921 and debug isdn
 q931 ?

 John

 
 Get your own 800 number
 Voicemail, fax, email, and a lot more
 http://www.ureach.com/reg/tag

  On Mon, 31 Dec 2001, McHugh Randy ([EMAIL PROTECTED]) wrote:

  This is router 1
  r1#sh run int bri 0
  Building configuration...
 
  Current configuration : 124 bytes
  !
  interface BRI0
   ip address 172.16.2.1 255.255.255.0
   dialer string 2002
   dialer-group 1
   isdn switch-type basic-5ess
  end
  dialer-list 1 protocol ip permit
  r1#sh dialer
 
  BRI0 - dialer type = ISDN
 
  Dial String  Successes   FailuresLast DNIS   Last
 status
  2002 0 1000:10:08
 failed
  Default
  0 incoming call(s) have been screened.
  0 incoming call(s) rejected for callback.
 
  BRI0:1 - dialer type = ISDN
  Idle timer (120 secs), Fast idle timer (20 secs)
  Wait for carrier (30 secs), Re-enable (15 secs)
  Dialer state is idle
 
  BRI0:2 - dialer type = ISDN
  Idle timer (120 secs), Fast idle timer (20 secs)
  Wait for carrier (30 secs), Re-enable (15 secs)
  Dialer state is idle
  r1#
  01:30:17: BR0 DDR: cdp, 275 bytes, outgoing uninteresting (no
 list
  matched)
  01:30:17: BR0 DDR: sending broadcast to default destination --
  failed,
  not
  connected
 
  This is router 2
  r2#sh run int bri 0
  Building configuration...
 
  Current configuration : 124 bytes
  !
  interface BRI0
   ip address 172.16.2.2 255.255.255.0
   dialer string 2001
   dialer-group 1
   isdn switch-type basic-5ess
  end
  dialer-list 1 protocol ip permit
 
  r2#sh dialer
 
  BRI0 - dialer type = ISDN
 
  Dial String  Successes   FailuresLast DNIS   Last
 status
  2001 0  200:16:14
 failed
  Default
  0 incoming call(s) have been screened.
  0 incoming call(s) rejected for callback.
 
  BRI0:1 - dialer type = ISDN
  Idle timer (120 secs), Fast idle timer (20 secs)
  Wait for carrier (30 secs), Re-enable (15 secs)
  Dialer state is idle
 
  BRI0:2 - dialer type = ISDN
  Idle timer (120 secs), Fast idle timer (20 secs)
  Wait for carrier (30 secs), Re-enable (15 secs)
  Dialer state is idle
 
 
  I tried reversing the numbers for the dialer string like 2001
 and 2002
  on
  each router just in case I had the numbers for the dialer
 strings
  reversed
  but that did not help.
  Any suggestions appreciated.
  Thanks
  Randy
 [EMAIL PROTECTED]
--
David Madland
CCIE# 2016
Senior Network Engineer
Qwest Communications
612-664-3367




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



Re: Minumum Config for ISDN BRI [7:30589]

2002-01-01 Thread MADMAN

A debug isdn q921 will help answer why your not communicating with the
switch.

McHugh Randy wrote:

 Can you guys give me some insight into what this might be telling me?

 r2#sh isdn stat
 Global ISDN Switchtype = basic-5ess
 ISDN BRI0 interface
 dsl 0, interface ISDN Switchtype = basic-5ess
 Layer 1 Status:
 DEACTIVATED
 Layer 2 Status:
 Layer 2 NOT Activated
 Layer 3 Status:
 0 Active Layer 3 Call(s)
 Active dsl 0 CCBs = 0
 The Free Channel Mask:  0x8003
 Number of L2 Discards = 0, L2 Session ID = 4
 Total Allocated ISDN CCBs = 0
 r1#sh isdn stat
 Global ISDN Switchtype = basic-5ess
 ISDN BRI0 interface
 dsl 0, interface ISDN Switchtype = basic-5ess
 Layer 1 Status:
 ACTIVE
 Layer 2 Status:
 TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
 Layer 3 Status:
 0 Active Layer 3 Call(s)
 Active dsl 0 CCBs = 0
 The Free Channel Mask:  0x8003
 Number of L2 Discards = 0, L2 Session ID = 0
 Total Allocated ISDN CCBs = 0

 Still trying to make this work with the minumum 5 configuration commands:)
--
David Madland
CCIE# 2016
Senior Network Engineer
Qwest Communications
612-664-3367




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



Re: Re: Minumum Config for ISDN BRI [7:30589]

2002-01-01 Thread John Neiberger

I'll need to do a quick search on CCO to verify this but I 
don't think the 5ESS switch uses SPIDs, but the DMS-100 and 
National ISDN-1 require them.   IIRC, that is.  I know there is 
a link on CCO that shows the differences between the switch 
types.  Let me go look.  

Okay, here's a link similar to what I was remembering:

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_mod/1
600/1600icg/isdn.htm

Regards,
John



Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


 On Tue, 01 Jan 2002, MADMAN ([EMAIL PROTECTED]) wrote:

 
   You do NEED to define your SPIDs
 
   Dave
 
 John Neiberger wrote:
 
  It appears that the router is dialing but the calls are
  failing.  Can we see the output of show isdn stat as well
  as debug isdn events and/or debug isdn q921 and debug 
isdn
  q931 ?
 
  John
 
  
  Get your own 800 number
  Voicemail, fax, email, and a lot more
  http://www.ureach.com/reg/tag
 
   On Mon, 31 Dec 2001, McHugh Randy ([EMAIL PROTECTED]) 
wrote:
 
   This is router 1
   r1#sh run int bri 0
   Building configuration...
  
   Current configuration : 124 bytes
   !
   interface BRI0
ip address 172.16.2.1 255.255.255.0
dialer string 2002
dialer-group 1
isdn switch-type basic-5ess
   end
   dialer-list 1 protocol ip permit
   r1#sh dialer
  
   BRI0 - dialer type = ISDN
  
   Dial String  Successes   FailuresLast DNIS   Last
  status
   2002 0 1000:10:08
  failed
   Default
   0 incoming call(s) have been screened.
   0 incoming call(s) rejected for callback.
  
   BRI0:1 - dialer type = ISDN
   Idle timer (120 secs), Fast idle timer (20 secs)
   Wait for carrier (30 secs), Re-enable (15 secs)
   Dialer state is idle
  
   BRI0:2 - dialer type = ISDN
   Idle timer (120 secs), Fast idle timer (20 secs)
   Wait for carrier (30 secs), Re-enable (15 secs)
   Dialer state is idle
   r1#
   01:30:17: BR0 DDR: cdp, 275 bytes, outgoing uninteresting 
(no
  list
   matched)
   01:30:17: BR0 DDR: sending broadcast to default 
destination --
   failed,
   not
   connected
  
   This is router 2
   r2#sh run int bri 0
   Building configuration...
  
   Current configuration : 124 bytes
   !
   interface BRI0
ip address 172.16.2.2 255.255.255.0
dialer string 2001
dialer-group 1
isdn switch-type basic-5ess
   end
   dialer-list 1 protocol ip permit
  
   r2#sh dialer
  
   BRI0 - dialer type = ISDN
  
   Dial String  Successes   FailuresLast DNIS   Last
  status
   2001 0  200:16:14
  failed
   Default
   0 incoming call(s) have been screened.
   0 incoming call(s) rejected for callback.
  
   BRI0:1 - dialer type = ISDN
   Idle timer (120 secs), Fast idle timer (20 secs)
   Wait for carrier (30 secs), Re-enable (15 secs)
   Dialer state is idle
  
   BRI0:2 - dialer type = ISDN
   Idle timer (120 secs), Fast idle timer (20 secs)
   Wait for carrier (30 secs), Re-enable (15 secs)
   Dialer state is idle
  
  
   I tried reversing the numbers for the dialer string like 
2001
  and 2002
   on
   each router just in case I had the numbers for the dialer
  strings
   reversed
   but that did not help.
   Any suggestions appreciated.
   Thanks
   Randy
  [EMAIL PROTECTED]
[EMAIL PROTECTED]
 
 --
 David Madland
 CCIE# 2016
 Senior Network Engineer
 Qwest Communications
 612-664-3367
 
 
 
 
 
 
  
   You do NEED to define your SPIDs
   Dave
 John Neiberger wrote:
 It appears that the router is dialing 
but the
 calls
 are
 failing.  Can we see the output of show isdn stat as 
well
 as debug isdn events and/or debug isdn q921 
and debug isdn
 q931 ?
 John
 
 Get your own 800 number
 Voicemail, fax, email, and a lot more
  
href=http://www.ureach.com/reg/tag;http://www.ureach.com/reg/t
ag
  On Mon, 31 Dec 2001, McHugh Randy ([EMAIL PROTECTED]) 
wrote:
  This is router 1
  r1#sh run int bri 0
  Building configuration...
 
  Current configuration : 124 bytes
  !
  interface BRI0
   ip address 172.16.2.1 255.255.255.0
   dialer string 2002
   dialer-group 1
   isdn switch-type basic-5ess
  end
  dialer-list 1 protocol ip permit
  r1#sh dialer
 
  BRI0 - dialer type = ISDN
 
  Dial String  Successes  
 Failures   
 Last DNIS   Last
 status
 
 2002
 0 10   
 00:10:08
 failed
  Default
  0 incoming call(s) have been screened.
  0 incoming call(s) rejected for callback.
 
  BRI0:1 - dialer type = ISDN
  Idle timer (120 secs), Fast idle timer (20 secs)
  Wait for carrier (30 secs), Re-enable (15 secs)
  Dialer state is idle
 
  BRI0:2 - dialer type = ISDN
  Idle timer (120 secs), Fast idle timer (20 secs)
  Wait for carrier (30 secs), Re-enable (15 secs)
  Dialer state is idle
  r1#
  01:30:17: BR0 DDR: cdp, 275 bytes, outgoing 
uninteresting (no
 list
  matched)
  

Minumum Config for ISDN BRI [7:30589]

2001-12-31 Thread McHugh Randy

In the BRS book it says there are only 5 minumum commands to get ISDN up and
running and that is
2 global
isdn switch-type basic-5ess
and 
dialer-list 1 protocol ip permit

and
 
3 interface

dialer-group 1
dialer string 2001
ip add 172.16.1.1 255.255.255.0

I am having a hard time getting 2 routers with a bri's to talk accross an
isdn switch with just those commands. Do I NEED to set the encapsulation to
be ppp instead of the default hdlc? Do I NEED to set authentication either
pap or chap with username password pairs for each routers?  Do I NEED to
make a map statment mapping het maping the ip of the local routers IP to the
remote routers ISDN # to call?
Thanks in advance !
Randy



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



Re: Minumum Config for ISDN BRI [7:30589]

2001-12-31 Thread John Neiberger

Can you post configs from both routers plus the output of show 
isdn stat and show dialer from both?

Also, have you tried debugging isdn q921 and q931?  How about 
debugging the dialer? 

John



Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


 On Mon, 31 Dec 2001, McHugh Randy ([EMAIL PROTECTED]) wrote:

 In the BRS book it says there are only 5 minumum commands to 
get ISDN up
 and
 running and that is
 2 global
 isdn switch-type basic-5ess
 and 
 dialer-list 1 protocol ip permit
 
 and
  
 3 interface
 
 dialer-group 1
 dialer string 2001
 ip add 172.16.1.1 255.255.255.0
 
 I am having a hard time getting 2 routers with a bri's to 
talk accross
 an
 isdn switch with just those commands. Do I NEED to set the 
encapsulation
 to
 be ppp instead of the default hdlc? Do I NEED to set 
authentication
 either
 pap or chap with username password pairs for each routers?  
Do I NEED to
 make a map statment mapping het maping the ip of the local 
routers IP to
 the
 remote routers ISDN # to call?
 Thanks in advance !
 Randy
[EMAIL PROTECTED]




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



Re: Minumum Config for ISDN BRI [7:30589]

2001-12-31 Thread McHugh Randy

This is router 1
r1#sh run int bri 0
Building configuration...

Current configuration : 124 bytes
!
interface BRI0
 ip address 172.16.2.1 255.255.255.0
 dialer string 2002
 dialer-group 1
 isdn switch-type basic-5ess
end
dialer-list 1 protocol ip permit
r1#sh dialer

BRI0 - dialer type = ISDN

Dial String  Successes   FailuresLast DNIS   Last status
2002 0 1000:10:08   failed   Default
0 incoming call(s) have been screened.
0 incoming call(s) rejected for callback.

BRI0:1 - dialer type = ISDN
Idle timer (120 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is idle

BRI0:2 - dialer type = ISDN
Idle timer (120 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is idle
r1#
01:30:17: BR0 DDR: cdp, 275 bytes, outgoing uninteresting (no list matched)
01:30:17: BR0 DDR: sending broadcast to default destination -- failed, not
connected

This is router 2
r2#sh run int bri 0
Building configuration...

Current configuration : 124 bytes
!
interface BRI0
 ip address 172.16.2.2 255.255.255.0
 dialer string 2001
 dialer-group 1
 isdn switch-type basic-5ess
end
dialer-list 1 protocol ip permit

r2#sh dialer

BRI0 - dialer type = ISDN

Dial String  Successes   FailuresLast DNIS   Last status
2001 0  200:16:14   failed   Default
0 incoming call(s) have been screened.
0 incoming call(s) rejected for callback.

BRI0:1 - dialer type = ISDN
Idle timer (120 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is idle

BRI0:2 - dialer type = ISDN
Idle timer (120 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is idle


I tried reversing the numbers for the dialer string like 2001 and 2002 on
each router just in case I had the numbers for the dialer strings reversed
but that did not help.
Any suggestions appreciated.
Thanks 
Randy



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



Re: Re: Minumum Config for ISDN BRI [7:30589]

2001-12-31 Thread John Neiberger

It appears that the router is dialing but the calls are 
failing.  Can we see the output of show isdn stat as well 
as debug isdn events and/or debug isdn q921 and debug isdn 
q931 ?

John



Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


 On Mon, 31 Dec 2001, McHugh Randy ([EMAIL PROTECTED]) wrote:

 This is router 1
 r1#sh run int bri 0
 Building configuration...
 
 Current configuration : 124 bytes
 !
 interface BRI0
  ip address 172.16.2.1 255.255.255.0
  dialer string 2002
  dialer-group 1
  isdn switch-type basic-5ess
 end
 dialer-list 1 protocol ip permit
 r1#sh dialer
 
 BRI0 - dialer type = ISDN
 
 Dial String  Successes   FailuresLast DNIS   Last 
status
 2002 0 1000:10:08   
failed  
 Default
 0 incoming call(s) have been screened.
 0 incoming call(s) rejected for callback.
 
 BRI0:1 - dialer type = ISDN
 Idle timer (120 secs), Fast idle timer (20 secs)
 Wait for carrier (30 secs), Re-enable (15 secs)
 Dialer state is idle
 
 BRI0:2 - dialer type = ISDN
 Idle timer (120 secs), Fast idle timer (20 secs)
 Wait for carrier (30 secs), Re-enable (15 secs)
 Dialer state is idle
 r1#
 01:30:17: BR0 DDR: cdp, 275 bytes, outgoing uninteresting (no 
list
 matched)
 01:30:17: BR0 DDR: sending broadcast to default destination --
 failed,
 not
 connected
 
 This is router 2
 r2#sh run int bri 0
 Building configuration...
 
 Current configuration : 124 bytes
 !
 interface BRI0
  ip address 172.16.2.2 255.255.255.0
  dialer string 2001
  dialer-group 1
  isdn switch-type basic-5ess
 end
 dialer-list 1 protocol ip permit
 
 r2#sh dialer
 
 BRI0 - dialer type = ISDN
 
 Dial String  Successes   FailuresLast DNIS   Last 
status
 2001 0  200:16:14   
failed  
 Default
 0 incoming call(s) have been screened.
 0 incoming call(s) rejected for callback.
 
 BRI0:1 - dialer type = ISDN
 Idle timer (120 secs), Fast idle timer (20 secs)
 Wait for carrier (30 secs), Re-enable (15 secs)
 Dialer state is idle
 
 BRI0:2 - dialer type = ISDN
 Idle timer (120 secs), Fast idle timer (20 secs)
 Wait for carrier (30 secs), Re-enable (15 secs)
 Dialer state is idle
 
 
 I tried reversing the numbers for the dialer string like 2001 
and 2002
 on
 each router just in case I had the numbers for the dialer 
strings
 reversed
 but that did not help.
 Any suggestions appreciated.
 Thanks 
 Randy
[EMAIL PROTECTED]




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



RE: Minumum Config for ISDN BRI [7:30589]

2001-12-31 Thread McHugh Randy

Can you guys give me some insight into what this might be telling me?

r2#sh isdn stat
Global ISDN Switchtype = basic-5ess
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-5ess
Layer 1 Status:
DEACTIVATED
Layer 2 Status:
Layer 2 NOT Activated
Layer 3 Status:
0 Active Layer 3 Call(s)
Active dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
Number of L2 Discards = 0, L2 Session ID = 4
Total Allocated ISDN CCBs = 0
r1#sh isdn stat
Global ISDN Switchtype = basic-5ess
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-5ess
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Layer 3 Status:
0 Active Layer 3 Call(s)
Active dsl 0 CCBs = 0
The Free Channel Mask:  0x8003
Number of L2 Discards = 0, L2 Session ID = 0
Total Allocated ISDN CCBs = 0

Still trying to make this work with the minumum 5 configuration commands:)


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