Question 509 of 1,819
Network Infrastructure and ConnectivitymediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is the global configuration command ipv6 unicast-routing. This command enables IPv6 forwarding on a Cisco router by activating the IPv6 routing process, allowing the router to forward IPv6 packets between interfaces. Without it, the router will not perform IPv6 routing, even if IPv6 addresses are configured on interfaces. On the CCNA 200-301 v2 exam, this command tests your understanding of the distinction between global and interface-level IPv6 configuration—a common trap is confusing ipv6 unicast-routing with ipv6 enable, which only activates IPv6 on a specific interface, not the entire router. The exam often presents distractors like ip routing ipv6 or ipv6 route enable, which are invalid in Cisco IOS. To remember, think of the command as telling the router to "route unicast IPv6 traffic globally," not just enable it on a port.

CCNA Network Infrastructure and Connectivity Practice Question

This 200-301 practice question tests your understanding of network infrastructure and connectivity. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: the global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which command enables IPv6 routing on a Cisco router?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "which command"

    Why it matters: Tests specific CLI syntax. Recall the exact command and its required context — near-synonyms and partial matches are common distractors.

Question 1mediummultiple choice
Study the full IPv6 explanation →

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

ipv6 unicast-routing

The global configuration command 'ipv6 unicast-routing' enables IPv6 forwarding on a Cisco router. 'ipv6 enable' is an interface-level command used to enable IPv6 on a specific interface, not globally. 'ip routing ipv6' and 'ipv6 route enable' are syntactically invalid commands that do not exist in Cisco IOS.

Key principle: The global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers.

Answer analysis

Option-by-option breakdown

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

  • ipv6 unicast-routing

    Why this is correct

    Correct. This is the required global command.

    Clue confirmation

    The clue word "which command" in the question point toward this answer.

    Related concept

    The global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers.

  • ipv6 enable

    Why it's wrong here

    ipv6 enable is used at the interface level to enable IPv6 processing, not global routing.

    When this WOULD be correct

    In a scenario where the question asks for a command to enable IPv6 on an interface, such as 'Which command would you use to enable IPv6 on a specific interface?', 'ipv6 enable' would be the correct answer.

  • ip routing ipv6

    Why it's wrong here

    This is not valid Cisco IOS syntax.

    When this WOULD be correct

    If the exam question asked for a command related to configuring IPv6 routing protocols or managing IPv6 routes, 'ip routing ipv6' could be interpreted as a command for enabling IPv6 routing in that context, especially if it was framed around routing protocol configurations.

  • ipv6 route enable

    Why it's wrong here

    This is not a valid IOS command.

    When this WOULD be correct

    In a different scenario, if the question were about enabling a specific IPv6 routing protocol or feature that uses a command similar to 'ipv6 route enable', this option could be correct. For example, if the question asked about enabling a specific routing protocol that requires a similar command structure, it could be valid.

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.

ipv6 unicast-routingCorrect answer

Why this is correct

Correct. This is the required global command.

ipv6 enableWrong answer — click to see why

Why this is wrong here

The 'ipv6 enable' command is used at the interface level to enable IPv6 processing on that specific interface, not to enable global IPv6 routing. Without 'ipv6 unicast-routing', the router will not forward IPv6 packets between interfaces even if IPv6 is enabled on them.

★ When this WOULD be the correct answer

In a scenario where the question asks for a command to enable IPv6 on an interface, such as 'Which command would you use to enable IPv6 on a specific interface?', 'ipv6 enable' would be the correct answer.

Why candidates choose this

Students often confuse 'ipv6 enable' with enabling IPv6 routing because the command name suggests enabling IPv6. However, it only configures IPv6 on an interface, not the routing process.

ip routing ipv6Wrong answer — click to see why

Why this is wrong here

The command 'ip routing ipv6' is not valid Cisco IOS syntax. The correct command to enable IPv4 routing is 'ip routing', and for IPv6 it is 'ipv6 unicast-routing'. Mixing the syntax leads to a syntax error.

★ When this WOULD be the correct answer

If the exam question asked for a command related to configuring IPv6 routing protocols or managing IPv6 routes, 'ip routing ipv6' could be interpreted as a command for enabling IPv6 routing in that context, especially if it was framed around routing protocol configurations.

Why candidates choose this

Test-takers might guess this command because it resembles 'ip routing' for IPv4, assuming a similar pattern for IPv6. However, Cisco uses a different keyword structure for IPv6.

ipv6 route enableWrong answer — click to see why

Why this is wrong here

'ipv6 route enable' is not a valid Cisco IOS command. The correct command to enable IPv6 routing is 'ipv6 unicast-routing'. This incorrect option may be confused with static route configuration using 'ipv6 route'.

★ When this WOULD be the correct answer

In a different scenario, if the question were about enabling a specific IPv6 routing protocol or feature that uses a command similar to 'ipv6 route enable', this option could be correct. For example, if the question asked about enabling a specific routing protocol that requires a similar command structure, it could be valid.

Why candidates choose this

The phrase 'route enable' sounds like it would enable routing, and 'ipv6 route' is a valid command for static routes, so students might incorrectly assume this command enables the routing process.

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?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

Be careful not to confuse interface-specific commands with global routing commands. Remember that enabling IPv6 globally requires a specific command.

Trap categories for this question

  • Command / output trap

    This is not a valid IOS command.

Detailed technical explanation

How to think about this question

IPv6 routing is essential for forwarding IPv6 packets between different networks on a Cisco router. Unlike IPv4, IPv6 requires explicit enabling of routing at the global configuration level to activate the router's capability to forward IPv6 unicast packets. The command ipv6 unicast-routing is the global configuration command that enables this functionality, allowing the router to participate in IPv6 routing protocols and forward IPv6 traffic appropriately. The decision to use ipv6 unicast-routing is based on Cisco IOS design, where IPv6 routing is disabled by default to prevent unintended routing behavior. Enabling this command activates the IPv6 routing table and allows routing protocols such as OSPFv3 or EIGRP for IPv6 to operate. Interface-level commands like ipv6 enable only activate IPv6 processing on interfaces but do not enable routing between interfaces. Therefore, without ipv6 unicast-routing, the router will not forward IPv6 packets between interfaces. A common exam trap is confusing the interface-level command ipv6 enable with the global command ipv6 unicast-routing. While ipv6 enable activates IPv6 on an interface, it does not enable routing between interfaces. Another trap is selecting invalid commands like ip routing ipv6 or ipv6 route enable, which do not exist in Cisco IOS. Practically, enabling ipv6 unicast-routing is the first step in configuring IPv6 routing on Cisco routers, ensuring proper packet forwarding and routing protocol operation.

KKey Concepts to Remember

  • The global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers.
  • Interface-level command ipv6 enable only activates IPv6 processing on an interface but does not enable global IPv6 routing.
  • Cisco routers disable IPv6 routing by default to prevent unintended packet forwarding without explicit configuration.
  • IPv6 routing protocols like OSPFv3 and EIGRP for IPv6 require ipv6 unicast-routing to be enabled to function properly.
  • Invalid commands such as ip routing ipv6 or ipv6 route enable do not exist and will not enable IPv6 routing on Cisco devices.
  • Without ipv6 unicast-routing, a Cisco router will not forward IPv6 packets between interfaces even if IPv6 is enabled on interfaces.
  • Enabling ipv6 unicast-routing is a prerequisite before configuring any IPv6 routing protocols or static IPv6 routes.
  • Confusing interface-level IPv6 enable commands with global routing commands is a common mistake in Cisco IPv6 configuration.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

The global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers.

Real-world example

How this comes up in practice

A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. The global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Review the global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers., then practise related 200-301 questions on the same topic to reinforce the concept.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 200-301 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 200-301 question test?

Network Infrastructure and Connectivity — This question tests Network Infrastructure and Connectivity — The global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers..

What is the correct answer to this question?

The correct answer is: ipv6 unicast-routing — The global configuration command 'ipv6 unicast-routing' enables IPv6 forwarding on a Cisco router. 'ipv6 enable' is an interface-level command used to enable IPv6 on a specific interface, not globally. 'ip routing ipv6' and 'ipv6 route enable' are syntactically invalid commands that do not exist in Cisco IOS.

What should I do if I get this 200-301 question wrong?

Review the global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers., then practise related 200-301 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "which command". Tests specific CLI syntax. Recall the exact command and its required context — near-synonyms and partial matches are common distractors.

What is the key concept behind this question?

The global command ipv6 unicast-routing enables IPv6 packet forwarding and activates the IPv6 routing table on Cisco routers.

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: Apr 12, 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.