[cisco-voip] How to check for QoS?
Jeff Garvas
jeff at cia.net
Mon Jan 5 17:21:48 EST 2009
John,
Look at one of your switches for class-maps that match traffic and
policy-map statements that define classes and set or trust dscp values.
(trusting dscp can be defined at the port too). In this example we're
trusting dscp assigned by the phone if its already dscp ef.
class-map match-any VOICE
match ip dscp ef
policy-map QOS-MARKING
class VOICE
trust dscp
class class-default
set dscp default
This specific example is being applied "at the vlan" on a 3560 series, so
you'd also see:
interface Vlan100
service-policy input QOS-MARKING
and something like this:
interface range FastEthernet0/1 - 48
mls qos vlan-based
The packets would in fact be marked and you could detect it in a packet
capture if the marking is being maintained throughout the network. However
just because the marking is there doesn't necessarily mean any specific low
latency queuing is being applied anywhere to give precedence to RTP packets
over say bulk data / scavenger or unclassified default traffic. There are
multiple things you're going to want to look at or have your vendor explain
how they implemented it and what percentages of bandwidth they've allocated
to each class of traffic.
-Jeff
On Mon, Jan 5, 2009 at 5:01 PM, Weigand, John V. <
jvw at medicineforthedefense.com> wrote:
> [image: Litigation Management]
>
> Serious Medicine for the Defense (R) <http://www.medicineforthedefense.com/>
>
> I've been tasked with checking to see if our VAR ever setup any QoS at
> all, and if so, what type and how it's set. Unfortunately, although I've
> become fairly proficient at CallManager itself, I'm pretty new to the inner
> workings of everything at the actual network level.
>
>
>
> I know there's a few different ways to set it all up, and I've tried poking
> around, but I'm not really even sure where to begin looking. Does anyone
> have any pointers as to how I might be able to track down some of this info?
> Is there anything I can tell from a packet capture of a call from between
> two of our sites? I do also have read only access to the switches/routers on
> the network.
>
>
>
> Thanks in advance!
>
> *John V. Weigand*
> Help Desk Support/Executive Support
>
> Litigation Management, Inc.
> 300 Allen-Bradley Drive
> Suite 200
> Mayfield Heights, OH 44124
>
>
>
>
> Tel: 440-484-2000
> Fax: 440-484-2009
> Cell:
> email: jvw at medicineforthedefense.com
>
> PRIVILEGE AND CONFIDENTIALITY NOTICE
>
> The information in this electronic mail is intended for the named
> recipients only. It may contain privileged and confidential material and may
> be protected under law by the Health Insurance Portability and
> Accountability Act. Any use of this information by anyone other than the
> intended receiver is prohibited. If the reader of this message is not the
> intended recipient, you are hereby notified that any dissemination,
> distribution, copying, or other use of this message or its attachments is
> strictly prohibited. If you have received this message in error, please
> notify the sender immediately by replying to this electronic e-mail or by
> calling (800) 778-5424. Please delete it from your computer. Thank you.
>
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20090105/378d87cf/attachment.html>
More information about the cisco-voip
mailing list