cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
506
Views
0
Helpful
5
Replies

unable to setup isdn call...

Hi,

I want to setup a isdn line for routing purposes. Everytime my router tries to dial, regardles which number is in the dial string the same error massage appers... Can anyone help me, please?

config:

isdn switch-type basic-1tr6

interface BRI0

ip address 10.1.1.2 255.255.255.0

encapsulation ppp

dialer string 123456

dialer-group 1

isdn switch-type basic-1tr6

ip route 192.168.99.0 255.255.255.0 10.1.1.1

dialer-list 1 protocol ip permit

isdn status:

router-B# sh isdn stat

Global ISDN Switchtype = basic-1tr6

ISDN BRI0 interface

dsl 0, interface ISDN Switchtype = basic-1tr6

Layer 1 Status:

ACTIVE

Layer 2 Status:

TEI = 112, 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: 0x80000003

Total Allocated ISDN CCBs = 0

router-B#

debugging:

router-B#debug isdn ev

ISDN events debugging is on

router-B#ping 192.168.99.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.99.1, timeout is 2 seconds:

00:07:42: ISDN BR0: Outgoing call id = 0x8001, dsl 0

00:07:42: ISDN BR0: Event: Call to 123456 at 64 Kb/s

00:07:42: ISDN BR0: process_bri_call(): call id 0x8001, called_number 123456, sp

eed 64, call type DATA

eed 64, call type DATA

00:07:43: 1 0 1 80 1 0 18 1 83 70 7 80 31 32 33 34 35 36 9E 1 2 7 0

00:07:43:

00:07:43: CC_CHAN_GetIdleChanbri: dsl 0

00:07:43: Found idle channel B1..

00:07:47: CCBRI_Go Fr L3 pkt (Len=9) :

00:07:47: 41 1 1 91 18 1 88 8 0

00:07:47:

00:07:47: ISDN BR0: LIF_EVENT: ces/callid 1/0x8001 HOST_DISCONNECT_ACK

00:07:47: ISDN BR0: Error: Unfound B-channel on Disconnect_Ack - callid 0x8001..

00:07:51: CCBRI_Go Fr L3 pkt (Len=4) :

00:07:51: 15 1 1 B2

00:07:51: .

Success rate is 0 percent (0/5)

router-B#

00:07:59: CCBRI_Go Fr L3 pkt (Len=4) :

00:07:59: 18 1 1 B2

00:07:59:

00:07:59: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR0, TEI 112 changed to down

router-B#

00:07:59: ISDN BR0: LIF_EVENT: ces/callid 1/0x8001 HOST_DISCONNECT_ACK

00:07:59: ISDN BR0: Error: Unfound B-channel on Disconnect_Ack - callid 0x8001

router-B#

Regards Marcos

5 Replies 5

Hello Marcos,

I am not sure about the ISDN switch type, can you try basic-net3 ? Also, try and clear the interface with the command ´clear int bri0´, and reload the router, see if that helps.

Which IOS version are you running ? This might be a bug...

Regards,

Georg

Hi Georg,

i cleared the interface and it dosent helps. basix-net3 dosent work. IOS Version 12 is running on the router.

Regards

Marcos

Hello Marcos,

can you post the output of:

show version

show run

Regards,

Georg

IOS Version:

IOS (tm) 2500 Software (C2500-D-L), Version 12.0(6), RELEASE SOFTWARE (fc1)

router-B#sh run

Building configuration...

Current configuration : 958 bytes

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname router-B

!

enable secret xxxxx

!

ip subnet-zero

no ip domain-lookup

!

isdn switch-type basic-1tr6

!

!

!

interface Serial0

ip address 192.168.110.2 255.255.255.0

encapsulation frame-relay

no fair-queue

frame-relay interface-dlci 103

!

interface Serial1

no ip address

shutdown

!

interface TokenRing0

no ip address

shutdown

!

interface BRI0

ip address 10.1.1.2 255.255.255.0

encapsulation ppp

dialer string 123456

dialer-group 1

isdn switch-type basic-1tr6

!

router ospf 1

log-adjacency-changes

network 192.168.0.0 0.0.255.255 area 0

neighbor 192.168.110.1 priority 1

!

ip classless

ip route 192.168.99.0 255.255.255.0 10.1.1.1

ip http server

!

dialer-list 1 protocol ip permit

!

!

line con 0

password xxxxx

logging synchronous

login

line aux 0

line vty 0 4

password xxxxxx

logging synchronous

login

!

end

router-B#

Regards

Marcos

Hi Georg,

I have found the error... After configured all isdn parameter again I use the basic-net3 and it works fine. Now every router can dial out.

Regards

Marcos