cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5965
Views
5
Helpful
4
Replies

Packet tracer 16.3.1

farzadap
Level 1
Level 1

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?

 

 
 
1 Accepted Solution

Accepted Solutions

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.

View solution in original post

4 Replies 4

Martin L
VIP
VIP

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 **

 

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.

Yeah! Typical...Thanks!

Review Cisco Networking for a $25 gift card