|
Home > Archive > Voice over IP Cisco > August 2006 > QOS for cisco servers unity and CM
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
QOS for cisco servers unity and CM
|
|
| James Grace 2006-08-25, 1:11 pm |
| we have a site that we are going to put the cm and unity server in a data center, and all the phone wiill be connecting from a srst gw. there will be about six sites total. in the past i would put basic qos on the switchs for the servers and phone ( auto
qos, mls trust device etc ) But since the the server are now at a location by there selves. what should i do for qos on the server side...
---
| |
| Ed Leatherman 2006-08-28, 7:11 pm |
| I'm sure someone would correct me if i'm wrong, but I dont think Unity
assigns its own traffic with the correct DSCP markings, so you would need a
policy configuration somewhere to properly mark those packets. Maybe later
versions of Unity has fixed this?
On 8/25/06, James Grace <jgrace@digitelusa.net> wrote:
>
> we have a site that we are going to put the cm and unity server in a data
> center, and all the phone wiill be connecting from a srst gw. there will be
> about six sites total. in the past i would put basic qos on the switchs for
> the servers and phone ( auto qos, mls trust device etc ) But since the the
> server are now at a location by there selves. what should i do for qos on
> the server side...
> ---
>
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
--
Ed Leatherman
Senior Voice Engineer
West Virginia University
Telecommunications and Network Operations
| |
| J. Oquendo 2006-08-28, 7:11 pm |
| Ed Leatherman wrote:
> I'm sure someone would correct me if i'm wrong, but I dont think Unity
> assigns its own traffic with the correct DSCP markings, so you would
> need a policy configuration somewhere to properly mark those packets.
> Maybe later versions of Unity has fixed this?
>
If I'm not mistaken, QoS is optional and has to be configured
access-list 101 permit tcp host x.x.x.x any eq 2748
!
class-map match-all cti-qbe
match access-group 101
!
policy-map cti-qbe
class cti-qbe
set dscp af31
bandwidth $YOUR_RATE_HERE
!
interface zzz 0/1
service-policy output cti-qbe
Where x.x.x.x is the Unity server, zzz interface, etc
--
========================================
============
J. Oquendo
http://pgp.mit.edu:11371/pks/lookup...arch=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net
The happiness of society is the end of government.
John Adams
|
|
|
|
|