nerdexam
Cisco

200-301 · Question #521

A Cisco engineer must configure a single switch interface to meet these requirements: - accept untagged frames and place them in VLAN 20 - accept tagged frames in VLAN 30 when CDP detects a Cisco IP p

The correct answer is C. switchport mode access. To support both untagged data frames in VLAN 20 and tagged voice frames in VLAN 30 on a single switch interface, the port must be configured in access mode with a voice VLAN.

Submitted by ravi_2018· Mar 5, 2026Network Access

Question

A Cisco engineer must configure a single switch interface to meet these requirements:

  • accept untagged frames and place them in VLAN 20
  • accept tagged frames in VLAN 30 when CDP detects a Cisco IP phone

Which command set must the engineer apply?

Options

  • Aswitchport mode dynamic desirable
  • Bswitchport mode dynamic auto
  • Cswitchport mode access
  • Dswitchport mode trunk

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    79% (23)
  • D
    10% (3)

Why each option

To support both untagged data frames in VLAN 20 and tagged voice frames in VLAN 30 on a single switch interface, the port must be configured in access mode with a voice VLAN.

Aswitchport mode dynamic desirable

`switchport mode dynamic desirable` actively attempts to form a trunk link, which is not the intended configuration for a port connected to an end device and an IP phone using voice VLAN.

Bswitchport mode dynamic auto
Cswitchport mode accessCorrect

Configuring a switch port in `switchport mode access` allows it to carry untagged data traffic for its assigned access VLAN (VLAN 20). When combined with the `switchport voice vlan 30` command, this mode also enables the port to accept tagged voice frames from a Cisco IP phone in VLAN 30, thereby meeting both specified requirements.

Dswitchport mode trunk

Concept tested: Switch port modes and voice VLAN

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12_2_25_se/configuration/guide/scg/swvoip.html

Topics

#Switchport configuration#VLANs#Voice VLAN

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice