Hello, guys! Need your assistance in configuring QoS on a wired network for the ability to watch IPTV on wireless clients' devices with a good quality.
What we have:
WLC5508------ trunk ------3750------ trunk ------2960------access------AP1140
On a 3750 multicasting is configured, wired clients are able to watch IPTV with a good quality.
What is already configured:
on a WLC: QoS type is set to Gold on a WLAN settings, WMM policy is set to Allowed
on 3750:
!
mls qos
!
class-map match-all VideoClass
match access-group name VideoQoS
!
policy-map VideoPolicy
class VideoClass
set dscp cs4
!
ip access-list extended VideoQoS
permit udp 172.22.X.0 0.0.0.255 239.255.0.0 0.0.0.255 eq 1234
!
interface VlanY
description Management Vlan for Cisco devices (for APs too)
ip address 172.22.Y.1 255.255.255.0
service-policy output VideoClass
!
Question:
What is missed and what is wrong? the quality of a video is still poor
Many thanks in advance!
P.S. Actually, I don't know where to apply the created policy-map....