Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023
Investigating Directly Connected Routes Topology.png

1.3.2.5 Packet Tracer – Investigating Directly Connected Routes

Posted on March 14, 2018March 23, 2018 By Admin

Last Updated on March 23, 2018 by Admin

1.3.2.5 Packet Tracer – Investigating Directly Connected Routes

  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 1 Exam Chapter 1 Exam Chapter 1 Exam Online Test
Next Chapter
Chapter 2 Exam Chapter 2 Exam Chapter 2 Exam Online Test 
Lab Activities
1.1.1.8 Packet Tracer – Using Traceroute to Discover the Network
1.1.2.9 Packet Tracer – Documenting the Network
1.1.3.5 Packet Tracer – Configuring IPv4 and IPv6 Interfaces
 1.1.4.5 Packet Tracer – Configuring and Verifying a Small Network
 1.3.2.5 Packet Tracer – Investigating Directly Connected Routes

Packet Tracer – Investigating Directly Connected Routes (Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.

Topology

1.3.2.5 Packet Tracer – Investigating Directly Connected Routes
1.3.2.5 Packet Tracer – Investigating Directly Connected Routes

Objectives

Part 1: Investigate IPv4 Directly Connected Routes

Part 2: Investigate IPv6 Directly Connected Routes

Background

The network in the activity is already configured. You will log in to the routers and use show commands to discover and answer the questions below about the directly connected routes.

Note: The user EXEC password is cisco and the privileged exec password is class.

Part 1: Investigate IPv4 Directly Connected Routes

Step 1: Use show commands to gather information about the IPv4 directly connected networks.

Enter the following command on R1:

R1> show ip route ?

  1. What option would be most beneficial in determining the networks assigned to the interfaces of the router? connected
  2. Which networks are directly connected on R1? Hint: Use the option determined above.
    • C 172.31.20.0/23 is directly connected, GigabitEthernet0/0
    • C 172.31.22.0/23 is directly connected, GigabitEthernet0/1
    • C 209.165.200.224/30 is directly connected, Serial0/0/0
  3. Which IP addresses are assigned to the LAN interfaces on R1?
    • Interface IP-Address OK? Method Status Protocol
    • GigabitEthernet0/0 172.31.21.254 YES manual up up
    • GigabitEthernet0/1 172.31.23.254 YES manual up up
  4. Which networks are directly connected on R2?
    • C 172.31.24.0/24 is directly connected, GigabitEthernet0/0
    • C 172.31.25.0/24 is directly connected, GigabitEthernet0/1
    • C 209.165.200.224/30 is directly connected, Serial0/0/0
  5. Which IP addresses are assigned to the LAN interfaces on R2?
    • Interface IP-Address OK? Method Status Protocol
    • GigabitEthernet0/0 172.31.24.254 YES manual up up
    • GigabitEthernet0/1 172.31.25.254 YES manual up up

Step 2: Verify PC addressing and test connectivity.

  1. Open a command prompt on PC1. Issue the command to display the IP settings. Based on the output, would you expect PC1 to be able to communicate with all interfaces on the router? Provide a short answer describing your expectations. The PC has the correct gateway address and the router lists all of the connected networks in the routing table.
  2. Open a command prompt on PC2. Issue the command to display the IP settings. Based on the output, would you expect PC2 to be able to communicate with PC1? Verify your expectations. Ping is successful
  3. Determine the IP addresses of PC3 and PC4. Record the results and determine if PC3 and PC4 are able to communicate. PC3 – IP address 172.31.24.10, PC4 – IP address 172.31.25.10
  4. Test connectivity from PC1 to PC3. Was the test successful? yes
  5. Bonus: Looking at the outputs of the routing tables on R1 and R2, what might indicate a reason for the success or failure of communication between PC1 and PC3? The default static route 0.0.0.0/0

Part 2: Investigate IPv6 Directly Connected Routes

Step 1: Use show commands to gather information about the IPv6 directly connected networks.

  1. Which IPv6 networks are available on R1?
    • C 2001:DB8:C001:1::/64 [0/0]
    • via ::, GigabitEthernet0/0
    • L 2001:DB8:C001:1::1/128 [0/0]
    • via ::, GigabitEthernet0/0
    • C 2001:DB8:C001:2::/64 [0/0]
    • via ::, GigabitEthernet0/1
    • L 2001:DB8:C001:2::1/128 [0/0]
    • via ::, GigabitEthernet0/1
    • C 2001:DB8:C001:ACE::/64 [0/0]
    • via ::, Serial0/0/0L 2001:DB8:C001:ACE::1/128 [0/0]
    • via ::, Serial0/0/0
  2. Which IPv6 unicast addresses are assigned to the LAN interfaces on R1?
    • L 2001:DB8:C001:1::1/128 [0/0]
    • via ::, GigabitEthernet0/0
    • L 2001:DB8:C001:2::1/128 [0/0]
    • via ::, GigabitEthernet0/1
  3. Which IPv6 networks are available on R2?
    • C 2001:DB8:C001:3::/64 [0/0]
    • via ::, GigabitEthernet0/0
    • L 2001:DB8:C001:3::1/128 [0/0]
    • via ::, GigabitEthernet0/0
    • C 2001:DB8:C001:4::/64 [0/0]
    • via ::, GigabitEthernet0/1
    • L 2001:DB8:C001:4::1/128 [0/0]
    • via ::, GigabitEthernet0/1
    • C 2001:DB8:C001:ACE::/64 [0/0]
    • via ::, Serial0/0/0
    • L 2001:DB8:C001:ACE::2/128 [0/0]
    • via ::, Serial0/0/0
  4. Which IPv6 addresses are assigned to the LAN interfaces on R2?
    • L 2001:DB8:C001:3::1/128 [0/0]
    • via ::, GigabitEthernet0/0
    • L 2001:DB8:C001:4::1/128 [0/0]
    • via ::, GigabitEthernet0/1

Step 2: Verify PC settings and connectivity.

  1. Open a command prompt on PC1. Issue the command to display the IPv6 settings. Based on the output, would you expect PC1 to be able to communicate with all interfaces on the router? Provide a short answer describing your expectations. The PC has the correct gateway address using the link local address on the router and the router lists all of the connected networks in the routing table.
  2. Open a command prompt on PC2. Issue the command to display the IPv6 settings. Based on the output, would you expect PC2 to be able to communicate with PC1? Verify your expectations. Ping is successful
  3. Determine the IPv6 addresses of PC3 and PC4. Record the results and determine if PC3 and PC4 are able to communicate. PC3 – IP address 2001:DB8:C001:3::10/64, PC4 – IP address 2001:DB8:C001: 4::10/64
  4. Test connectivity from PC1 to PC3. Was the test successful? yes
  5. Bonus: What might indicate a reason for the success or failure of communication between PC1 and PC3 after looking at the outputs of the IPv6 routing tables on R1 and R2? The default IPv6 static route
    • S ::/0 [1/0]
    • via ::, Serial0/0/0
  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 1 Exam Chapter 1 Exam Chapter 1 Exam Online Test
Next Chapter
Chapter 2 Exam Chapter 2 Exam Chapter 2 Exam Online Test 
Lab Activities
1.1.1.8 Packet Tracer – Using Traceroute to Discover the Network
1.1.2.9 Packet Tracer – Documenting the Network
1.1.3.5 Packet Tracer – Configuring IPv4 and IPv6 Interfaces
 1.1.4.5 Packet Tracer – Configuring and Verifying a Small Network
 1.3.2.5 Packet Tracer – Investigating Directly Connected Routes

Suggested Scoring Rubric

Activity Section Question Location Possible Points Earned Points
Part 1: Investigate IPv4 Directly Connected Routes Step 1 25
Step 2 25
Part 2: Investigate IPv6 Directly Connected Routes Step 1 25
Step 2 25
Total Score 100
Uncategorized

Post navigation

Previous Post: 1.1.4.5 Packet Tracer – Configuring and Verifying a Small Network
Next Post: 2.2.2.4 Packet Tracer – Configuring IPv4 Static and Default Routes
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.