RE: How to config isdn Callback w/o using PPP callbk ?

From: Halaska, David (David.Halaska@xxxxxxxxxxxxx)
Date: Thu Mar 01 2001 - 10:28:21 GMT-3


   
I got ISDN caller ID callback to work in my home lab. Its actually an
easier config than the ppp callback and costs less. Since ppp callback
requires that the callback server connect the call and do negotiation you
still incur toll charges although they would be small. Caller ID callback
simply recognizes the calling party number in the inbound setup. If this
number matches one configured on the router than it will not connect the
call and initiate a call to the callback client. In my configuration, I was
able to get it to work with just one command in addition to the standard
ISDN setup (Legacy DDR) with dialer maps.
  isdn caller [remote number] callback

debug isdn q931 will let you see the call setup. There are other commands
that you may need to tweek.

this url is good for the information and is directly from the documentation
cd. You should get very familiar with this cd.
www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/dial_c/dccal
lid.htm

Hope this information helps.
David Halaska

-----Original Message-----
From: JZ [mailto:jzhang0427a@yahoo.com]
Sent: Wednesday, February 28, 2001 9:42 PM
To: ccielab@groupstudy.com
Cc: clindsay_98@yahoo.com
Subject: How to config isdn Callback w/o using PPP callbk ?

Hi, the privious cfg. works well.
Can we cfg. ISDN callback without using PPP callback
feature ?
How to verify it ? (debug ....?)

Thanks in advance.

JZ

--- Curtis Lindsay <clindsay_98@yahoo.com> wrote:
> Hi,
>
> Here is an example of callback> this config works. I
> have tested several times. Rember your map class
> statement. This tells the call back server which dial
> string to use.
>
> Brgds
> Curtis
>
> R1
> isdn switch-type basic-dms100
> !
> username R2 password cisco
> !
> int BRI0
> ip address 10.10.10.1 255.255.255.0
> encap PPP
> dialer secure
> dialer enable-timeout 2
> dialer load-threshold 1
> dialer map ip 10.10.10.2 name R2 class dialer1
> broadcast 8358662
> isdn switch-type basic-dms100
> isdn spid1 0835866101 8358661
> isdn spid2 0835866301 8358663
> ppp callback accept
> ppp multilink
> ppp authentication chap
> !
> map-class dialer dialer1
> dialer callback-server username
> !
> R2
> !
> isdn switch-type basic-dms100
> !
> username R1 password cisco
> !
> int bri0
> ip add 10.10.10.2 255.255.255.0
> encap ppp
> dialer map ip 10.10.10.1 name R1 broadcast 8358661
> isdn spid1 0835866201 8358662
> isdn spid2 0835866404 8358664
> ppp callback request
> ppp multilink
> ppp authentication chap
> !
> --- michheal david <michael302au@yahoo.com.au> wrote:
> > i config isdn caller callback in my lab,i config
> > accoding to DOC,but it isn't work.pls give a sample
> > config.
> >
> >
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:29:17 GMT-3