 mplex
join:2004-04-15 Charleston, SC
| reply to mplex Re: VoIP issues with my Cisco 831. (torrents & pulsing voice)
Sorry for the quick follow-up, but I saw that you misconfigured your original policy-map. First of all, there is only one priority queue no matter how you configure it, so I would combine the VoIP and sip classes in to one class. Also, I would switch to percentages but that is a personal thing. If I was writing this policy map, I would do this:
policy-map MyQoSPolicy class VoIP set dscp ef priority percent 50 class normal_traffic bandwidth percent 20 class warcraft bandwidth percent 20 class class-default bandwidth percent 10
For class-default, you can not combine bandwidth with fair-queue, and the way the algorithm works can completely starve that class down to nothing. This is a better configuration IMO. Also, for VOIP, throw the sip classification in with the other VOIP class.
Don't forget to combine the parent policy in my last post to wrap this policy in a rate limiter.
Good luck. |