04-10-2024 02:40 AM
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
04-10-2024 05:01 AM
- FYI : Community group for Packet Tracer project questions
M.
04-10-2024 06:06 AM
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
04-10-2024 06:07 AM
Also you need dialer list.
MHM
04-10-2024 07:32 AM - edited 04-10-2024 07:33 AM
Hello calvinshuen,
Also..Please go through the sample configuration...it might helpful...
Best regards
******* If This Helps, Please Rate *******
04-10-2024 09:02 AM
Hello,
post your zipped Packet Tracer project (.pkt) file..
04-10-2024 10:01 PM
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