LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

How does a VoIP (Voice over IP) phone handle VLAN (Virtual Local Area Network) tagging, and how can you verify a port's voice VLAN configuration?

The IP (Internet Protocol) phone acts as a 3-port switch — it tags its own voice traffic with the voice VLAN and CoS (Class of Service) priority, while PC data traffic goes on the access VLAN. Use show interfaces switchport to verify.

A switch port feeds an IP phone that acts as a 3-port switch: voice rides VLAN 150 tagged with CoS, PC data rides the untagged access VLAN 20, and a PC hangs off the phone.

* An IP phone as a 3-port switch: voice is tagged on the voice VLAN, PC data stays untagged on the access VLAN. *

How the phone works:

  1. The switch tells the phone (via CDP (Cisco Discovery Protocol)) which voice VLAN to use
  2. The phone tags voice frames with the voice VLAN ID and a CoS priority value for QoS (Quality of Service)
  3. The phone may or may not tag the PC's data frames — depending on configuration

Tagging behavior on the port:

Traffic Type Tagging
Voice VLAN Tagged with CoS priority value
Access VLAN (with CoS) Can optionally be tagged with a CoS value
Access VLAN (default) Not tagged

Verification with show interfaces fa0/18 switchport:

Key fields to look for:

  • Access Mode VLAN: 20 (student) — the data VLAN
  • Voice VLAN: 150 (voice) — the voice VLAN
  • Administrative Mode: static access — port is in access mode
  • Trunking Native Mode VLAN: 1 (default) — native VLAN for trunk fallback

Go deeper:

From Quiz: NETW2 / VLANs | Updated: Jul 14, 2026