8.2.4.13 Packet Tracer – Troubleshooting Enterprise Networks 2

Last Updated on May 3, 2018 by Admin

8.2.4.13 Packet Tracer – Troubleshooting Enterprise Networks 2

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 8 Exam Chapter 8 Exam Chapter 8 Exam Online Test
Next Chapter
Practice Final Practice Final Practice Final Online Test
CCNA 4 Lab Activities
 8.1.1.8 Packet Tracer – Troubleshooting Challenge – Documenting The Network
 8.2.4.12 Packet Tracer – Troubleshooting Enterprise Networks 1
 8.2.4.13 Packet Tracer – Troubleshooting Enterprise Networks 2
 8.2.4.14 Packet Tracer – Troubleshooting Enterprise Networks 3
 8.2.4.15 Packet Tracer – Troubleshooting Challenge – Using Documentation to Solve Issues
 8.3.1.2 Packet Tracer – CCNA Skills Integration Challenge

Packet Tracer – Troubleshooting Enterprise Networks 2 (Answer Version)

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

Topology

source.png

Addressing Table

Device Interface IPv6 Address/Prefix Default Gateway
R1 G0/0 2001:DB8:ACAD:A::1/64 N/A
S0/0/0 2001:DB8:ACAD:12::1/64 N/A
S0/0/1 2001:DB8:ACAD:31::1/64 N/A
R2 G0/0 2001:DB8:CC1E:A::1/64 N/A
G0/1 2001:DB8:ACAD:F::2/64 N/A
S0/0/0 2001:DB8:ACAD:12::2/64 N/A
S0/0/1 2001:DB8:ACAD:23::2/64 N/A
R3 G0/0 2001:DB8:CAFE:2::1/64 N/A
G0/1 2001:DB8:CAFE:3::1/64 N/A
S0/0/0 2001:DB8:ACAD:31::2/64 N/A
S0/0/1 2001:DB8:ACAD:23::1/64 N/A
Admin_PC1 NIC 2001:DB8:CAFE:2::2/64 FE80::3
Admin_PC2 NIC 2001:DB8:CAFE:3::2/64 FE80::3
Host_A NIC DHCP Assigned DHCP Assigned
Host_B NIC DHCP Assigned DHCP Assigned
TFTP Server NIC 2001:DB8:CC1E:A::2/64 FE80::2
Outside Host NIC 2001:DB8:CC1E:F::1/64 FE80::4

Background

This activity uses IPv6 configurations that include DHCPv6, EIGRPv6, and IPv6 default routing. Your task is to review the requirements, isolate and resolve any issues, and then document the steps you took to verify the requirements.

Requirements

DHCPv6

  • Host_A and Host_B are assigned through IPv6 DHCP configured on R1.

IPv6 Routing

  • Each router is configured with IPv6 EIGRP and uses AS 100.
  • R3 is advertising a summary route to R2 and R1 for the two R3 LANs.
  • R2 is configured with a fully specified default route pointing to the ISP.

Connectivity

  • Devices should be configured according to the Addressing Table.
  • Every device should be able to ping every other device.

Troubleshooting Documentation

Device Error Correction
R1 Host_A and Host_B do not get addressing from R1 because the IPv6 DHCPv6 pool is not assigned under the G0/0 interface. interface g0/0

ipv6 dhcp server R1_LAN

R1 Interface S0/0/1 is configured with the wrong IPv6 address. int s0/0/1

no ipv6 address 2001:DB8:ACAD:32::1/64

ipv6 address 2001:DB8:ACAD:31::1/64

R1 S3 is connected to the wrong interface of R1. Switch the cable in the topology from G0/1 to G0/0
R2 The default route has the incorrect next-hop address configured. no ipv6 route ::/0 GigabitEthernet0/0 2001:DB8:ACAD:F::

ipv6 route ::/0 GigabitEthernet0/1 2001:DB8:ACAD:F::1

R2 IPv6 EIGRP is configured with the wrong autonomous system. int g0/0

no ipv6 eigrp 1000

ipv6 eigrp 100

R3 IPv6 EIGRP 100 is shutdown. ipv6 router eigrp 100

no shutdown

R3 EIGRP summary address is incorrectly advertised on S0/0/1. int s0/0/0

no ipv6 summary-address eigrp 100 2001:DB8:CAFE::/65 5

ipv6 summary-address eigrp 100 2001:DB8:CAFÉ:2::/63 5

int s0/0/1

no ipv6 summary-address eigrp 100 2001:DB8:CAFE::/65 5

ipv6 summary-address eigrp 100 2001:DB8:CAFE:2::/63 5

Verification Documentation

Capture output from verification commands and provide documentation proving that each of the requirements has been satisfied.

Note: Some EIGRPv6 commands are not scored in Packet Tracer v6.0.1. Your Answer will verify that all requirements are met.

Answer’s Note: The answer key for this section is left blank because there are many ways to verify the requirements. For grading purposes, note that the EIGRPv6 summary routes are not graded in Packet Tracer. Also, Packet Tracer does not grade the next hop address in the fully specified IPv6 default route. Check the student’s file to verify configurations.

Suggested Scoring Rubric

Packet Tracer scores 50 points. The troubleshooting documentation and Answer verification is worth 50 points.

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 8 Exam Chapter 8 Exam Chapter 8 Exam Online Test
Next Chapter
Practice Final Practice Final Practice Final Online Test
CCNA 4 Lab Activities
 8.1.1.8 Packet Tracer – Troubleshooting Challenge – Documenting The Network
 8.2.4.12 Packet Tracer – Troubleshooting Enterprise Networks 1
 8.2.4.13 Packet Tracer – Troubleshooting Enterprise Networks 2
 8.2.4.14 Packet Tracer – Troubleshooting Enterprise Networks 3
 8.2.4.15 Packet Tracer – Troubleshooting Challenge – Using Documentation to Solve Issues
 8.3.1.2 Packet Tracer – CCNA Skills Integration Challenge