11-7
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
78-14099-04
Chapter 11 Configuring Cisco IP Phone Support
Configuring Cisco IP Phone Support
Configuring Data Traffic Support
To configure the way in which the Cisco IP Phone transmits data traffic, perform this task:
When configuring the way in which the Cisco IP Phone transmits data traffic, note the following syntax
information:
To send CDPv2 packets that configure the Cisco IP Phone to trust tagged traffic received from a
device connected to the access port on the Cisco IP Phone, do not enter the cos keyword and CoS
value.
To send CDPv2 packets that configure the Cisco IP Phone to mark tagged ingress traffic received
from a device connected to the access port on the Cisco IP Phone, enter the cos keyword and CoS
value (valid values are 0 through 7).
You cannot use Cisco IOS software commands to configure whether or not traffic sent from a device
attached to the access port on the Cisco IP Phone is tagged.
This example shows how to configure Fast Ethernet port 5/1 to send CDPv2 packets that tell the
Cisco IP Phone to configure its access port as untrusted and to mark all tagged traffic received from a
device connected to the access port on the Cisco IP Phone with CoS 3:
Router# configure terminal
Router(config)# interface fastethernet 5/1
Router(config-if)# mls qos trust extend cos 3
This example shows how to configure Fast Ethernet port 5/1 to send CDPv2 packets that tell the
Cisco IP Phone to configure its access port as trusted:
Router# configure terminal
Router(config)# interface fastethernet 5/1
Router(config-if)# mls qos trust extend
This example shows how to verify the configuration on Fast Ethernet port 5/1:
Router# show queueing interface fastethernet 5/1 | include Extend
Extend trust state: trusted
Command Purpose
Step 1 Router(config)# interface fastethernet slot/port Selects the port to configure.
Step 2 Router(config-if)# mls qos trust extend
[cos cos_value]
Configures the way in which the Cisco IP Phone
transmits data traffic.
Router(config-if)# no mls qos trust extend Clears the configuration.
Step 3 Router(config)# end Exits configuration mode.
Step 4 Router# show interfaces fastethernet slot/port
switchport
Router# show running-config interface
fastethernet slot/port
Verifies the configuration.