[cisco-voip] QOS - Looking for another set of eyeballs

Rob Dawson rdawson at force3.com
Mon May 4 10:59:56 EDT 2015


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:cisco-voip-bounces at puck.nether.net] On Behalf Of Ryan Huff
Sent: Monday, May 04, 2015 8:13 AM
To: Ed Leatherman
Cc: cisco-voip at puck.nether.net
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: ealeatherman at gmail.com<mailto:ealeatherman at gmail.com>
To: ryanhuff at outlook.com<mailto:ryanhuff at outlook.com>
CC: cisco-voip at puck.nether.net<mailto:cisco-voip at puck.nether.net>
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 <ryanhuff at outlook.com<mailto:ryanhuff at outlook.com>> 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
cisco-voip at puck.nether.net<mailto:cisco-voip at puck.nether.net>
https://puck.nether.net/mailman/listinfo/cisco-voip



--
Ed Leatherman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20150504/5c41c2f6/attachment.html>


More information about the cisco-voip mailing list