Configuring Cisco Switch Ports; Configuring Switch Ports For Wired Ip Phones - Cisco 9971 Deployment Manual

Unified ip phone wireless lan deployment guide
Hide thumbs Also See for 9971:
Table of Contents

Advertisement

set cos 6
class Video
set cos 5
class SIP
set cos 4
!
interface dot11radioX
service-policy input Voice
service-policy output Voice

Configuring Cisco Switch Ports

Configure the Cisco access point switch ports and uplink switch ports for DSCP trust.
mls qos
!
interface X
mls qos trust dscp
Note: When using the Cisco Unified Wireless LAN Controller, DSCP trust must be implemented or trust the UDP data ports
used by the Cisco Unified Wireless LAN Controller (LWAPP = 12222 and 12223; CAPWAP = 5246 and 5247) on all
interfaces where wireless packets will traverse to ensure QoS markings are correctly set. Versions prior to 5.2 use LWAPP,
where versions 5.2 and later use CAPWAP.

Configuring Switch Ports for Wired IP Phones

Enable the Cisco wired IP phone switch ports for Cisco phone trust
mls qos
!
Interface X
mls qos trust device cisco-phone
mls qos trust dscp
If DSCP markings are not preserved, then the below configuration can be used to set the DSCP based on the TCP or UDP port
to map RTP and SIP correctly.
Ensure the following QoS policy is not applied to an interface where wireless traffic traverses.
If using non-secure SIP, then TCP/UDP port 5060 is used. TCP/UDP port 5061 is used for secure SIP.
ip access-list extended SIP
permit tcp any range 5060 5061 any
permit tcp any any range 5060 5061
permit udp any range 5060 5061 any
permit udp any any range 5060 5061
!
ip access-list extended RTP
Cisco Unified IP Phone 9971 Wireless LAN Deployment Guide
19

Advertisement

Table of Contents
loading

Table of Contents