CCNA - PPPoE Client-Server setup and configuration | NETVN
This is videos explains how to configure PPPoE on Cisco router
Here's the relevant configuration needed on the PPPoE client router:
interface FastEthernet1/0
ip tcp adjust-mss 1452
pppoe enable
pppoe-client dial-pool-number 1
no shutdown
!
interface Dialer0
dialer pool 1
encapsulation ppp
ip address 192.168.12.2 255.255.255.252
ppp authentication chap callin
ppp chap hostname A
ppp chap password 123456
Here's the relevant configuration needed on the PPPoE Server:
username A password 12345...
Here's the relevant configuration needed on the PPPoE client router:
interface FastEthernet1/0
ip tcp adjust-mss 1452
pppoe enable
pppoe-client dial-pool-number 1
no shutdown
!
interface Dialer0
dialer pool 1
encapsulation ppp
ip address 192.168.12.2 255.255.255.252
ppp authentication chap callin
ppp chap hostname A
ppp chap password 123456
Here's the relevant configuration needed on the PPPoE Server:
username A password 12345...
216.73.216.171