Courseiva
Question 623 of 1,389
IP RoutingmediumMultiple SelectObjective-mapped

CCNA IP Routing Practice Question

Which TWO statements correctly describe the configuration and verification of OSPFv3 for IPv6?

⚠ Common exam trap

Cisco often tests the misconception that OSPFv3 behaves like OSPFv2 by using global unicast addresses for neighbor formation, or that enabling the OSPFv3 process automatically activates it on all interfaces, when in fact each interface must be explicitly enabled under the OSPFv3 process.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

OSPFv3 uses link-local IPv6 addresses to form neighbor adjacencies.

OSPFv3 for IPv6 uses link-local IPv6 addresses (FE80::/10) to form neighbor adjacencies, not global unicast addresses (so B is incorrect). OSPFv3 does not automatically enable on all IPv6 interfaces; each interface must be explicitly configured under the OSPFv3 process using the 'ipv6 ospf' command (so C is incorrect). The 'show ospfv3 neighbor' command displays the neighbor's Router ID (a 32-bit value), not the IPv6 address of the neighbor's interface (so E is incorrect). Correct options A and D accurately describe OSPFv3 neighbor formation using link-local addresses and the information shown by the 'show ospfv3 neighbor' command, which includes neighbor state, neighbor ID, and interface.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • OSPFv3 uses link-local IPv6 addresses to form neighbor adjacencies.

    Why this is correct

    When an OSPFv3 router sends Hello packets, it uses the IPv6 link-local address assigned to the outgoing interface as the source, and similarly for Database Description and other OSPFv3 packets. Because link-local addresses (FE80::/10) are valid only on the local segment and cannot be routed, they guarantee that OSPFv3 control traffic stays on that link. This design allows an adjacency to form even if the interface has no global IPv6 address configured.

  • OSPFv3 uses global unicast IPv6 addresses to form neighbor adjacencies.

    Why it's wrong here

    OSPFv3's Hello and Database Description packets are sourced from the interface's link-local IPv6 address (FE80::/10), not from a global unicast address. Global unicast addresses are used only to advertise reachable prefixes within LSAs, never as the source for neighbor discovery or adjacency establishment. Since link-local addresses are not routable, OSPFv3 confines all protocol traffic to the connected link, so this statement is incorrect.

  • OSPFv3 is automatically enabled on all IPv6-enabled interfaces when the routing process is configured.

    Why it's wrong here

    Configuring the OSPFv3 routing process with 'ipv6 router ospf <process-id>' does not automatically activate OSPFv3 on any interface. Instead, an administrator must explicitly enable OSPFv3 on each interface using the command 'ipv6 ospf <process-id> area <area-id>'. Unlike OSPFv2, there is no 'network' statement to match interfaces, so an IPv6-enabled interface with global addresses remains unregistered with OSPFv3 unless it is explicitly added.

  • The 'show ospfv3 neighbor' command displays neighbor state, neighbor ID, and interface information.

    Why this is correct

    The 'show ospfv3 neighbor' command presents a detailed table that includes each neighbor's router ID, the adjacency state (e.g., FULL, 2WAY, or EXSTART), the local interface where the adjacency formed, and the neighbor's link-local address. This command is the primary tool for verifying that OSPFv3 routers have completed their exchange process and achieved FULL state. It also reveals problems like mismatched areas or MTU issues when neighbors remain stuck in a non-FULL state.

  • The 'show ospfv3 neighbor' command displays the IPv6 address of the neighbor's interface as the neighbor ID.

    Why it's wrong here

    The neighbor ID field displayed by 'show ospfv3 neighbor' is the 32-bit router ID (RID), which is typically the highest IPv4 address on a loopback or an interface, or the value set with the 'router-id' command. It is never derived from an IPv6 address, even if the router has only IPv6 addresses configured. If an IPv6 address is shown in the output, it appears in a separate 'address' column, while the neighbor ID remains the RID.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

OSPFv3 uses link-local IPv6 addresses to form neighbor adjacencies.Correct answer

Why this is correct

When an OSPFv3 router sends Hello packets, it uses the IPv6 link-local address assigned to the outgoing interface as the source, and similarly for Database Description and other OSPFv3 packets. Because link-local addresses (FE80::/10) are valid only on the local segment and cannot be routed, they guarantee that OSPFv3 control traffic stays on that link. This design allows an adjacency to form even if the interface has no global IPv6 address configured.

OSPFv3 uses global unicast IPv6 addresses to form neighbor adjacencies.Wrong answer — click to see why

Why this is wrong here

OSPFv3 uses link-local IPv6 addresses, not global unicast addresses, to form neighbor adjacencies. Global addresses are used for routing information but not for neighbor discovery or hello packets.

Why candidates choose this

Students may confuse OSPFv3 with OSPFv2, which uses IPv4 addresses for neighbor formation, or mistakenly think that global addresses are required for routing protocol communication.

OSPFv3 is automatically enabled on all IPv6-enabled interfaces when the routing process is configured.Wrong answer — click to see why

Why this is wrong here

OSPFv3 must be explicitly enabled on each interface using the 'ipv6 ospf <process-id> area <area-id>' command. It is not automatically enabled on all IPv6-enabled interfaces when the routing process is configured.

Why candidates choose this

Some routing protocols like RIPng are automatically enabled on all interfaces, leading students to incorrectly assume OSPFv3 behaves similarly.

The 'show ospfv3 neighbor' command displays the IPv6 address of the neighbor's interface as the neighbor ID.Wrong answer — click to see why

Why this is wrong here

The neighbor ID in OSPFv3 is the router ID (typically an IPv4 address or manually configured), not the IPv6 address of the neighbor's interface. The 'show ospfv3 neighbor' command displays the router ID, not the interface IPv6 address.

Why candidates choose this

Students may assume that because OSPFv3 is for IPv6, the neighbor ID would be an IPv6 address, but OSPFv3 retains the concept of a 32-bit router ID for identification.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.