03-17-2019 12:27 AM
Hello Guys,
I need your help.
I've got a Cisco 892 Router in which I'm trying to configure PPPoE connection. I'm not a pro, I've tried commands which I founded on the internet but it didn't work. I've reset the router. Please help me out.
Thanks.
03-17-2019 01:23 AM
Hello,
here is a generic sample for the PPPoE part. Post the configuration you currently have, also indicate who your ISP is:
interface GigabitEthernet0
description ISP_UPLINK
no ip address
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
no shutdown
!
interface Dialer1
description DIALER_TO_ISP
ip address negotiated
ip nat outside
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1492
encapsulation ppp
ip tcp adjust-mss 1452
load-interval 30
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap chap callin
ppp chap hostname yourhostname
ppp chap password yourpassword
ppp pap sent-username yourhostname password yourpassword
03-17-2019 01:24 AM
Hi,
Your configuration will like:
interface Dialer1 description $PPOE Dailer$ mtu 1492 ip address negotiated ip nat outside ip virtual-reassembly in encapsulation ppp ip tcp adjust-mss 1452 dialer pool 1 ppp authentication chap pap ms-chap callin ppp chap hostname <ISP Username> ppp chap password <ISP password> ppp pap sent-username <ISP Username> password 0 <ISP password> !
!
interface FastEthernet0 description WAN-PORT-PPOE-CONNECTED no ip address pppoe enable group global pppoe-client dial-pool-number 1
Regards,
Deepak Kumar
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