ppp callback with dialer ints

From: Rohan Grover \(rohang\) (rohang@cisco.com)
Date: Wed Jul 27 2005 - 14:14:07 GMT-3


Hi,

i'm trying to configure PPP callback with dialer interfaces but it does
not seem to be working. It is working fine with legacy DDR config.

Configs

Client
====
RA#sh run int dialer1
Building configuration...

Current configuration : 244 bytes
!
interface Dialer1
 ip address 11.0.0.1 255.255.255.0
 encapsulation ppp
 ip ospf cost 999
 dialer pool 1
 dialer remote-name RB
 dialer idle-timeout 100
 dialer string 11111
 dialer-group 1
 ppp callback request
 ppp authentication chap
end

RA#

Server
=====

RB#sh run int dialer1
Building configuration...

Current configuration : 293 bytes
!
interface Dialer1
 ip address 11.0.0.2 255.255.255.0
 encapsulation ppp
 ip ospf cost 999
 dialer pool 1
 dialer remote-name RA
 dialer idle-timeout 100
 dialer enable-timeout 20
 dialer string 22222
 dialer callback-secure
 dialer-group 1
 ppp callback accept
 ppp authentication chap
end

RB#

=========

debug dialer on the server side shows that 'no callback configured for
RA'. I know that in legacy DDR a dialer class is required with
callback-server username, but how do I do the same with dialer int? How
do I apply a class to a dialer int?

Thanks
Rohan



This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:31 GMT-3