RE: dialer profile and callback?

From: Jason Sinclair (sinclairj@xxxxxxxxxxxxxxx)
Date: Wed Mar 13 2002 - 20:31:57 GMT-3


   
All,

I think we need to be careful here in defining ISDN CLI callback and pp
callback as they are both quite different beasts.

For ISDN callback we need to use: dialer caller .... callback
This is dependent on CLI presentation to the answering router. Without CLI
this will not work. Basically this causes the answering router to pattern
match against the number presented via CLI and if it matches hangs up the
call and calls the CLI number.

For ppp callback we use the dialer-map ip x.x.x.x name x class test etc
And we also define ppp callback accept
On remote ppp callback request

Under the class we define dialer callback-server username. Note we need some
form of auth (ie CHAP for this to work as we need to match the remote
username to a dialer-map.

I have some example below. Note I have left some config that is required off
such as dialer-lists, etc.

Firstly PPP callback on physical:

PPP Callback Server

Username test pass cisco
interface bri 0
 ip address 1.1.1.1 255.255.255.0
 encapsulation ppp
 dialer callback-secure
 dialer enable-timeout 2
 dialer map ip 1.1.1.2 name test2 class dial1 98765432
 dialer-group 1
 ppp callback accept
 ppp authentication chap
!
map-class dialer dial1
 dialer callback-server username

PPP Callback Client

Username test2 pass cisco
interface bri 0
 ip address 1.1.1.2 255.255.255.0
 encapsulation ppp
 dialer map ip 1.1.1.1 name test 12345678
 dialer-group 1
 ppp callback request
 ppp authentication chap

Now for ISDN Caller ID Callback we have more options:

This is using dialer profiles

Interface dialer 1
ip address 1.1.1.1 255.255.255.0
 encapsulation ppp
 dialer remote-name test
 dialer string 4156884540
 dialer pool 1
 dialer-group 1
!
interface bri 0
 encapsulation PPP
 dialer pool-member 1
 ppp authentication chap

This is on the physical int:

interface bri 0
 ip address 1.1.1.1 255.255.255.0
 encapsulation ppp
 isdn caller 81012345678902 callback
 dialer map ip 1.1.1.2 name test2 12345678
 dialer-group 1
 ppp authentication chap

Cheers,

Jason Sinclair
Manager, Network Support Group
POWERTEL
Ground Level, 55 Clarence Street,
SYDNEY NSW 2000
AUSTRALIA
office: + 61 2 8264 3820
mobile: + 61 416 105 858
* sinclairj@powertel.com.au

                -----Original Message-----
                From: James.Irwin@us.didata.com
[mailto:James.Irwin@us.didata.com]
                Sent: Thursday, 14 March 2002 07:18
                To: ccielab@groupstudy.com
                Subject: RE: dialer profile and callback?

                Under the dialer interface:

                dialer-caller xxxx callback (where xxxx is the dial
string)

                Just as frame-relay point-to-point subinterfaces do not need
frame-relay map
                statements, dialer profiles do not need dialer-maps.

                Configure the dialer interface the same as for any other
connection.

                Jim

                -----Original Message-----
                From: Shadi [mailto:ccie@investorsgrp.com]
                Sent: Wednesday, March 13, 2002 3:34 PM
                To: ccielab
                Subject: dialer profile and callback?

                Hi,

                How can you configure dialer callback inside a dialer
interface, in the
                usual
                way we do it by dialer map and we do a dialer class with
dialer
                callback-server username.

                So how can we do it inside the dialer virtual dialer
interface, it does not
                accept map statement!!

                Shadi
        



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