01-07-2022 02:41 PM
The objective of this packet tracer is troubleshooting. I've found five problems with the ip route configuration for all the three routers. Now I can ping from any host to the other LANs over IPv4. But there is an issue with pinging from PC1 to the other LANs over IPv6. Though the IPv6 static routes to the other LANs seem to be correctly configured on R1 but I can just ping from PC1 to the Serial0/0/0 interface of R1 and not any further. What's the problem?
Solved! Go to Solution.
01-10-2022 02:12 AM
Hi there,
Run the following command on R2:
! R2 no ipv6 route 2001:DB6:1::/64 2001:DB8:2::194 ipv6 route 2001:DB8:1::/64 2001:DB8:2::194 !
You had a typo in the IPv6 static route. Once corrected PC1 will be able to ping all other 'PC2' and 'server'.
cheers,
Seb.
01-08-2022 01:27 PM
for easy solution and help, please attach your PT file here; note that file must be in a zip format.
Regards, ML
**Please Rate All Helpful Responses **
01-09-2022 02:51 AM
01-10-2022 02:12 AM
Hi there,
Run the following command on R2:
! R2 no ipv6 route 2001:DB6:1::/64 2001:DB8:2::194 ipv6 route 2001:DB8:1::/64 2001:DB8:2::194 !
You had a typo in the IPv6 static route. Once corrected PC1 will be able to ping all other 'PC2' and 'server'.
cheers,
Seb.
01-10-2022 03:32 AM
Yeah! Typical...Thanks!
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