Help ISDN PRI Connect

From: inlink@xxxxxxxxxx
Date: Fri Sep 22 2000 - 03:13:19 GMT-3


   
Please help.

I have a problem about ISDN PRI(E1).

We have a problem in TDX-10A(made in korea).
We cann't connect isdn PRI via isdn bri or PSTN.

But we have not a problem in ISDN number 5ESS Device(telco).
We success in test as a same device(cisco 3620) other site which i went to test
.

Maybe, I think that this problem is in compatible.
Of course,I have been tested changed config ( isdn switch type or and so on).

I send you about our router config and debug isdn q921 and q931.
I appreciate you to exam this status.

Thank you for your time.

            ISDN PRI
CISCO3620 ------------- TELCO ------- Modem(WIN98, Dialup PPP)

Router#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3620-I-M), Version 11.3(10)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Wed 02-Jun-99 07:53 by pwade
Image text-base: 0x60008918, data-base: 0x605C2000

ROM: System Bootstrap, Version 11.1(20)AA2, EARLY DEPLOYMENT RELEASE SOFTWARE (
f
c1)

Router uptime is 1 day, 20 hours, 23 minutes
System restarted by reload
System image file is "flash:c3620-i-mz.113-10.T", booted via flash

cisco 3620 (R4700) processor (revision 0x81) with 24576K/8192K bytes of memory.
Processor board ID 20530396
R4700 processor, Implementation 33, Revision 1.0
Channelized E1, Version 1.0.
MICA-6DM Firmware: CP ver 2510 - 255/255/65486, SP ver 2510 - 10/27/1998.
Bridging software.
X.25 software, Version 3.0.0.
Primary Rate ISDN software, Version 1.1.
1 FastEthernet/IEEE 802.3 interface(s)
62 Serial network interface(s)
30 terminal line(s)
2 Channelized E1/PRI port(s)
DRAM configuration is 32 bits wide with parity disabled.
29K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)
2048K bytes of processor board PCMCIA Slot0 flash (Read/Write)

Configuration register is 0x2102

Router#sh run
Building configuration...

Current configuration:
!
version 11.3
service timestamps debug datetime
service timestamps log datetime
no service password-encryption
!
hostname Router
!
aaa new-model
aaa authentication login default local
aaa authentication ppp default if-needed local
aaa authorization network default local
enable password router
!
username test password 0 test
username comtec password 0 comtec
username seoul password 0 seoul
modem country mica e1-default
ip name-server 210.126.128.1
async-bootp dns-server 210.126.128.1
isdn switch-type primary-net5
!
!
controller E1 0/0
 framing NO-CRC4
 pri-group timeslots 1-31
!
controller E1 0/1
 framing NO-CRC4
 pri-group timeslots 1-31
!
process-max-time 200
!
interface FastEthernet0/0
 ip address 210.126.128.3 255.255.255.0
!
interface Serial0/0:15
 ip unnumbered FastEthernet0/0
 encapsulation ppp
 ip tcp header-compression
 dialer-group 1
 isdn switch-type primary-net5
 isdn incoming-voice modem
 peer default ip address pool seoul
 ppp multilink
!
interface Serial0/1:15
 no ip address
 isdn switch-type primary-net5
 no cdp enable
!
interface Group-Async1
 ip unnumbered FastEthernet0/0
 encapsulation ppp
 async mode interactive
 peer default ip address pool seoul
 group-range 33 62
!
ip local pool seoul 210.126.134.1 210.126.134.30
ip classless
ip route 0.0.0.0 0.0.0.0 210.126.128.2
!
logging buffered 4096 debugging
dialer-list 1 protocol ip permit
!
line con 0
line 33 62
 autoselect during-login
 autoselect ppp
 modem Dialin
 rotary 1
 transport input telnet
line aux 0
line vty 0 4
 password router
!
end

Router#sh isdn status
Global ISDN Switchtype = primary-net5
ISDN Serial0/0:15 interface
        dsl 0, interface ISDN Switchtype = primary-net5
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Activated dsl 0 CCBs = 0
    The Free Channel Mask: 0xFFFF7FFF
ISDN Serial0/1:15 interface
        dsl 1, interface ISDN Switchtype = primary-net5
    Layer 1 Status:
        DEACTIVATED
    Layer 2 Status:
        TEI = 0, Ces = 1, SAPI = 0, State = TEI_ASSIGNED
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Activated dsl 1 CCBs = 0
    The Free Channel Mask: 0x7FFF7FFF
    Total Allocated ISDN CCBs = 0

Router#debug isdn q931
ISDN Q931 packets debugging is on
Router#
*Mar 2 20:19:14: ISDN Se0/0:15: RX <- SETUP pd = 8 callref = 0x0C83
*Mar 2 20:19:14: Sending Complete
*Mar 2 20:19:14: Bearer Capability i = 0x8090A3
*Mar 2 20:19:14: Channel ID i = 0xA98384
*Mar 2 20:19:14: Progress Ind i = 0x8088 - In-band info or appropriate
now available
*Mar 2 20:19:14: Called Party Number i = 0x80
*Mar 2 20:19:14: ISDN Se0/0:15: TX -> CALL_PROC pd = 8 callref = 0x8C83
*Mar 2 20:19:14: Channel ID i = 0xA98384
*Mar 2 20:19:14: ISDN Se0/0:15: TX -> ALERTING pd = 8 callref = 0x8C83
*Mar 2 20:19:14: ISDN Se0/0:15: TX -> CONNECT pd = 8 callref = 0x8C83
*Mar 2 20:19:14: ISDN Se0/0:15: RX <- CONNECT_ACK pd = 8 callref = 0x0C83
*Mar 2 20:19:32: ISDN Se0/0:15: Event: Hangup call to call id 0x1F
*Mar 2 20:19:32: ISDN Se0/0:15: TX -> DISCONNECT pd = 8 callref = 0x8C83
*Mar 2 20:19:32: Cause i = 0x8090 - Normal call clearing
*Mar 2 20:19:32: ISDN Se0/0:15: RX <- RELEASE pd = 8 callref = 0x0C83
*Mar 2 20:19:32: Cause i = 0x8090 - Normal call clearing
*Mar 2 20:19:32: Display i = 'Call Released. ', 0x0A, '
        '
*Mar 2 20:19:32: Signal i = 0x03 - Network congestion tone on
*Mar 2 20:19:32: ISDN Se0/0:15: TX -> RELEASE_COMP pd = 8 callref = 0x8C83

Router#debug modem csm
*Mar 2 20:16:12: CSM: MODEM_REPORT from 0/0:1, call_id=0x1D, event=0x1, cause=
0
x0, dchan_idb=0x60B56AE0
*Mar 2 20:16:12: CSM: Next free modem = 1/5; statbits = 10020
*Mar 2 20:16:12: Modem 1/5 CSM: modem is allocated, modems free=29
*Mar 2 20:16:12: Modem 1/5 CSM: Incoming call from Unknown to , id 0x1D
*Mar 2 20:16:12: Modem 1/5 CSM: (CSM_PROC_IDLE)<--ISDN_CALL
*Mar 2 20:16:12: CSM: MODEM_REPORT from 0/0:1, call_id=0x1D, event=0x4, cause=
0
x0, dchan_idb=0x60B56AE0
*Mar 2 20:16:12: Modem 1/5 CSM: MODEM_REPORT rcvd DEV_CONNECTED for call_id 0x
1
D
*Mar 2 20:16:12: Modem 1/5 CSM: (CSM_PROC_MODEM_RESERVED)<--ISDN_CONNECTED
*Mar 2 20:16:29: Modem 1/5 CSM: (CSM_PROC_WAIT_FOR_CARRIER)<--MODEM_DISCONNECT
E
D
*Mar 2 20:16:29: Modem 1/5 CSM: (CSM_PROC_WAIT_FOR_CARRIER)<--QUEUED_DISCONNEC
T



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:00 GMT-3