RE: one way pap authen

From: David Caren (dcaren@xxxxxxxxx)
Date: Thu May 24 2001 - 03:59:47 GMT-3


   
This config will do a callback with a 1-way authentication

Callback Server-----------------------

hostname Router1

username branch callback-dialstring 3333 password 0 cisco

isdn switch-type basic-5ess

interface BRI0
 ip address 10.60.1.13 255.255.255.252
 encapsulation ppp
 ip ospf demand-circuit
 dialer callback-secure
 dialer idle-timeout 60
 dialer enable-timeout 3
 dialer map ip 10.60.1.14 name branch class dialer broadcast 3333
 dialer-group 1
 ppp callback accept
!this command prevents this router from challenging
!the other router when it calls the other router
 ppp authentication pap callin
 ppp pap sent-username Router1 password 0 cisco
 dialer hold-queue 75 in

map-class dialer dialer
 dialer callback-server username
dialer-list 1 protocol ip permit

Callback CLient --------------------------------------

hostname Router3

username Router1 password cisco
isdn switch-type basic-5ess

interface BRI0
 ip address 10.60.1.14 255.255.255.252
 encapsulation ppp
 ip ospf demand-circuit
 dialer idle-timeout 60
 dialer enable-timeout 3
 dialer map ip 10.60.1.13 name Router1 broadcast 1111
 dialer-group 1
 isdn switch-type basic-5ess
 ppp callback request
 ppp authentication pap
 ppp pap sent-username branch password 0 cisco
 hold-queue 75 in

dialer-list 1 protocol ip permit



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