03-27-2025 10:06 AM
I am messing around with my lab setup and trying to get PPPoE to work on the 8000v but it simply does not want to work..Not really sure where to troubleshoot either. I have identical [minimum of what needs for PPPoE[ as my working ISR but it will not connect.
This is the layout I followed;
R1(config)#interface gigabitethernet1
R1(config-if)#no ip address
R1(config-if)#no shutdown
R1(config-if)#e
R1(config)#interface gigabitethernet1
R1(config-if)#pppoe enable group global
R1(config-if)#pppoe-client dial-pool-number 1
R1(config-if)#exit
R1(config)#interface dialer 1
R1(config-if)#mtu 1492
R1(config-if)#ip address negotiated
R1(config-if)#encapsulation ppp
R1(config-if)#ip tcp adjust-mss 1420
R1(config-if)#dialer pool 1
R1(config-if)#dialer-group 1
R1(config-if)#ppp pap sent-username username password password
R1(config-if)#exit
R1(config)#ip route 0.0.0.0 0.0.0.0 dialer 1
R1(config)#ip name-server 1.1.1.1 1.0.0.1
But to no avail. Also, have verified the ge1 is indeed connected to the correct port on esxi connecting to my broadband router.
Solved! Go to Solution.
03-27-2025 12:45 PM
I got it figured out, but my next thing to do is verify which one, if all, the extra code was needed. But something in it definitely made the difference as it now works.
no cdp enable
ppp authentication chap pap callin
ppp chap hostname [name]
ppp chap password 0 [pass]
ppp ipcp dns request
ppp ipcp route default
03-27-2025 12:45 PM
I got it figured out, but my next thing to do is verify which one, if all, the extra code was needed. But something in it definitely made the difference as it now works.
no cdp enable
ppp authentication chap pap callin
ppp chap hostname [name]
ppp chap password 0 [pass]
ppp ipcp dns request
ppp ipcp route default
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