RE: isdn caller

From: Chris Lewis \(chrlewis\) (chrlewis@cisco.com)
Date: Thu Jun 16 2005 - 16:06:47 GMT-3


Thanks Tim and Bob for your replies.

I did get this to work once prior to my time expiring on the pod. I wil
have to investigate a bit further once I get more lab time.

The isdn calling-number was not liked by the ISDN switch my rack was on.

What helped was putting in a second dialer map to the number of the
second BRI channel. However I had to initiate several pings from R1 to
make this work. This was probably a time-out issue of some kind that
could be fixed with more juggling. The key thing seemed to be that when
R2 replied, it was reporting a channel in use, then it fell back to
dialing the second number that was mapped to the same R1 ip address.

This will take more experimentation to understand from my perspective.

Cheers

Chris

________________________________

From: Bob Sinclair [mailto:bsinclair@netmasterclass.net]
Sent: Thursday, June 16, 2005 1:18 PM
To: Chris Lewis (chrlewis); ccielab@groupstudy.com
Subject: Re: isdn caller

Chris,

Here are working configs. The switch is an Adtran. R2 is calling R1
initially. We find it necessary to add the command "isdn
calling-number" on the side that initially calls.

username R2 password 0 nmc

interface BRI0

ip address 172.16.12.1 255.255.255.0

encapsulation ppp

dialer map ip 172.16.12.2 name R2 broadcast 5552010

dialer map ip 172.16.12.2 name R2 broadcast 5552011

dialer-group 1

isdn switch-type basic-ni

isdn spid1 21255520080101

isdn spid2 21255520090101

isdn caller 5552010 callback <<<<<<<<<<<<<<<<<<<<

ppp authentication chap

R2:

username R2 password 0 nmc

interface BRI0

ip address 172.16.12.2 255.255.255.0

encapsulation ppp

dialer map ip 172.16.12.1 name R1 broadcast 5552008

dialer-group 1

isdn switch-type basic-ni

isdn spid1 21255520100101

isdn spid2 21255520110101

isdn calling-number 5552010 <<<<<<<<<<<<<<<<<<<<<<<<<<<

ppp authentication chap

HTH,

Bob Sinclair
CCIE #10427, CCSI 30427, CISSP
www.netmasterclass.net

        ----- Original Message -----
        From: Chris Lewis (chrlewis) <mailto:chrlewis@cisco.com>
        To: ccielab@groupstudy.com
        Sent: Thursday, June 16, 2005 1:21 PM
        Subject: isdn caller

        Hi,

        Anyone with advice on this one, it would be appreciated. I am
        comfortable with ppp callback, but have tried isdn caller to
accomplish
        the same with no success.

        In this setup R1 calls R2, R2 drops the call and initiates
callback,
        this calls reaches R1, but it is rejected for some reason.
Configs plus
        debugs for R1 and R2 follow:

        BTW, I can bring up the link by pinging the other end from
either
        router, so basic ISDN connectivity worked prior to adding the
isdn
        caller stuff

        R1 (the side making the first call)
        Interface BRI0/0
        ip address 1.1.21.1 255.255.255.0.
        encapsulation ppp
        dialer idle-timeout 60
        dialer wait-for-carrier-time 20
        dialer map ip 1.1.21.2 8358662
        dialer-group 1
        isdn switch-type basic-ni
        isdn spid1 0835866101 8358661
        isdn spid2 0835866301 8358663
        ppp authentication chap

        R2 (the side doing callback)
        Interface BRI0/0
        ip address 1.1.21.2 255.255.255.0.
        encapsulation ppp
        dialer idle-timeout 60
        dialer enable-timeout 10
        dialer map ip 1.1.21.1 8358661
        dialer-group 1
        isdn switch-type basic-ni
        isdn spid1 0835866201 8358662
        isdn spid2 0835866401 8358664
        isdn caller 8358661 callback
        ppp authentication chap

        This is from R1

        R1#ping 1.1.21.2
        Type escape sequence to abort.
        Sending 5, 100-byte ICMP Echos to 1.1.21.2, timeout is 2
seconds:
        1d18h: BR0/0 DDR: Dialing cause ip (s=1.1.21.1, d=1.1.21.2)
        1d18h: BR0/0 DDR: Attempting to dial 8358662
        1d18h: ISDN BR0/0: Outgoing call id = 0x800F, dsl 0
        1d18h: ISDN BR0/0: Event: Call to 8358662 at 64 Kb/s
        1d18h: ISDN BR0/0: process_bri_call(): call id 0x800F,
called_number
        8358662, sp
        eed 64, call type DATA
        1d18h: CCBRI_Go Fr Host InPkgInfo (Len=22) :
        1d18h: 1 0 1 80 F 0 4 2 88 90 18 1 83 2C 7 38 33 35 38 36 36 32
        1d18h:
        1d18h: CC_CHAN_GetIdleChanbri: dsl 0
        1d18h: Found idle channel B1
        1d18h: CCBRI_Go Fr L3 pkt (Len=7) :
        1d18h: 2 1 F 98 18 1 89
        1d18h:
        1d18h: ISDN BR0/0: LIF_EVENT: ces/callid 1/0x800F
HOST_PROCEEDING.....
        Success rate is 0 percent (0/5)
        R1#
        1d18h: CCBRI_Go Fr L3 pkt (Len=21) :
        1d18h: 5 1 96 90 4 2 88 90 18 1 89 6C 8 80 38 33 35 38 36 36 32
        1d18h:
        1d18h: ISDN BR0/0: Incoming call id = 0x001B, dsl 0
        R1#
        1d18h: BRI0/0: wait for isdn carrier timeout, call id=0x800F
        1d18h: ISDN BR0/0: Event: Hangup call to call id 0x800F ces = 1
        1d18h: ISDN BR0/0: process_disconnect(): call id 0x800F, call
type is
        DATA, b_id
        b 0x824A2114, ces 1, cause Normal call clearing(0x10)
        1d18h: ISDN: get_isdn_service_state(): idb 0x824A2114 bchan 2
is_isdn 1
        Not a Pr
        i
        1d18h: CCBRI_Go Fr Host InPkgInfo (Len=13) :
        1d18h: 5 0 1 80 F 3 8 1 90 8 2 80 90
        1d18h:
        1d18h: CCBRI_Go Fr L3 pkt (Len=4) :
        1d18h: 4D 1 F 97
        1d18h:
        1d18h: ISDN BR0/0: LIF_EVENT: ces/callid 1/0x800F
HOST_DISCONNECT_ACK
        1d18h: ISDN: get_isdn_service_state(): idb 0x824A2114 bchan 2
is_isdn 1
        Not a Pr
        i
        R1#
        1d18h: ISDN BR0/0: HOST_DISCONNECT_ACK: call type is DATA
        R1#

        This is from R2

        R2#
        1d18h: DDR: Callback timer expired
        1d18h: BR0/0 DDR: beginning callback to 8358661
        1d18h: BR0/0 DDR: Attempting to dial 8358661
        R2#
        1d18h: BRI0/0: wait for isdn carrier timeout, call id=0x8016
        1d18h: DDR: Freeing callback to 8358661
        R2#



This archive was generated by hypermail 2.1.4 : Wed Jul 06 2005 - 14:43:41 GMT-3