Voice VLAN
Voice VLAN is a feature that allows the 3750 to configure a Cisco IP phone that's connected to the switch. The switch uses CDP to transfer to the phone configuration information regarding Class of Service (CoS), and the VLANs to be used for voice and data traffic. By default, this feature is disabled, which results in the phone not receiving configuration instructions from the switch. In this case, the phone will send voice and data over the default VLAN (VLAN 0 on the phone).
Cisco IP phones such as the model 7960 have built-in three-port switches. Port 1 on the built-in switch is the connection to the upstream switch (the 3750 we'll configure here). Port 2 is the internal connection to the phone itself. Port 3 is the external port, which usually connects to the user's PC.
By using the switchport voice vlan interface
command, you can have the switch configure an IP phone that is connected to the interface
being configured. You can specify a VLAN for voice calls originating from the phone, or
you can have the switch tell the phone to use the regular data VLAN for voice calls (with
or without setting CoS values):
3750(config-if)#switchport voice vlan ?
<1-4094> Vlan for voice traffic
dot1p Priority tagged on PVID
none Don't tell telephone about voice vlan
untagged Untagged on PVIDTo set the VLAN, specify a VLAN number. The dot1p
option tells the phone to set CoS bits in voice packets while using the data VLAN. The
untagged option tells the phone to use the data VLAN without ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access