05-16-2005 05:52 AM - edited 03-03-2019 09:34 AM
Good day everyone,
I was wondering, how can I implement dial-on-demand routing in a PPPoA connection?
I searched the Cisco site but all I could find was reguarding DDR and PPPoE
05-16-2005 07:51 AM
Hello,
here is a typical PPPoA config with dialer interfaces. Which platform (e.g. 1700, 2600) do you have ?
Current configuration:
!
version 12.1
!
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname R1
!
ip subnet-zero
!
interface FastEthernet0
ip address 10.0.0.1 255.0.0.0
no ip directed-broadcast
no ip mroute-cache
!
interface ATM0
no ip address
no ip directed-broadcast
no ip mroute-cache
no atm ilmi-keepalive
pvc 1/150
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
hold-queue 224 in
!
interface Dialer0
ip address 172.18.0.1 255.255.0.0
no ip directed-broadcast
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname username
ppp chap password password
!
ip classless
ip route 0.0.0.0.0.0.0.0 dialer0
!
dialer-list 1 protocol ip permit
!
end
Regards,
GP
05-17-2005 02:38 AM
I have a 837. Anyway, I've already succeeded in establishing the connection, the problem is DDR...
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide