Changing from PPPoA to PPPoE on Cisco 837 - TechRepublic
Question
April 11, 2007 at 08:12 AM
john

Changing from PPPoA to PPPoE on Cisco 837

by john . Updated 16 years, 4 months ago

I was recently informed by the new AT&T that they are changing my DSL service from PPPoA to PPPoE and I will need to make changes to all of my routers (we use Bellsouth’s VPN Service over their DSL). I am not that familiar with configuring DSL Routers as I know enough to get me in trouble. My current ATM interfaces look like this:

interface ATM0
no ip address
atm ilmi-keepalive
pvc 0/16 ilmi
!
pvc 8/35
encapsulation aa15mux ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
!
interface Dialer0
ip address negotiated
encapsulation ppp
no ip route-cache
dialer pool 1
no cdp enable
ppp chap refuse
ppp eap refuse
ppp pap sent-username abc password 123

Can some one give me a template of what I need to changes to the interface to work with PPPoE?

This discussion is locked

All Comments