Basic Connectivity Troubleshooting
Ping Responses
Uses ICMP: Internet Control Message Protocol
Tests two way connectivity.
Today's lab had the scenario of PC 1 not being able to reach P3. We started by testing the connection from PC1 to P2 using the Command Prompt.
Now that the problem is verified, we use traceroute to investigate the source. Control C stopped the process.
The hop stopped at 10.1.0.1, which is R3. So from here we check to see if R3 has a route to PC3, which requires us to jump back into R3's CLI.
PC3's network, 10.1.2.10 is not on the routing table, so we should manually add it! Back to the the CLI.
Comments
Post a Comment