cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
191
Views
0
Helpful
6
Replies

PPPoE not working in packet tracer

calvinshuen
Level 1
Level 1

HI guy, I am configuring both the R2 and R3 to set up PPPoE between them. After I apply the script below for R2 and R3. Both routers lost connective and the R3 routing table became empty. Is there any problem with the script below? Thanks for help?

 

R2 configuration

aaa new-model
aaa authentication ppp default local
username tafe password class
ip local pool TAFEPOOL 10.0.40.1 10.0.40.10
interface virtual-template 1
ip unnumbered FastEthernet0/1
peer default ip address pool TAFEPOOL
ppp authentication chap
exit
bba-group pppoe global
virtual-template 1
exit
interface f0/1
no ip add
pppoe enable group global
no shutdown


R3 configuration

aaa new-model
aaa authentication ppp default local
interface f0/1
no ip address
pppoe enable
pppoe-client dial-pool-number 1
exit
interface dialer 1
mtu 1492
ip address negotiated
encapsulation ppp
dialer pool 1
ppp authentication chap
ppp chap hostname tafe
ppp chap password class
exit
no ip route 0.0.0.0 0.0.0.0 10.0.40.1
ip route 0.0.0.0 0.0.0.0 dialer 1
interface f0/1
no shutdown

6 Replies 6

marce1000
VIP
VIP

 

   -  FYI : Community group for Packet Tracer project questions

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

I dont remember the command but I think is 

Dialer group x 

This command make interface try pppoe when there is interest traffic pass

Check this point 

MHM

Also you need dialer list.

MHM

Gopinath_Pigili
Spotlight
Spotlight

Hello calvinshuen,

Also..Please go through the sample configuration...it might helpful...

Gopinath_Pigili_1-1712759603314.png

 

Best regards
******* If This Helps, Please Rate *******

Hello,

post your zipped Packet Tracer project (.pkt) file..

There you go. Thanks:)

Review Cisco Networking for a $25 gift card