PPP Chap hostname with Dialer profile

From: Ivan (limmti@yahoo.com.sg)
Date: Tue Apr 29 2003 - 07:04:40 GMT-3


Hi All,

I'm experimenting with ppp chap hostname feature on
the dialer interface but could not get it work.
I'm using the AUX-to-AUX port to simulate the ISDN
dialing with dialer profile.

Appreciate for any advice.
Below is my config

R1 (called Router)
---------------------

username test password cisco

interface Async1
 no ip address
 encapsulation ppp
 dialer in-band
 dialer pool-member 1
 async default routing
 async dynamic routing
 async mode dedicated
 ppp authentication chap
!
interface Dialer1
 ip address 170.1.201.2 255.255.255.252
 encapsulation ppp
 dialer pool 1
 dialer remote-name R2
 dialer-group 1
 no peer neighbor-route
 ppp authentication chap
!

R2 (Calling Router)
-------------------

username R1 password cisco

interface Async1
 no ip address
 encapsulation ppp
 dialer in-band
 dialer pool-member 1
 async default routing
 async dynamic routing
 async mode dedicated
 ppp authentication chap
!
interface Dialer1
 ip address 170.1.201.2 255.255.255.252
 encapsulation ppp
 dialer pool 1
 dialer remote-name R1
 dialer-group 1
 dialer string 1234
 dialer idle-timeout 60
 no peer neighbor-route
 ppp authentication chap
 ppp chap hostname test
!

Ivan



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:36:09 GMT-3