15-7
Catalyst 3750 SwitchSoftware Configuration Guide
OL-8550-09
Chapter15 Configuring Voice VLAN
Configuring Voice VLAN
full-duplex Cisco IP Phone
Switch(config-if)# switchport voice detect cisco-phone full-duplex
full-duplex full duplex keyword
Switch(config-if)# end
This example shows how to disable switchport voice detect on a Cisco IP Phone:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface fastethernet 0/1
Switch(config-if)# no switchport voice detect cisco-phone
Switch(config-if)# no switchport voice detect cisco-phone full-duplex
Configuring the Priority of Incoming Data Frames
You can connect a PC or other data device to a Cisco IP Phone port. To process tagged data traffic (in
IEEE 802.1Q or IEEE 802.1p frames), you can configure the switch to send CDP packets to instruct the
phone how to send data packets from the device attached to the access port on the Cisco IP Phone. The
PC can generate packets with an assigned CoS value. You can configure the phone to not change (trust)
or to override (not trust) the priority of frames arriving on the phone port from connected devices.
Beginning in privileged EXEC mode, follow these steps to set the priority of data traffic received from
the nonvoice port on the Cisco IP Phone:
This example shows how to configure a port connected to a Cisco IP Phone to not change the priority of
frames received from the PC or the attached device:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# switchport priority extend trust
Switch(config-if)# end
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 interface interface-id Specify the interface connected to the Cisco IP Phone, and enter interface
configuration mode.
Step3 switchport priority extend
{cos value | trust}
Set the priority of data traffic received from the Cisco IP Phone access port:
cos value—Configure the phone to override the priority received from the
PC or the attached device with the specified CoS value. The value is a
number from 0 to 7, with 7 as the highest priority. The default priority is
cos 0.
trust—Configure the phone access port to trust the priority received from
the PC or the attached device.
Step4 end Return to privileged EXEC mode.
Step5 show interfaces interface-id
switchport
Verify your entries.
Step6 copy running-config
startup-config
(Optional) Save your entries in the configuration file.