Courseiva
Question 207 of 464
Network ImplementationmediumMultiple ChoiceObjective-mapped

N10-009 Network Implementation Practice Question

A network administrator is configuring a trunk link between a switch and a router to support multiple VLANs. The switch's trunk port is set to dot1q encapsulation. Which configuration must match on the router to ensure proper communication?

⚠ Common exam trap

It's easy for candidates to confuse 'native VLAN' with 'default VLAN' or think the encapsulation type (dot1q) alone is sufficient, overlooking the critical requirement that the native VLAN must be explicitly matched on both sides of the trunk.

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

The native VLAN on the router subinterface must be consistent with the switch's native VLAN

The native VLAN on the router subinterface must match the switch's native VLAN to ensure untagged frames are handled consistently. On a dot1q trunk, the native VLAN is the only VLAN whose frames are sent untagged; if the router expects a different native VLAN, it will drop or misclassify those frames, breaking communication for that VLAN.

Answer analysis

Option-by-option breakdown

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

  • The IP address of the router interface must be in the same subnet as the management VLAN

    Why it's wrong here

    The IP address configured on a router's subinterface for a trunk link is assigned to a specific VLAN and acts as the default gateway for devices within that particular VLAN's subnet. While a management VLAN might exist, the router's trunk subinterface IP address does not inherently need to belong to that specific VLAN. It can be part of any VLAN that requires routing services, and multiple subinterfaces, each with an IP from a different VLAN subnet, can exist on the same physical trunk interface.

    When this WOULD be correct

    If the question asked about configuring the router interface for management access to the switch (e.g., telnet/SSH), then the router's IP must be in the same subnet as the management VLAN to reach the switch's management IP.

  • The subinterface encapsulation must match the switch's native VLAN default

    Why it's wrong here

    On a router, each subinterface configured for a trunk link uses the "encapsulation dot1Q <VLAN_ID>" command, where "<VLAN_ID>" explicitly specifies the VLAN tag that the subinterface will process. The native VLAN, by definition, carries untagged frames. Therefore, the encapsulation on a subinterface is tied to a specific tagged VLAN ID, not to the native VLAN's default, which is handled differently (either implicitly untagged or explicitly assigned to a subinterface with the "native" keyword).

    When this WOULD be correct

    If the question asked about ensuring the router subinterface uses the same VLAN ID as the switch's native VLAN for untagged traffic, then matching the native VLAN default would be correct. For example, if the switch's native VLAN is VLAN 1, the router subinterface must also be configured with native VLAN 1.

  • The native VLAN on the router subinterface must be consistent with the switch's native VLAN

    Why this is correct

    When configuring an 802.1Q trunk link between a switch and a router, the native VLAN configuration must be identical on both devices. The native VLAN carries untagged frames across the trunk, meaning these frames are not encapsulated with an 802.1Q tag. If the native VLANs differ, frames sent untagged by one device will be interpreted as belonging to a different VLAN by the other, leading to communication failures and potential security vulnerabilities where traffic might be misdirected or dropped.

  • The router must be configured with inter-VLAN routing static routes

    Why it's wrong here

    When a router is configured with subinterfaces on a trunk link, it directly connects to multiple VLANs, acting as the default gateway for each. This setup inherently provides inter-VLAN routing capabilities because the router has a directly connected route for each VLAN's subnet. Therefore, explicit static routes are not required for the router to route traffic between these directly connected VLANs; it automatically knows how to forward packets between them.

    When this WOULD be correct

    In a scenario where the router is not directly connected to the switch but is reachable via another router, static routes would be needed to direct traffic between VLANs across the network.

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 N10-009 exam frequently reuses these exact scenarios with slightly different constraints.

The native VLAN on the router subinterface must be consistent with the switch's native VLANCorrect answer

Why this is correct

When configuring an 802.1Q trunk link between a switch and a router, the native VLAN configuration must be identical on both devices. The native VLAN carries untagged frames across the trunk, meaning these frames are not encapsulated with an 802.1Q tag. If the native VLANs differ, frames sent untagged by one device will be interpreted as belonging to a different VLAN by the other, leading to communication failures and potential security vulnerabilities where traffic might be misdirected or dropped.

The IP address of the router interface must be in the same subnet as the management VLANWrong answer — click to see why

Why this is wrong here

The router interface's IP address does not need to match the management VLAN subnet; trunk links carry multiple VLANs, and the router subinterface IPs correspond to their respective VLANs, not the management VLAN.

★ When this WOULD be the correct answer

If the question asked about configuring the router interface for management access to the switch (e.g., telnet/SSH), then the router's IP must be in the same subnet as the management VLAN to reach the switch's management IP.

Why candidates choose this

Candidates often confuse management VLAN addressing with general trunk configuration, assuming the router must be on the same subnet as the switch's management interface for any VLAN communication.

The subinterface encapsulation must match the switch's native VLAN defaultWrong answer — click to see why

Why this is wrong here

The subinterface encapsulation must match the switch's trunk encapsulation (dot1q), not the native VLAN default. The native VLAN is a separate concept from encapsulation type.

★ When this WOULD be the correct answer

If the question asked about ensuring the router subinterface uses the same VLAN ID as the switch's native VLAN for untagged traffic, then matching the native VLAN default would be correct. For example, if the switch's native VLAN is VLAN 1, the router subinterface must also be configured with native VLAN 1.

Why candidates choose this

Candidates may confuse 'encapsulation' with 'native VLAN' because both are configured on subinterfaces and involve VLAN tagging, leading them to think the encapsulation value must match the native VLAN ID.

The router must be configured with inter-VLAN routing static routesWrong answer — click to see why

Why this is wrong here

Inter-VLAN routing static routes are not required for trunk link communication; the router uses subinterfaces with 802.1Q encapsulation to route between VLANs directly.

★ When this WOULD be the correct answer

In a scenario where the router is not directly connected to the switch but is reachable via another router, static routes would be needed to direct traffic between VLANs across the network.

Why candidates choose this

Candidates may confuse the need for routing between VLANs with the specific configuration of a trunk link, assuming static routes are always necessary for inter-VLAN communication.

Analysis generated from the official N10-009blueprint 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

Switch VLAN 10 Sales (192.168.10.0/24) PC-A PC-B VLAN 20 HR (192.168.20.0/24) PC-C PC-D Router VLANs isolate traffic — inter-VLAN routing requires a Layer 3 device

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 N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 exam.