10.2.4.4 Packet Tracer – Troubleshoot Multiarea OSPFv3

Last Updated on April 24, 2018 by Admin

10.2.4.4 Packet Tracer – Troubleshoot Multiarea OSPFv3

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
NA NA Chapter 10 Exam Online Test
Next Chapter
Practice Final Exam Practice Final Exam Practice Final Online Test
Lab Activities
10.1.1.12 Packet Tracer – Determining the DR and BDR
10.1.2.5 Packet Tracer – Propagating a Default Route in OSPFv2
10.1.3.4 Packet Tracer – Configuring OSPF Advanced Features
10.2.2.3 Packet Tracer – Troubleshooting Single-Area OSPFv2
10.2.4.3 Packet Tracer – Troubleshoot Multiarea OSPFv2
10.2.4.4 Packet Tracer – Troubleshoot Multiarea OSPFv3
10.3.1.2 Packet Tracer – Skills Integration Challenge

Lab – Troubleshoot Multiarea OSPFv3 (Answer Version)

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

Topology

10.2.4.4 Packet Tracer – Troubleshoot Multiarea OSPFv3

10.2.4.4 Packet Tracer – Troubleshoot Multiarea OSPFv3

Addressing Table

Device Interface IPv6 Global Unicast Address IPv6 Link-local Address Default Gateway
ISP GigabitEthernet0/0 2001:DB8:C1:1::1/64 FE80::C1 N/A
ASBR GigabitEthernet0/0 2001:DB8:C1:1::2/64 FE80::7 N/A
Serial0/0/0 2001:DB8:A8EA:F0A::1 FE80::7 N/A
Serial0/0/1 2001:DB8:A8EA:F0B::1 FE80::7 N/A
ABR1 Serial0/0/0 2001:DB8:A8EA:F0A::2 FE80::5 N/A
GigabitEthernet0/1 2001:DB8:A8EA:1A::1 FE80::5 N/A
ABR2 Serial0/0/1 2001:DB8:A8EA:F0B::2 FE80::6 N/A
GigabitEthernet0/1 2001:DB8:A8EA:2A::1 FE80::6 N/A
R1 GigabitEthernet0/1 2001:DB8:A8EA:1A::2 FE80::1 N/A
GigabitEthernet0/0 2001:DB8:A8EA:1C::1 FE80::1 N/A
Loopback0 2001:DB8:A8EA:1B::1 FE80::1 N/A
R2 GigabitEthernet0/0 2001:DB8:A8EA:1C::2 FE80::2 N/A
Loopback1 2001:DB8:A8EA:1D::1 FE80::2 N/A
R3 GigabitEthernet0/1 2001:DB8:A8EA:2A::2 FE80::3 N/A
GigabitEthernet0/0 2001:DB8:A8EA:2B::1 FE80::3 N/A
R4 GigabitEthernet0/0 2001:DB8:A8EA:2B::2 FE80::4 N/A
GigabitEthernet0/1 2001:DB8:A8EA:2C::1 FE80::4 N/A

Objectives

Troubleshoot a multiarea OSPFv3 network.

Background / Scenario

A large organization has recently decided to implement a multiarea OSPFv3 network. As a result, the network is no longer functioning correctly and communication through much of the network has failed. As a network administrator you must troubleshoot the problem, fix the multiarea OSPFv3 implementation, and restore communication throughout the network. To do this, you are given the Addressing Table above, showing all of the routers in the network including their interface IPv6 addresses. You are told that in Area 1, R2 is unable to form OSPF adjacencies. In Area 0 and Area 2, three routers ABR2, R3 and R4 have not been able to form OSPF adjacencies. Lastly, ABR1 and R1 have not received default route information.

Answer Note: Refer to the Answer Lab Manual for the procedures to initialize and reload devices.

Part 1: Use Show Commands to Troubleshoot OSPFv3 Area 1

In Part 1, using the particular symptoms of network failure reported in the Background / Scenario begin troubleshooting configuration settings at the routers in Area 1.

Step 1: Check the R2 configuration in Area 1.

a. Because R2 is not forming an adjacency with R1, console into R2 and check its interface IP address configuration and its multiarea OSPFv2 configuration. Use the show running-config command to view the configuration.

Is R2’s OSPFv3 routing process configuration present and correct? Has OSPFv3 been activated on the g0/0 and Loopback 1 interfaces and have they been set to the correct Area?

____________________________________________________________________________________

R2’s OSPFv3 routing process is enabled and the interfaces are configured for area 1.

b. If R2’s OSPFv3 configurations are correct, it is possible that OSPFv3 has not been configured on the R1 G0/0 interface. Console into R1 and issue a show running-config command to check the G0/0 interface for the ipv6 ospf 10 area 1 configuration.

Is R1’s OSPFv3 routing process configuration present and correct? Has OSPFv3 been activated on the g0/0 interface and set to Area1?

____________________________________________________________________________________

Yes.

c. It is possible that the hello-interval and dead-interval timers have been altered from their default values of 10 seconds and 40 seconds respectively. A timer mismatch can cause the routers to not form adjacencies. If the dead-interval timer is not four times the value of the hello-interval timer, that could also cause the routers to not form adjacencies. Check the hello-interval and dead-interval timer values on R1 and R2.

R1# show ipv6 ospf interface g0/0
R2# show ipv6 ospf interface g0/0

Is there a mismatch or incorrect configuration on either the R1 or R2 hello-interval or dead-interval timers?

____________________________________________________________________________________

Yes, R2’s interface G0/0 timers are mismatched and incorrect.

d. Correct the hello-interval and dead-interval timer configuration errors on R2.

R2# configure terminal
R2(config)# interface g0/0
R2(config-router)# ipv6 ospf hello-interval 10
R2(config-router)# ipv6 ospf dead-interval 40

If the problem has been corrected a syslog message should appear in the R2 console showing an OSPF adjacency change from LOADING to FULL. State if the problem has been corrected, and if so, what is the Nbr address?

____________________________________________________________________________________

Yes, there is a successful adjacency change to FULL with Nbr 1.1.1.1.

Step 2: Check the router configurations in Area 2 starting with ABR2.

a. Because it was reported that routers ABR2, R3 and R4 were all unable to form OSPFv3 adjacencies, console into the ABR2 border router to see why it is unable to form an adjacency with ASBR router.

Is ABR2’s OSPFv3 routing process configuration present and correct? Has OSPFv3 been activated on the s0/0/1 and g0/1 interfaces and have they been set to Area2?

____________________________________________________________________________________

ABR2’s OSPFv3 routing process has been enabled but a router-id has not been set. The interfaces have been configured correctly.

b. OSPFv3 requires the presence of a 32bit dotted decimal router-id. Because ABR2 has no IPv4 addresses assigned to any of its interfaces, a router-id needs to be manually configured. Configure ABR2 with a 6.6.6.6 router-id.

ABR2# configure terminal
ABR2(config)# ipv6 router ospf 10
ABR2(config-router)# router-id 6.6.6.6

If the problem has been corrected, syslog messages should appear in the console showing OSPF adjacency changes from LOADING to FULL. State if this is the case, and what neighbor Nbr addresses appear?

____________________________________________________________________________________

Yes, there are successful adjacency changes with Nbr 7.7.7.7 and Nbr 3.3.3.3.

c. On ABR2, a Syslog message showing an adjacency change from LOADING to FULL with Nbr 3.3.3.3 means that R3 is now participating in the OSPFv3 Area 2 process. Check that R4 has provided route information for its connected networks to the OSPFv3 topology database.

ABR2# show ipv6 ospf database

Looking at the output of the show ipv6 ospf database command, what information would signal the presence of R4?

____________________________________________________________________________________

The router-id 4.4.4.4 signifies the presence of R4 as well as the inclusion of the 2001:DB8:A8EA:2C::/64 network in the Area 2 section of the output.

Step 3: Check ASBR for OSPFv3 default route distribution.

a. Because ASBR is the edge router, it should have a static IPv6 default route configured. If so, it can distribute that route using OSPFv3 and a default-information originate command.

Is there an IPv6 default route configured on ASBR? Does the OSPFv3 routing process configuration have a default-information originate line present?

____________________________________________________________________________________

Yes ASBR has an ipv6 default route to ::/0, but the IPv6 OSPF 10 routing process does not contain a default-information originate line.

b. On ASBR, add a default-information originate command to the OSPFv3 routing process.

ASBR# configure terminal
ASBR2(config)# ipv6 router ospf 10
ABR2(config-router)# default-information originate

c. Check the IPv6 routing tables of ABR1 and ABR2 to see if the default route was discovered through OSPFv3.

Looking at the output of the show ipv6 route, did the router learn of the default route from OSPFv3? If so, list the line or lines that signify this.

____________________________________________________________________________________

Yes. OE2 ::/0 [110/1] via FE80::7, Serial0/0/0.

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
NA NA Chapter 10 Exam Online Test
Next Chapter
Practice Final Exam Practice Final Exam Practice Final Online Test
Lab Activities
10.1.1.12 Packet Tracer – Determining the DR and BDR
10.1.2.5 Packet Tracer – Propagating a Default Route in OSPFv2
10.1.3.4 Packet Tracer – Configuring OSPF Advanced Features
10.2.2.3 Packet Tracer – Troubleshooting Single-Area OSPFv2
10.2.4.3 Packet Tracer – Troubleshoot Multiarea OSPFv2
10.2.4.4 Packet Tracer – Troubleshoot Multiarea OSPFv3
10.3.1.2 Packet Tracer – Skills Integration Challenge