139k views
5 votes
IFT 266 Introduction to Network Information communication Technology (ICT)

Lab 47

IPv6 Troubleshooting

Co-Authored by Joshua Brown

Open the file IPv6_Troubleshooting.pkt. Try pinging each computer. (PC1 → PC2, PC1→ PC3)

2. What do you notice is wrong with the topology?


_______________________________________________________________

Purpose of this lab is to troubleshoot the above network, figure out the problem and how to fix it.

Do not forget about the show commands!

3. What is causing the issue (s)?......Do not over think it. The cause is more obvious than you think!

_______________________________________________________________

_______________________________________________________________

4. What did you do to fix the issues?

_______________________________________________________________

_______________________________________________________________

NOTE: Do not use auto configuration to fix the problem.

5. Attach a screenshot of your two successful pings from PC1 → PC2 and PC1 → PC3 below

2 Answers

3 votes

Final answer:

Lab 47's task involves troubleshooting a network in an IPv6 environment by pinging between computers, identifying connectivity issues, and correcting them using show commands and manual configuration adjustments.

Step-by-step explanation:

The purpose of Lab 47 is to troubleshoot a network setup in an IPv6 environment. During the troubleshooting process, one might carry out the following steps:

  • Open the IPv6_Troubleshooting.pkt file and attempt to ping from PC1 to both PC2 and PC3.
  • Observe the results to identify any anomalies or lack of connectivity which could indicate an issue with the network topology.
  • Utilize various show commands on network devices to gather more information about interfaces, routes, and neighbor discovery statuses, etc.
  • Based on the findings, determine if there are any incorrect settings such as mismatched subnet addresses, incorrect gateway settings, or improper interface configuration.
  • Apply necessary fixes to the network configuration based on the observed problems. This might involve adjusting the IP addresses, subnet masks, and ensuring that the routing tables are correct.

After performing these adjustments, re-test the connectivity by pinging from PC1 to PC2 and from PC1 to PC3. If the issues have been properly addressed, the pings should now be successful.

Note that the assignment specifically states not to use auto configuration to resolve the problems, so manual configuration adjustments should be applied.

User UndeadDragon
by
7.9k points
4 votes

In IPv6 troubleshooting scenarios, if there's an issue with communication

Check IPv6 Addresses: Verify that each device has a valid IPv6 address configured in the correct subnet.

Confirm Default Gateway: Ensure that each device has the correct IPv6 default gateway set. Misconfigured gateways can prevent proper communication.

Verify Connectivity: Use ping commands between devices to check if there's connectivity. For example, from PC1, try pinging

Check Router/Device Configuration: Review router/device configurations for proper IPv6 settings, including routing, interface configurations, and neighbor discovery protocols.

Inspect Firewall or Security Settings: Sometimes, firewall rules or security settings can

Use 'show' Commands: Use relevant 'show' commands on routers and switches to inspect IPv6-related set

To answer your lab questions, observe any issues preventing ping communications, identify the obvious problem

User Sergino
by
8.1k points