Courseiva
Question 711 of 1,389
Switching and Network AccesshardMultiple ChoiceObjective-mapped

CCNA Switching and Network Access Practice Question

A switch port is configured with `switchport voice vlan 150` and `switchport access vlan 20`. Which statement best explains the design purpose?

⚠ Common exam trap

Avoid confusing voice VLAN configurations with trunking or prioritization settings.

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

It separates voice and data traffic on the same edge port by assigning them to different VLANs.

The design purpose is to let the switch support a phone and an attached workstation on the same physical access port while placing their traffic into different VLANs. In practical terms, the phone can use the voice VLAN while the user's data traffic uses the access VLAN. This is a common enterprise edge design for IP telephony. The key idea is role separation on one port, not trunking the port as a normal inter-switch link.

Answer analysis

Option-by-option breakdown

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

  • It separates voice and data traffic on the same edge port by assigning them to different VLANs.

    Why this is correct

    The `switchport voice vlan 150` command marks the port as a Cisco Unified Communications access port, so it instructs an attached IP phone to tag its voice frames with VLAN 150 while the PC behind the phone remains untagged on the data VLAN. As a result, voice and data traffic share the same physical cable but are isolated into separate Layer 2 broadcast domains, allowing distinct QoS policies, subnets, and security controls to be applied independently.

  • It turns the port into a routed WAN interface.

    Why it's wrong here

    This command operates in Layer 2 switching context; it does not assign an IP address or convert the interface into a routed port. A routed WAN interface would be a Layer 3 port with an IP configuration, typically using point-to-point protocol encapsulation or a WAN-capable interface, none of which is implied by a voice VLAN assignment on an access switchport.

    When this WOULD be correct

    In a different scenario, a question might ask about the configuration of a switch port in a router-on-a-stick setup, where the context involves routing between VLANs. In that case, a response indicating that the port is configured as a routed WAN interface could be correct if it explicitly states that the port is configured for inter-VLAN routing.

  • It forces the phone to use CAPWAP before receiving power.

    Why it's wrong here

    CAPWAP is a control/forwarding protocol used between wireless LAN controllers and access points to manage tunneling; it has no role in wired phone VLAN assignment. An IP phone learns the voice VLAN through CDP/LLDP or via local configuration after receiving Power over Ethernet, not through CAPWAP, so this command does not force any CAPWAP behavior.

    When this WOULD be correct

    If the question were about the configuration of a wireless access point that requires a specific protocol for power delivery and management, such as CAPWAP, then this option could be correct. For example, a question might ask about the setup of a VoIP phone connected to a wireless network that utilizes CAPWAP for device management.

  • It makes VLAN 150 the native VLAN on all trunks automatically.

    Why it's wrong here

    The voice VLAN configuration is scoped to a single edge access port and its attached phone, not to the switch's trunk infrastructure. Native VLAN behavior on trunk ports is configured separately with `switchport trunk native vlan`, and in fact voice traffic is normally tagged with VLAN 150 while data remains untagged, so VLAN 150 is not the native VLAN on any link unless expressly designed that way.

    When this WOULD be correct

    In a different question, if it asked about the behavior of a switch when configuring a trunk port with 'switchport trunk native vlan 150', this option would be correct as it would indicate that VLAN 150 is set as the native VLAN for all trunk links.

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.

It separates voice and data traffic on the same edge port by assigning them to different VLANs.Correct answer

Why this is correct

The `switchport voice vlan 150` command marks the port as a Cisco Unified Communications access port, so it instructs an attached IP phone to tag its voice frames with VLAN 150 while the PC behind the phone remains untagged on the data VLAN. As a result, voice and data traffic share the same physical cable but are isolated into separate Layer 2 broadcast domains, allowing distinct QoS policies, subnets, and security controls to be applied independently.

It turns the port into a routed WAN interface.Wrong answer — click to see why

Why this is wrong here

The commands `switchport voice vlan 150` and `switchport access vlan 20` are used on a Layer 2 switch port, not a routed interface. A routed WAN interface would require `no switchport` and an IP address configuration, which is not present here.

★ When this WOULD be the correct answer

In a different scenario, a question might ask about the configuration of a switch port in a router-on-a-stick setup, where the context involves routing between VLANs. In that case, a response indicating that the port is configured as a routed WAN interface could be correct if it explicitly states that the port is configured for inter-VLAN routing.

Why candidates choose this

Students might confuse the term 'voice VLAN' with a WAN interface because both involve voice traffic, but the commands clearly indicate a switchport configuration, not a routed port.

It forces the phone to use CAPWAP before receiving power.Wrong answer — click to see why

Why this is wrong here

CAPWAP (Control and Provisioning of Wireless Access Points) is a protocol used for wireless LAN controller and access point communication, not for voice VLAN configuration. The voice VLAN feature is unrelated to CAPWAP.

★ When this WOULD be the correct answer

If the question were about the configuration of a wireless access point that requires a specific protocol for power delivery and management, such as CAPWAP, then this option could be correct. For example, a question might ask about the setup of a VoIP phone connected to a wireless network that utilizes CAPWAP for device management.

Why candidates choose this

The acronym 'CAPWAP' might be associated with Cisco's voice or wireless technologies, leading students to incorrectly link it to IP phone configuration.

It makes VLAN 150 the native VLAN on all trunks automatically.Wrong answer — click to see why

Why this is wrong here

The `switchport voice vlan` command only affects the specific access port where it is configured, not all trunk ports. The native VLAN on trunks is configured separately with `switchport trunk native vlan`.

★ When this WOULD be the correct answer

In a different question, if it asked about the behavior of a switch when configuring a trunk port with 'switchport trunk native vlan 150', this option would be correct as it would indicate that VLAN 150 is set as the native VLAN for all trunk links.

Why candidates choose this

Students may think that setting a voice VLAN on an access port automatically propagates to trunks, confusing the scope of the command with global or trunk-specific settings.

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

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: May 17, 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.