0% found this document useful (0 votes)
701 views13 pages

M2 Troubleshoot 16.3.4

Module 16 focuses on troubleshooting static and default routes for both IPv4 and IPv6. It includes practical activities, quizzes, and troubleshooting commands to help learners evaluate network operations and implement corrections. Key skills practiced involve configuring routes and using IOS commands to diagnose routing issues.

Uploaded by

Asad Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
701 views13 pages

M2 Troubleshoot 16.3.4

Module 16 focuses on troubleshooting static and default routes for both IPv4 and IPv6. It includes practical activities, quizzes, and troubleshooting commands to help learners evaluate network operations and implement corrections. Key skills practiced involve configuring routes and using IOS commands to diagnose routing issues.

Uploaded by

Asad Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3.

Module Practice and Quiz

16.3 Module Practice


and Quiz

Scroll to begin

16.3.1 Packet Tracer - Troubleshoot Static


and Default Routes

In this activity you will troubleshoot and static and default routes and repair any errors that you
find.

Troubleshoot IPv4 static routes.

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 1/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

Troubleshoot IPv6 static routes.


Configure IPv4 static routes.
Configure IPv4 default routes.
Configure IPv6 static routes.

Troubleshoot Static and Default Troubleshoot Static and Default


description Routes file_download Routes

16.3.2 Lab - Troubleshoot IPv4 and IPv6


Static and Default Routes

Skills Practice Opportunity

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 2/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

You have the opportunity to practice the following skills:

Part 1: Evaluate Network Operation


Part 2: Gather Information, Create an Action Plan, and Implement Corrections

You can practice these skills using the Packet Tracer or lab equipment, if available.

Packet Tracer - Physical Mode (PTPM)

Troubleshoot IPv4 and IPv6 Static Troubleshoot IPv4 and IPv6 Static
description and Default Routes - Physical Mode file_download and Default Routes - Physical Mode

Lab Equipment

description Troubleshoot IPv4 and IPv6 Static and Default Routes

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 3/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

16.3.3 What did I learn in this module?

Packet Processing with Static Routes

1. The packet arrives on the interface of R1.


2. R1 does not have a specific route to the destination network; therefore, R1 uses the
default static route.
3. R1 encapsulates the packet in a new frame. Because the link to R2 is a point-to-point link,
R1 adds an "all 1s" address for the Layer 2 destination address.
4. The frame is forwarded out of the appropriate interface. The packet arrives on the
interface on R2.
5. R2 de-encapsulates the frame and looks for a route to the destination. R2 has a static
route to the destination network out of one of its interfaces.
6. R2 encapsulates the packet in a new frame. Because the link to R3 is a point-to-point link,
R2 adds an "all 1s" address for the Layer 2 destination address.
7. The frame is forwarded out of the appropriate interface. The packet arrives on the
interface on R3.
8. R3 de-encapsulates the frame and looks for a route to the destination. R3 has a
connected route to the destination network out of one of its interfaces.
9. R3 looks up the ARP table entry for the destination network to find the Layer 2 MAC
address for PC3. If no entry exists, R3 sends an ARP request out of one of its interfaces,
and PC3 responds with an ARP reply, which includes the PC3 MAC address.
10. R3 encapsulates the packet in a new frame with the MAC address of the appropriate
interface as the source Layer 2 address and the MAC address of PC3 as the destination
MAC address.
11. The frame is forwarded out of the appropriate interface. The packet arrives on the network
interface card (NIC) interface of PC3.

Troubleshoot IPv4 Static and Default Route Configuration

Networks are frequently subject to events that can cause their status to change. An interface
can fail, or a service provider drops a connection. Links can become oversaturated, or an

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 4/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

administrator may enter a wrong configuration. Common IOS troubleshooting commands


include the following:

ping
traceroute
show ip route
show ip interface brief
show cdp neighbors detail

16.3.4 Module Quiz - Troubleshoot Static


and Default Routes

Question 1

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 5/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

Which sequence correctly identifies the order of the steps that a router will perform when it
receives a packet on an Ethernet interface?

1. The router examines the destination IP address.


2. The router examines the destination MAC address.
3. The router identifies the Ethernet Type field.
4. The router de-encapsulates the Ethernet frame.

signal_cellular_4_bar
1. The router examines the destination MAC address.
2. The router identifies the Ethernet Type field.
done 3. The router de-encapsulates the Ethernet frame.
4. The router examines the destination IP address.

1. The router examines the destination IP address.


2. The router examines the destination MAC address.
3. The router de-encapsulates the Ethernet frame.
4. The router identifies the Ethernet Type field.

1. The router de-encapsulates the Ethernet frame.


2. The router examines the destination MAC address.
3. The router identifies the Ethernet Type field.
4. The router examines the destination IP address.

1. The router examines the destination MAC address.


2. The router identifies the Ethernet Type field.
3. The router examines the destination IP address.
4. The router de-encapsulates the Ethernet frame.

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 6/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

Question 2

Which three IOS troubleshooting commands can help to isolate problems with a static route?
(Choose three.)

show version

signal_cellular_4_bar
done ping

tracert

signal_cellular_4_bar signal_cellular_4_bar
done show ip route

done show ip interface brief

show arp

Question 3

A network administrator has entered a static route to an Ethernet LAN that is connected to an
adjacent router. However, the route is not shown in the routing table. Which command would
the administrator use to verify that the exit interface is up?

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 7/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

signal_cellular_4_bar
done show ip interface brief

show ip protocols

show ip route

tracert

Question 4

A static route has been configured on a router. However, the destination network no longer
exists. What should an administrator do to remove the static route from the routing table?

Change the routing metric for that route.

Nothing. The static route will go away on its own.

Change the administrative distance for that route.


signal_cellular_4_bar

done Remove the route using the no ip route command.

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 8/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

Question 5

Which statement describes the sequence of processes executed by a router when it receives a
packet from a host to be delivered to a host on another network?

It receives the packet and forwards it directly to the destination host.

signal_cellular_4_bar
It de-encapsulates the packet, selects the appropriate path, and
done encapsulates the packet to forward it toward the destination host.

It de-encapsulates the packet and forwards it toward the destination host.

It selects the path and forwards it toward the destination host.

Question 6

A network engineer issues the show cdp neighbor command on several network devices
during the process of network documentation. What is the purpose of performing this
command?

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 9/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

signal_cellular_4_bar
done To obtain information about directly connected Cisco devices

To check the networks that are advertised by the neighboring routers

To verify the network addresses that are attached to the network devices

To check the connectivity of PCs that are connected to the network devices

Question 7

A network administrator notices that a correctly entered static route is not in the routing table.
What two router commands would an administrator use to determine if the exit interface was up
and the next hop address is available? (Choose two.)

signal_cellular_4_bar
done ping

show ip protocols
signal_cellular_4_bar

done show ip interface brief

show ip route

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 10/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

tracert

Question 8

A network administrator has entered the following command:

ip route 192.168.10.64 255.255.255.192 serial0/0/1

When the network administrator enters the command show ip route, the route is not in the
routing table. What should the administrator do next?

Re-enter the command using the correct mask.

signal_cellular_4_bar
done Verify that the serial 0/0/1 interface is active and available.

Verify that the 192.168.10.64 network is active within the network


infrastructure.

Re-enter the command using a network number rather than a usable IP


address.

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 11/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

Question 9

What will a router do if it does not have a default route configured and a packet needs to be
forwarded to a destination network that is not listed in the routing table?

Forward it to another router

signal_cellular_4_bar
done Drop it

Send it back to the source

Question 10

What does the letter C mean next to an entry in the output of the show ip route command?

It identifies a network that is a static route.

It identifies a network that is learned through OSPF.

It identifies a network that is learned through EIGRP.


signal_cellular_4_bar

done It identifies a network that is directly connected to the router.

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 12/13
10/30/24, 11:58 PM Module 16: Troubleshoot Static and Default Routes | 16.3. Module Practice and Quiz

You've submitted your answers!

Reset done

Review Assessment

100%

You've scored 100%.

Congratulations, you have passed the test!

https://www.netacad.com/launch?id=9572256d-2453-42e4-a3a5-bddf7a3fdb87&tab=curriculum&view=b36346e1-1d15-5d6b-90a2-c8adc98cc7f9 13/13

You might also like