class-map match-any CALL_SIGNALLING match protocol skinny match protocol h323 match protocol sip ! class-map match-any VOICE match access-group name VOICE_TRAFFIC match protocol rtp audio
On Mon, May 4, 2015 at 9:13 AM, Nick Britt <[email protected]> wrote: > Hi Ryan, I am no QOS expert either but I think you will need to match the > protocol RTP Audio, to pickup any packets that haven't been marked with EF, > although I think the standard phone template in CUCM does this. > > class-map match-all VOICE > match protocol rtp audio > > > On Sat, May 2, 2015 at 11:55 PM, Ryan Huff <[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] >> https://puck.nether.net/mailman/listinfo/cisco-voip >> >> > > > -- > - Nick > -- - Nick
_______________________________________________ cisco-voip mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-voip
