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

8000v PPPoE not working, using same config setup as C1111 ISR

TheGoob
VIP
VIP

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.

1 Accepted Solution

Accepted Solutions

TheGoob
VIP
VIP

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

 

View solution in original post

1 Reply 1

TheGoob
VIP
VIP

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