ISDN on an 803 with a Point to Point line

I'm trying to use an 803 on an ISDN line that's point to point not point to multipoint, but I can't find out how to do it. If I use a standard type config (listed below) it doesn't connect, but then I didn't expect it to! Does anyone know what I need to change to make it work with a point to point line?

("Point to point" might be a UK term. It's the type of ISDN line you usually connect your phone system to, as opposed to "Point to multipoint", which is the usual domestic ISDN line.)

Any help much appreciated!

When I try to dial the debug output is:

debug isdn events ISDN events debugging is on grunt#debug isdn q921 ISDN Q921 packets debugging is on grunt#debug isdn q931 ISDN Q931 packets debugging is on grunt#isdn call interface bri0 "08451400101" grunt#

00:10:53: BRI0: Attempting to dial 08451400101 00:10:53: ISDN BR0: Outgoing call id = 0x8006, dsl 0 00:10:227633266688: ISDN BR0: Event: Call to 08451400101 at 64 Kb/s 00:10:227633267371: ISDN BR0: process_bri_call(): call id 0x8006, number 08451400101, speed 64, call type DATA 00:10:53: ISDN BR0: TX -> IDREQ ri = 16568 ai = 127 00:10:55: ISDN BR0: TX -> IDREQ ri = 19513 ai = 127 00:10:57: ISDN BR0: TX -> IDREQ ri = 4042 ai = 127 00:10:59: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR0, TEI 255 changed to down 00:10:59: ISDN BR0: received HOST_DISCONNECT_ACK call_id 0x615418 00:10:59: ISDN BR0: Error: Unfound B-channel on Disconnect_Ack - callid 0x8006 grunt# 00:11:23: BRI0: wait for carrier timeout, call id=0x8006 00:11:98784247808: ISDN BR0: Event: Hangup call to call id 0x8006 00:11:98790701012: ISDN BR0: process_disconnect(): call id 0x8006, call type is DATA, b_idb 0x272CF38, ces 1 00:11:23: CC: dsl 0 No CCB Src->HOST cid 0x8006, ev 0x5 ces 1 00:11:23: ISDN BR0: received HOST_QUERY_RESPONSE call_id 0x8006

The config is:

version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname grunt ! logging buffered 8192 debugging no logging console enable secret *** ! ip subnet-zero no ip source-route isdn switch-type basic-net3 ! interface Ethernet0 ip address 192.168.1.196 255.255.255.0 no ip directed-broadcast no ip proxy-arp ip nat inside ! interface BRI0 no ip address no ip directed-broadcast encapsulation ppp dialer pool-member 1 isdn switch-type basic-net3 ppp authentication chap pap callin no ppp multilink ! interface Dialer1 description PlusNet ip address negotiated no ip directed-broadcast no ip proxy-arp ip nat outside encapsulation ppp no ip split-horizon dialer remote-name PlusNet dialer idle-timeout 300 dialer string 0845******* class DialClass dialer hold-queue 10 dialer load-threshold 10 either dialer pool 1 dialer-group 1 pulse-time 0 ppp authentication chap pap callin ppp chap hostname *** ppp chap password *** ppp pap sent-username *** password *** no ppp multilink ! ip nat inside source list 18 interface Dialer1 overload ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 ! ! map-class dialer DialClass access-list 18 permit 192.168.1.0 0.0.0.255 dialer-list 1 protocol ip permit ! line con 0 exec-timeout 120 0 transport input none line vty 0 4 access-class 12 in password v login end

Reply to
John Rennie
Loading thread data ...

In case anyone is interested, you need to add:

isdn static-tei 0

to the BRI0 config.

JR

Reply to
John Rennie

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.