From: SALMON, MARK (SBMS) (MARK.SALMON@xxxxxxxxxxxx)
Date: Wed Aug 08 2001 - 00:07:46 GMT-3
One more thing, I noticed that the calling and called parties are the same,
you may be acutely calling your own interface.
Mark Salmon
Sr. WAN Engineer Great Lakes Region
Cingular Wireless
2000 Ameritech Center Drive 3F07B
Hoffman Estates IL 60195
Voice: (847)765-3999
Pager: (847)992-0458
Email: mark.salmon@cingular.com
-----Original Message-----
From: Albert Lu [mailto:albert_ccie@yahoo.com]
Sent: Tuesday, August 07, 2001 9:03 AM
To: ccielab@groupstudy.com
Subject: RE: ISDN Problems
I've made some progress, and guess the correct isdn switch type.
Now, this is what I'm getting after a single ping. It looks like it's
telling me "Mandatory IE missing".
Could someone please take a look.
Thanks
Albert
RouterA#ping
Protocol [ip]: ip
Target IP address: 196.1.1.2
Repeat count [5]: 1
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 196.1.1.2, timeout is 2 seconds:
21:05:10: ISDN BR0: TX -> SETUP pd = 8 callref = 0x65
21:05:10: Bearer Capability i = 0x8890
21:05:10: Channel ID i = 0x83
21:05:10: Called Party Number i = 0x80, '2222'
21:05:10: ISDN BR0: RX <- CALL_PROC pd = 8 callref = 0xE5
21:05:10: Channel ID i = 0x89
21:05:10: ISDN BR0: RX <- SETUP pd = 8 callref = 0x4C
21:05:10: Sending Complete
21:05:10: Bearer Capability i = 0x8890
21:05:10: Channel ID i = 0x8A
21:05:10: Calling Party Number i = 0x0083, '2222'
21:05:10: Called Party Number i = 0x80, '2222'
21:05:10: %LINK-3-UPDOWN: Interface BRI0:2, changed state to up
21:05:10: %ISDN-6-CONNECT: Interface BRI0:2 is now connected to 2222
21:05:10: ISDN BR0: TX -> CONNECT pd = 8 callref = 0xCC
21:05:10: Channel ID i = 0x8A
21:05:10: ISDN BR0: RX <- CONNECT_ACK pd = 8 callref = 0x4C
21:05:10: ISDN BR0: RX <- ALERTING pd = 8 callref = 0xE5
21:05:10: ISDN BR0: TX -> DISCONNECT pd = 8 callref = 0x65
21:05:10: .
Success rate is 0 percent (0/1)
RouterA# Cause i = 0x80E034 - Mandatory IE missing
21:05:10: ISDN BR0: RX <- CONNECT pd = 8 callref = 0xE5
21:05:10: Date/Time i = 0x0108060F18
21:05:10: ISDN BR0: RX <- RELEASE pd = 8 callref = 0xE5
21:05:10: Cause i = 0x80E034 - Mandatory IE missing
21:05:10: %ISDN-6-CONNECT: Interface BRI0:2 is now connected to 2222
21:05:10: ISDN BR0: TX -> RELEASE_COMP pd = 8 callref = 0x65
21:05:10: ISDN BR0: RX <- DISCONNECT pd = 8 callref = 0x4C
21:05:10: Cause i = 0x80E034 - Mandatory IE missing
21:05:10: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down
21:05:10: ISDN BR0: TX -> RELEASE pd = 8 callref = 0xCC
21:05:10: ISDN BR0: RX <- RELEASE_COMP pd = 8 callref = 0x4C
21:05:10: Cause i = 0x8090 - Normal call clearing
-----Original Message-----
From: DUNG H. LE [mailto:DHLE@sentara.com]
Sent: Tuesday, August 07, 2001 9:42 PM
To: albert_ccie@yahoo.com
Subject: Re: ISDN Problems
Abert,
Try to include your SPID1 and SPID2 under the interface configuration since
your are using basic-ni switch type. For example:
int bri 0
isdn spid1 0835866101 8358661
isdn spid2 0835866301 8358663
Hope this help.
Dung Le
CCIE 7878
>>> "Albert Lu" <albert_ccie@yahoo.com> 08/07/01 07:16AM >>>
Hello group,
I'm having a little problem with an isdn config. Basically, it's not dialing
through when I try to ping the other side. I'm sure the dialer map is
working, and my suspicion is that the isdn simulator (emutel lite) could be
misconfigured.
I have included my config, the "show isdn status" and "debug isdn q931"
output for reference.
Thanks in advance,
Albert
!
interface BRI0
ip address 196.1.1.1 255.255.255.0
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer map ip 196.1.1.2 name RouterB broadcast 2222
dialer-group 1
isdn switch-type basic-ni
ppp authentication chap
ppp multilink
!
no ip classless
!
dialer-list 1 protocol ip permit
!
!
RouterA#sh isdn sta
Global ISDN Switchtype = basic-net3
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-ni
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
Layer 3 Status:
0 Active Layer 3 Call(s)
Activated dsl 0 CCBs = 0
The Free Channel Mask: 0x80000003
Total Allocated ISDN CCBs = 0
RouterA#
RouterA#ping 196.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 196.1.1.2, timeout is 2 seconds:
18:35:08: ISDN BR0: TX -> SETUP pd = 8 callref = 0x10
18:35:08: Bearer Capability i = 0x8890
18:35:08: Channel ID i = 0x83
18:35:08: Keypad Facility i = '2222'
18:35:08: ISDN BR0: RX <- RELEASE_COMP pd = 8 callref = 0x90
18:35:08: Cause i = 0x809D - Facility rejected or Special intercept,
cod
e undefined
18:35:08: ISDN BR0: Setup was rejected, cause = 1D.....
Success rate is 0 percent (0/5)
RouterA#
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:31:46 GMT-3