Free CCNA | Troubleshooting Static Routes | Day 11 Lab 2 | CCNA 200-301 Complete Course

Jeremy's IT Lab
25 Jan 202009:45

Summary

TLDRIn this CCNA troubleshooting lab, Jeremy's IT Lab guides viewers through identifying and resolving network misconfigurations that prevent PC1 and PC2 from pinging each other. The video emphasizes the importance of hands-on practice for the CCNA exam, detailing the discovery and correction of errors on three routers. By the end, the network functions correctly, allowing successful pings, with a call to action for viewers to subscribe, engage, and support the channel.

Takeaways

  • 😀 Welcome to Jeremy’s IT Lab, a free, complete course for CCNA aspirants.
  • 📚 Encouragement to subscribe, like, comment, and share the video to support the free educational series.
  • 🔍 Identification of a network topology with misconfigurations preventing PC1 and PC2 from pinging each other.
  • 🛠️ Emphasis on troubleshooting as a critical skill for CCNA certification and its potential inclusion in the exam.
  • 💡 Advice for viewers to attempt the lab independently to effectively practice troubleshooting skills.
  • 🖥️ Demonstration of checking PC configuration using the 'IPCONFIG' command on Windows.
  • 📡 Explanation of the 'physical address' being the MAC address, crucial for network interface identification.
  • 🚀 Verification of the PC's ability to ping the default gateway, a prerequisite for accessing other networks.
  • 🔍 On R1, the discovery of a misconfigured static route with the incorrect next hop address.
  • 🛠️ Correction of the static route on R1 by changing the next hop address from 192.168.12.3 to 192.168.12.2.
  • 🔄 On R2, the recognition of an incorrect exit interface in the static route configuration, leading to potential load-balancing issues.
  • 🔧 Rectification of the exit interface on R2 from GigabitEthernet0/0 to GigabitEthernet0/1 for proper routing.
  • 🔢 On R3, the identification of an incorrect IP address on the GigabitEthernet0/0 interface.
  • 🔄 Immediate correction of R3's interface IP address without the need for prior deletion of the existing configuration.
  • 📝 Brief inspection of R3's routing table to confirm the presence of a correct static route to the 192.168.1.0/24 network.
  • 🔄 After fixing the misconfigurations, successful ping from PC1 to PC2 indicating resolution of the network issues.
  • 👍 Final call to action for viewers to engage with the content and support the channel through subscriptions and sharing.

Q & A

  • What is the purpose of the video?

    -The purpose of the video is to provide a free, complete course for the CCNA certification, focusing on troubleshooting a network topology with misconfigurations.

  • What is the main issue presented in the lab?

    -The main issue is that PC1 and PC2 are unable to ping each other due to configuration errors on the routers.

  • Why is it important to try the lab before watching the video?

    -It is important to try the lab first to practice your own troubleshooting skills and to avoid already knowing the problems, which would reduce the learning experience.

  • What command can be used to check the configuration on a Windows PC?

    -The command 'IPCONFIG' can be used to check the basic configuration, and 'IPCONFIG /ALL' for more detailed information including the physical (MAC) address.

  • What is the significance of the default gateway in this context?

    -The default gateway is significant because it is the first point of contact for a PC to reach other networks, and it must be correctly configured for proper network communication.

  • What was the misconfiguration found on R1's routing table?

    -The misconfiguration was that the static route for the 192.168.3.0/24 network was pointing to the wrong next hop address, 192.168.12.3 instead of the correct 192.168.12.2.

  • How did the video demonstrate correcting the misconfiguration on R1?

    -The video showed entering global config mode, deleting the incorrect configuration statement, and then re-entering it with the correct next hop address.

  • What was the issue with R2's routing table?

    -The issue was that one of the static routes for the 192.168.3.0/24 network had an incorrect exit interface, GigabitEthernet0/0 instead of the correct GigabitEthernet0/1.

  • Why is it problematic to have two static routes for the same network in the routing table?

    -Having two static routes for the same network can lead to load-balancing, which might send packets out of incorrect interfaces, causing network communication issues.

  • What was the misconfiguration on R3's interface?

    -The misconfiguration was that R3's GigabitEthernet0/0 interface had an incorrect IP address, 192.168.23.3, instead of the correct 192.168.13.3.

  • How did the video ensure that the misconfigurations were fixed after making changes?

    -The video checked the routing table and interface configurations using commands like 'SHOW IP ROUTE' and 'SHOW RUNNING-CONFIG' to confirm that the changes were applied correctly.

  • What was the final step to verify the lab's success?

    -The final step was to go back to PC1 and try pinging PC2 again to ensure that the network was functioning correctly after the misconfigurations were fixed.

Outlines

00:00

😀 Introduction to CCNA Troubleshooting Lab

Jeremy’s IT Lab offers a free, comprehensive course for CCNA certification. The video script begins by inviting viewers to subscribe, like, comment, and share the content to support the free educational series. The lab scenario involves a familiar network topology with configuration errors that prevent PC1 and PC2 from pinging each other. The script emphasizes the importance of troubleshooting for the CCNA exam and encourages viewers to attempt the lab independently to practice their skills. The initial step is to confirm the communication issue between PCs, followed by a quick check of the PCs' IP configurations using the 'IPCONFIG' command. The script then moves on to router troubleshooting, starting with R1.

05:10

🛠️ Troubleshooting Router Configurations in a CCNA Lab

The script continues with a step-by-step guide to identify and fix configuration errors on three routers (R1, R2, and R3) within a network setup. For R1, the issue lies in a static route misconfiguration, where the next hop address is incorrect. The script demonstrates how to correct this by editing the routing table. Moving to R2, another static route problem is identified, where the exit interface for the 192.168.3.0/24 network is incorrect. The script shows how to remove the wrong route and add the correct one, preventing packet misrouting. Lastly, R3 has an interface IP address error, which is corrected by reconfiguring the interface with the right IP. After addressing these issues, the script concludes with a successful ping test between PC1 and PC2, indicating the network is now correctly configured. The video ends with a call to action for viewers to engage with the content and support the creator.

Mindmap

Keywords

💡CCNA

CCNA stands for Cisco Certified Network Associate, which is a foundational certification for network professionals. It validates the ability to install, configure, operate, and troubleshoot medium-sized routed and switched networks. In the video, the course is designed to prepare viewers for the CCNA exam, and the lab exercises are directly related to the skills tested in the certification.

💡Network Topology

Network topology refers to the arrangement of the network elements such as nodes, links, and the way they are connected. In the context of the video, the network topology is the layout of the network that has been configured in a previous lab, and the video focuses on troubleshooting issues within this specific topology.

💡Misconfiguration

A misconfiguration is an incorrect setup or setting in a network device that can lead to connectivity issues. The video script mentions that there are misconfigurations on the routers which prevent PC1 and PC2 from being able to ping each other, and the main task is to identify and correct these misconfigurations.

💡Troubleshooting

Troubleshooting is the process of identifying and resolving issues in a system. In the video, troubleshooting is a key activity where the presenter guides viewers through the process of finding and fixing network issues, which is a critical skill for the CCNA exam and real-world network administration.

💡IP Address

An IP address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. In the script, the IP address is used to identify the network interfaces and is crucial for the ping test and routing configurations.

💡Subnet Mask

A subnet mask is used to separate the network address from the host address within an IP address. In the video, the subnet mask is part of the PC's configuration that is checked to ensure proper network communication.

💡Default Gateway

The default gateway is the IP address of the router on a network that devices use to send data to other networks. In the script, the presenter verifies that PCs can ping their default gateway, which is a necessary step for reaching other networks.

💡MAC Address

A MAC address, also known as a physical address, is a unique identifier assigned to network interfaces for communications on the physical network segment. The script mentions the MAC address in the context of using the 'IPCONFIG /ALL' command to check for detailed network configuration information.

💡Routing Table

A routing table is a data file in a router or networking software that defines routes to particular network destinations. In the video, the presenter checks and corrects entries in the routing table to ensure proper network routing.

💡Static Route

A static route is a path that is manually configured on a router and does not change unless altered by a network administrator. The script describes a misconfigured static route that needs to be corrected for the network to function properly.

💡Load Balancing

Load balancing is the distribution of network or application traffic across multiple servers or network paths. In the video, the incorrect static route causes unintended load balancing, which is problematic because it leads to some packets being sent out the wrong interface.

💡Interface

In networking, an interface refers to a communication endpoint between a device and a network. The script discusses checking and correcting interface configurations, such as IP addresses, to ensure proper connectivity.

Highlights

Introduction to Jeremy’s IT Lab's free, complete CCNA course.

Encouragement for subscribers to engage with the content through likes, comments, and shares.

Identification of a network topology with configuration errors preventing PC1 and PC2 from pinging each other.

Emphasis on troubleshooting as a valuable practice for CCNA exam preparation.

Advice to attempt the lab independently before watching the solution video for effective learning.

Confirmation of the initial problem where PC1 cannot ping PC2.

Quick check of PC’s configuration using the IPCONFIG command.

Explanation of the physical address, which is the MAC address.

Verification of the default gateway's reachability from PC1.

Identification of a misconfiguration in R1's static route pointing to the incorrect next hop address.

Demonstration of how to correct a misconfiguration in the router's running configuration.

Fixing the incorrect exit interface in R2's routing table for the 192.168.3.0/24 network.

Clarification on the concept of load-balancing in routing and its implications in this scenario.

Identification and correction of R3's incorrect IP address on the GigabitEthernet0/0 interface.

Brief inspection of R3's routing table to confirm the presence of a static route to the 192.168.1.0/24 network.

Successful resolution of the network issues allowing PC1 to ping PC2 after corrections.

Call to action for viewers to subscribe, engage, and share the video for others studying for the CCNA.

Mention of accepting tips and providing links in the description for Brave verified publisher status.

Transcripts

play00:01

Welcome to Jeremy’s IT Lab.

play00:03

This is a free, complete course for the CCNA.

play00:06

If you like these videos, please subscribe to follow along with the series.

play00:11

Also, please like and leave a comment, and share the video to help spread this free series

play00:15

of videos.

play00:17

Thanks for your help.

play00:19

You may recognize this network topology.

play00:22

This is the same network we configured in the previous lab.

play00:25

However, this time there are a few configuration errors, so PC1 and PC2 are unable to ping

play00:31

each other.

play00:33

As the lab instructions say, there is one misconfiguration per router, so we have to

play00:38

find and fix the misconfigurations.

play00:41

Troubleshooting labs like this are great practice for the CCNA.

play00:45

Troubleshooting helps test your knowledge of the concepts, and troubleshooting questions

play00:49

may also appear on the CCNA exam itself.

play00:52

I highly recommend you try to complete this lab yourself first, if you watch the video

play00:58

before you will already know what the problems in the network are and you won’t

play01:02

practice your own troubleshooting skills.

play01:05

Okay, before we get started troubleshooting, we should confirm the problem.

play01:10

PC1 and PC2 should not be able to ping eachother.

play01:14

I’ll go on PC1 and try to ping PC2.

play01:18

Okay, let’s send that ping.

play01:21

Ping 192.168.3.1.

play01:33

Okay, the ping indeed does not work.

play01:37

Although the misconfigurations are on the routers in this lab, let’s quickly check

play01:41

the PC’s configuration.

play01:43

To check the configuration on a windows PC, use the command IPCONFIG.

play01:49

Here you can see the IP address, subnet mask, and default gateway.

play01:56

If you want more detail, use the command IPCONFIG /ALL.

play02:01

This gives more information, such as the physical address.

play02:04

What is the physical address?

play02:05

Well, it’s the MAC address.

play02:08

Okay, let’s see if we can ping the default gateway, since to reach other networks we

play02:13

need to be able to reach the default gateway.

play02:16

PING 192.168.1.254.

play02:24

Okay, no problems here.

play02:26

Let’s go on R1 now and see if we can find the issue...enter privileged exec mode with

play02:34

ENABLE.

play02:36

First I’ll check if the interface configuration is okay.

play02:40

SHOW IP INTERFACE BRIEF...the addresses are correct, and both interfaces are UP/UP, so

play02:48

the interface configuration is fine.

play02:50

Let’s check the routing table.

play02:53

SHOW IP ROUTE...here’s the static route for the 192.168.3.0/24 network, but can you

play03:01

see the misconfiguration?

play03:04

It says via 192.168.12.3, but actually the next hop address should be 192.168.12.2, which

play03:13

is the IP address of R2’s G0/0 interface.

play03:17

Let’s check it in the running config.

play03:20

Show running-config, and then I’m going to filter the output by using the PIPE symbol,

play03:26

INCLUDE, and then ip route.

play03:30

Here you can see the configuration statement.

play03:32

I’m going to right click to copy it, and then go to global config mode.

play03:40

CONFIGURE TERMINAL.

play03:42

Now I’ll paste in the configuration statement, and use the keyboard shortcut CTRL+A to go to

play03:49

the beginning of the line. Type NO, followed by a space, and then hit enter.

play03:55

and that deletes the configuration statement.

play03:57

Let’s check.

play03:59

DO SHOW RUNNING-CONFIG, PIPE, INCLUDE IP ROUTE.

play04:05

Okay, it’s gone.

play04:08

Now I’ll paste in the configuration statement once more, and change this 3 to a 2.

play04:14

I’ll use the up arrows to go back to the show running-config command, and now you can

play04:19

see we have the correct configuration statement.

play04:22

Let’s check the routing table one last time.

play04:26

DO SHOW IP ROUTE.

play04:29

Okay, there’s the correct route.

play04:30

So, we have fixed the problem on R1.

play04:35

Now let’s move on to R2. Enter privileged exec mode with ENABLE.

play04:40

And let’s check the interface configuration.

play04:44

SHOW IP INTERFACE BRIEF.

play04:48

The IP addresses both are correct, and the interfaces are UP/UP, so no problems here.

play04:53

Let’s check the routing table.

play04:56

SHOW IP ROUTE.

play04:58

We have two static routes as expected, 192.168.1.0/24 via 192.168.12.1 is correct. And

play05:09

192.168.3.0/24, with an exit interface of gigabitethernet0/0, there’s our problem.

play05:17

To reach the 192.168.3.0/24 network, R2 should use the gigabitethernet0/1 interface, not

play05:25

0/0.

play05:26

Let’s see what happens if I enter the correct route without removing the incorrect one.

play05:32

CONFIGURE TERMINAL.

play05:34

IP ROUTE 192.168.3.0 255.255.255.0 g0/1.

play05:44

DO SHOW IP ROUTE.

play05:46

Okay, you can see both routes are kept in the routing table, the second does not override

play05:52

the first.

play05:53

Because both are in the routing table, this means the router will ‘load-balance’ over

play05:58

the two routes, sending some packets out of G0/0, and some packets out of G0/1.

play06:06

Sometimes load-balancing is a good thing, but in this case the G0/0 interface is totally

play06:11

wrong, so we should remove that configuration statement.

play06:16

DO SHOW RUNNING-CONFIG, PIPE, INCLUDE IP ROUTE. Okay,

play06:22

right click to copy, right click to paste. Hit CTRL-A to skip to the beginning of the line, and

play06:31

type no.

play06:33

Let’s see if the route was removed from the routing table.

play06:36

DO SHOW IP ROUTE.

play06:39

Okay, now we only have one route to 192.168.3.0/24, using the correct interface, G0/1.

play06:49

Finally let’s look for the issue on R3. First enter privileged exec mode with ENABLE.

play06:57

And once again I’ll check the interface configuration first.

play07:01

SHOW IP INTERFACE BRIEF.

play07:05

Both interfaces are UP/UP, however there is a misconfiguration here.

play07:10

R3’s gigabitethernet0/0 interface should have an IP address of 192.168.13.3, not 192.168.23.3.

play07:20

Let’s fix that.

play07:23

CONFIGURE TERMINAL.

play07:25

INTERFACE G0/0.

play07:26

Now, unlike when configuring routes, we don’t have to remove the current configuration first.

play07:33

If we enter a new IP address, it will overwrite the current IP address.

play07:38

Let’s see the config before and after.

play07:42

DO SHOW RUNNING-CONFIG. Okay, here’s the incorrect IP address.

play07:49

Now let’s configure the correct IP address.

play07:52

IP ADDRESS 192.168.13.3 255.255.255.0.

play08:00

Let’s check the config again.

play08:03

DO SHOW RUNNING-CONFIG. As you can see, the previous configuration was automatically

play08:09

overwritten, we did not have to delete it.

play08:13

Okay, since we are told there is one misconfiguration per router, we don’t have to check the routing

play08:17

table, but let’s take a quick look anyway.

play08:20

R3 should have a static route to the 192.168.1.0/24 network.

play08:27

DO SHOW IP ROUTE. There it is, via 192.168.13.2, which is R2.

play08:37

Now that we have fixed the misconfigurations, let’s go back on PC1 and try out that ping

play08:42

again.

play08:44

The first ping or two might fail, but after that they should all succeed.

play08:48

Let’s give it a shot.

play08:51

PING 192.168.3.1.

play09:10

Okay, so after finding and fixing the misconfigurations on R1, R2, and R3, PC1 is now able to ping

play09:18

PC2.

play09:19

That’s all for this lab.

play09:23

Thank you for watching.

play09:25

Please subscribe to the channel, like the video, leave a comment, and share the video

play09:29

with anyone else studying for the CCNA.

play09:32

If you want to leave a tip, check the links in the description.

play09:35

I'm also a Brave verified publisher and accept BAT, or Basic Attention Token, tips via the

play09:41

Brave browser.

play09:42

That's all for now.

Rate This

5.0 / 5 (0 votes)

Related Tags
CCNA CourseIT LabTroubleshootingNetwork TopologyPing TestIP AddressRouter ConfigMAC AddressLoad BalancingNetwork ExamFree Tutorial