Courseiva
mediumMultiple SelectObjective-mapped

300-410 Practice Question: Which TWO configuration steps are required to…

Which TWO configuration steps are required to enable OSPFv3 on a Cisco IOS router for IPv6 routing? (Choose TWO.)

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

Enable IPv6 unicast routing with 'ipv6 unicast-routing' globally.

You must first enable IPv6 unicast routing globally, then configure the OSPFv3 process and enable it on the interface. The 'network' command is OSPFv2; OSPFv3 uses 'ipv6 ospf' under the interface. The router-id is optional but recommended. The 'ipv6 router ospf' command creates the process.

Answer analysis

Option-by-option breakdown

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

  • Enable IPv6 unicast routing with 'ipv6 unicast-routing' globally.

    Why this is correct

    This is required for any IPv6 routing, including OSPFv3.

  • Use the 'network' command under the OSPFv3 process to specify interfaces.

    Why it's wrong here

    OSPFv3 does not use the 'network' command; it uses interface-level configuration.

  • Configure the OSPFv3 process using 'ipv6 router ospf <process-id>'.

    Why this is correct

    This creates the OSPFv3 routing process.

  • Assign a router-id using 'router-id <A.B.C.D>' under the OSPFv3 process.

    Why it's wrong here

    While recommended, this is not strictly required; OSPFv3 can use an IPv4 address from a loopback.

  • Enable OSPFv3 on the interface using 'ip ospf <process-id> area <area-id>'.

    Why it's wrong here

    This is OSPFv2 syntax; OSPFv3 uses 'ipv6 ospf <process-id> area <area-id>'.

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.

Go deeper

Related to this question

About these practice questions

One of 1,966 original 300-410 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 300-410 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 300-410 exam.