Re: PPP Callback with Async Interfaces

From: CiscoCCNP3@xxxxxxx
Date: Fri Feb 22 2002 - 15:31:26 GMT-3


   
hiya,

this is my working config for ppp callback between async i/f's

hostnameRemote
!
usernameCentral password 0 mustmatch
 !
interfaceAsync1
 ip address 192.168.40.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer map ip 192.168.40.1 name Central 5551102
 dialer-group 1
 async mode dedicated
 ppp callback request
 ppp authentication chap
!
map-classdialer remote
dialer-list1 protocol ip permit
!
lineaux 0
 modem InOut
 modem autoconfigure type default
 transport input all
 speed 38400

Central router doing the calling back;

hostnameCentral
usernameRemote password 0 mustmatch
!
interfaceAsync1
 ip address 192.168.40.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer callback-secure
 dialer idle-timeout 30
 dialer map ip 192.168.40.2 name Remote classdial1 5551101
 dialer-group 1
 async mode dedicated
 ppp callback accept
 ppp authentication chap
!
map-classdialer dial1
 dialer callback-server username
dialer-list1 protocol ip permit
dialer-list1 protocol ipx permit
!
lineaux 0
 modem InOut
 modem autoconfigure type default
 transport input all
 speed 38400
Central#

debug dialer and debug ppp nego excerpts from client side;

6w3d:As1 PPP: Treating connection as a calloutI!
6w3d:As1 LCP: State is Open
6w3d:As1 PPP: Phase is AUTHENTICATING, by both

6w3d:As1 DDR: Callback negotiated - waiting for server disconnect
6w3d:As1 PPP: Phase is UP

6w3d:%LINK-5-CHANGED: Interface Async1, changed state to reset
6w3d:DDR: Callback client for Central 5551102 created

6w3d:As1 DDR: dialer protocol up
6w3d: As1 DDR: Callback received from Central 5551102
6w3d:DDR: Freeing callback to Central 5551102

HTH

joey r
ccnp/dp/si



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:30 GMT-3