[CCNAv6 S2] 2.3.2.3 Packet Tracer - Troubleshooting Static Routes



Packet Tracer - Troubleshooting Static Routes
Addressing Table

Objectives

Part 1: Locate the Problem

Part 2: Determine the Solution

Part 3: Implement the Solution

Part 4: Verify That the Issue Is Resolved

Background

In this activity, PC1 reports that they cannot access resources on the server. Locate the problem, decide on an appropriate solution and resolve the issue.

Part 1:     Locate the Problem
PC1 cannot access files on the server. Locate the problem using the appropriate show commands on all routers and any troubleshooting commands on the PCs that you have learned from previous chapters.

What are some of the troubleshooting commands on routers and PCs that can be used to identify the source of the problem?

Part 2:     Determine the Solution
After you have located the problem that is preventing PC1 from accessing files on the server, fill in the table below.


Part 3:     Implement the Solution
a.     If there are any misconfigured static routes, you must remove them before the correct ones can be added to the configuration.

b.    Add any missing static routes by configuring directly attached routes.

Part 4:     Verify That the Issue Is Resolved
a.     Ping from PC1 to the server.

b.    Open a web connection to the server. After you correctly identify and implement the correct solution to the problem, you will receive a message in the web browser when you connect to the server.



Configuration R2:

enable
configure terminal
no ip route 172.31.1.128 255.255.255.192 172.31.1.194
no ip route 172.31.1.0 255.255.255.128 172.31.1.198
ip route 172.31.1.0 255.255.255.128 172.31.1.194
ip route 172.31.1.128 255.255.255.192 172.31.1.198
!

Configuration R3:

enable
configure terminal
ip route 172.31.1.0 255.255.255.128 s0/0/1
!


Link Download:  Here



Nhận xét

  1. Please make a correction as
    Configuration R3:

    enable
    configure terminal
    ip route 172.31.1.0 255.255.255.128 s0/0/1

    Trả lờiXóa

Đăng nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S4] 8.2.4.14 Packet Tracer - Troubleshooting Enterprise Networks 3

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 7.3.2.4 Packet Tracer - Troubleshooting Standard IPv4 ACLs