cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
359
Views
0
Helpful
1
Replies

PPPoE on routers ethernet

kapish.mohole
Level 1
Level 1

I have a 2600 with 1 serial for internet, and i have a ADSL circuit which i want to use as backup for serial interface.

is it possible? configuring dialer int and binding it to FE. i dont have specific adsl hardware on router.

how can i configure pppoe connection on router which in connected to the adsl modem on same ethernet interface (using a switch lan and adsl both are on routers FE int).

1 Reply 1

d-mark
Level 1
Level 1

Hi,

something like:

vpdn enable

!

vpdn-group PPPoE

request dialin

protocol pppoe

!

interface Ethernet0

no ip address

pppoe enable

pppoe-client dial-pool-number 1

!

interface Dialer1

ip address negotiated

ip mtu 1456

encapsulation ppp

dialer pool 1

dialer-group 1

ppp authentication chap callin

ppp chap hostname

ppp chap password 0

!

dialer-list 1 protocol ip permit

should work.

regards

Mark