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

11.5.1.3 Packet Tracer – Troubleshooting Challenge

Posted on March 13, 2018March 24, 2018 By Admin

Last Updated on March 24, 2018 by Admin

11.5.1.3 Packet Tracer – Troubleshooting Challenge

  • 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.1 Version 6.0 Online Assessment
Chapter 11 Exam Chapter 11 Exam Chapter 11 Exam Online Test
Next Chapter
Practice Final Practice Final Practice Final Online Test
Lab Activities
11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH
11.3.2.3 Packet Tracer – Test Connectivity with Traceroute
11.3.3.3 Packet Tracer – Using Show Commands
11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues
11.5.1.2 Packet Tracer – Skills Integration Challenge
11.5.1.3 Packet Tracer – Troubleshooting Challenge
Appendix Packet Tracer – Configuring an Integrated Router
Appendix Packet Tracer – Subnetting Scenario 2

Packet Tracer – Troubleshooting Challenge (Answer Version)

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

Topology

11.5.1.3 Packet Tracer – Troubleshooting Challenge
11.5.1.3 Packet Tracer – Troubleshooting Challenge

Addressing Table

Device Interface IPv4 Address Subnet Mask Default Gateway
IPv6 Address/Prefix IPv6 Link-local
R1 G0/0 172.16.1.62 255.255.255.192 N/A
2001:DB8:CAFE::1/64 FE80::1 N/A
G0/1 172.16.1.126 255.255.255.192 N/A
2001:DB8:CAFE:1::1/64 FE80::1 N/A
G0/2 172.16.1.254 255.255.255.128 N/A
2001:DB8:CAFE:2::1/64 FE80::1 N/A
S0/0/1 10.0.0.2 255.255.255.252 N/A
2001:DB8:2::1/64 FE80::1 N/A
Main S0/0/0 209.165.200.226 255.255.255.252 N/A
2001:DB8:1::1/64 FE80::2 N/A
S0/0/1 10.0.0.1 255.255.255.252 N/A
2001:DB8:2::2/64 FE80::2 N/A
S1 VLAN 1 172.16.1.61 255.255.255.192 172.16.1.62
S2 VLAN 1 172.16.1.125 255.255.255.192 172.16.1.126
S3 VLAN 1 172.16.1.253 255.255.255.128 172.16.1.254
IT NIC 172.16.1.1 255.255.255.192 172.16.1.62
2001:DB8:CAFE::2/64 FE80::2 FE80::1
Marketing NIC 172.16.1.65 255.255.255.192 172.16.1.126
2001:DB8:CAFE:1::2/64 FE80::2 FE80::1
R&D NIC 172.16.1.129 255.255.255.128 172.16.1.254
2001:DB8:CAFE:2::2/64 FE80::2 FE80::1
Web NIC 64.100.0.3 255.255.255.248 64.100.0.1
2001:DB8:ACAD::3/64 FE80::2 FE80::1

Scenario / Background

After an update to the network, some devices were misconfigured. You have been tasked with correcting the configurations and verifying that all the PCs can access the websites, R1, switches, and other PC can access R1 using SSH.

Router R1 and all the switches have been preconfigured with the following:

  • Enable password: Ciscoenpa55
  • Console password: Ciscoconpa55
  • Admin username and password: Admin1/Admin1pa55

Required number of hosts per subnet:

  • IT: 50 hosts
  • Marketing: 50 hosts
  • R&D: 100 hosts

Requirements

  • IT, Marketing, and R&D PCs can navigate to www.cisco.pka and www.cisco6.pka.
  • IT, Marketing, and R&D PCs can SSH into R1 with the username Admin1 and encrypted password Admin1pa55.
  • All PCs should be able to ping R1, S1, S2, S3, and other PCs.

Script

R1 Configuration

interface GigabitEthernet0/1
ip address 172.16.1.126 255.255.255.192
username Admin1 secret Admin1pa55
line vty 0 4
transport input ssh

S1 Configuration

No Change

S2 Configuration

interface Vlan1
ip address 172.16.1.125 255.255.255.192

S3 Configuration

No Change

IT PC Configuration

Incorrect IPv4 address

Incorrect default gateway

Marketing PC Configuration

No Change

R&D PC Configuration

Incorrect IPv6 address

  • 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.1 Version 6.0 Online Assessment
Chapter 11 Exam Chapter 11 Exam Chapter 11 Exam Online Test
Next Chapter
Practice Final Practice Final Practice Final Online Test
Lab Activities
11.2.4.5 Packet Tracer – Configuring Secure Passwords and SSH
11.3.2.3 Packet Tracer – Test Connectivity with Traceroute
11.3.3.3 Packet Tracer – Using Show Commands
11.4.3.6 Packet Tracer – Troubleshooting Connectivity Issues
11.5.1.2 Packet Tracer – Skills Integration Challenge
11.5.1.3 Packet Tracer – Troubleshooting Challenge
Appendix Packet Tracer – Configuring an Integrated Router
Appendix Packet Tracer – Subnetting Scenario 2
Uncategorized

Post navigation

Previous Post: 11.5.1.2 Packet Tracer – Skills Integration Challenge
Next Post: Appendix Packet Tracer – Configuring an Integrated Router
  • 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.