PPPoE not working in packet tracer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
Other Routers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 05:01 AM
- 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! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 06:07 AM
Also you need dialer list.
MHM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 *******

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 09:02 AM
Hello,
post your zipped Packet Tracer project (.pkt) file..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 10:01 PM
