cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
596
Views
0
Helpful
2
Replies

DDR and PPPoA?

simonepezzano
Level 1
Level 1

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

2 Replies 2

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

I have a 837. Anyway, I've already succeeded in establishing the connection, the problem is DDR...

Thanks