The UCCX SRND states that “Unified CCX software does not mark any network packet, so ensure that you mark the traffic at the network edge routers”, so that traffic is likely not marked EF and would therefore not match the class-map, unless you are classifying it somewhere else?
Rob From: cisco-voip [mailto:[email protected]] On Behalf Of Ryan Huff Sent: Monday, May 04, 2015 8:13 AM To: Ed Leatherman Cc: [email protected] Subject: Re: [cisco-voip] QOS - Looking for another set of eyeballs Ed, Thanks for the reply. Yes it is the intent to match ef and ACL 51. The access list contains a /24 of servers for UCCE/UCCX products. I thought an ACL to be easier than trying to match vXML/CVP traffic inside of HTTP traffic. Thanks for the second set of eyes. -r ________________________________ Date: Mon, 4 May 2015 07:53:32 -0400 Subject: Re: [cisco-voip] QOS - Looking for another set of eyeballs From: [email protected]<mailto:[email protected]> To: [email protected]<mailto:[email protected]> CC: [email protected]<mailto:[email protected]> Ryan, The match-all keyword in your class-map VOICE is going to cause it to only match things that are BOTH EF marked AND match acl-51 - I couldn't tell from your initial email if that was your intent. If you want just either type of traffic to get the VOICE treatment then you need match-any. Also agree with John re: using priority instead so that it kicks in LLQ for those packets. On Sat, May 2, 2015 at 9:55 AM, Ryan Huff <[email protected]<mailto:[email protected]>> wrote: The below OUT map, applied in the output direction on a WAN(mpls) facing interface, should put RTP, Signaling and anything from access-list 51 at the top of the heap and give everything else best effort. Not that anything isn't working, I just want to make sure I'm not making something up ... etc. Seems basic but I don't get to play with QOS everyday :) router-3925#sh run | sec class-map|policy-map|access-list 51 ! ! class-map match-all VOICE match ip dscp ef match access-group 51 class-map match-any CALL-SIGNALING match ip dscp cs3 match ip dscp af31 ! ! policy-map WAN-OUT class VOICE bandwidth percent 30 class CALL-SIGNALING bandwidth percent 10 class class-default fair-queue ! ! access-list 51 permit 001.002.003.004 0.0.0.255 _______________________________________________ cisco-voip mailing list [email protected]<mailto:[email protected]> https://puck.nether.net/mailman/listinfo/cisco-voip -- Ed Leatherman
_______________________________________________ cisco-voip mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-voip
