How can I tell that AutoQOS config is adequate on a video conference switch

I have a Tandberg video conference bridge and gateway connected to a 3750 switch. The audio is marked EF and the video CS3. I configured AutoQos on the switch and trust DSCP on the ports. When we reach a large video conference of 25 or more attendies, we begin to have problems. The Tandberg starts to ratchet some of the video streams down, some to below 180kps, and the conference quality begins to suffer.
The only change to the default AutoQOS config I've made is changing the "mls qos trust dscp" on the uplinks, adding a QOS policy on the Tandberg ports to mark the video with CS3 and trust the audio DSCP (Tandberg had a bug that didn't mark the video packets) and adding
queue-set 2
priority-queue out
to the uplinks.
Will the default AutoQOS queue/buffer/SRR share and shape commands be adequate for 25 to 30 simultaneous video streams? We allow about 500k per stream.
I read through the 3750 QOS guide, but am a bit confused with the explanations of the queuing and SRR workings. I know that CS3 is mapped to COS-3, but don't know which queue it goes in and whether or not it gets shaped/disgarded when too much video is present.
Once I am sure that the 3750 QOS is working OK, and not causing problems with our large conference calls, then I'll expand my troubleshooting to the rest of the network.
I've attached a text file with the 3750 config, and 'show mls qos int statistics' that show the packets are being marked.

I mistyped in my first post. I do indeed mark the video as AF41 (Cos4). It is the call control that I mark CS3 with the policy map to get around the old Tandberg bug that doesn't mark the call control.
So do you think the queue 3, where Cos4 goes to, is big enough to handle 30 video streams of 480k? If my calculation is correct that would be 14.4mbps of video on a 100mbps port.
With this config.....
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
...is it telling me that queues 1 & 2 get 10% bw, queue 3 gets 60% and queue 4 gets 20% bw and is shared? If that is correct than 60% is more than enough for 14.4mbps of video.
What happens if too much video overruns the queue?

Similar Messages

  • How can Apple tell that the liquid damage in my mac air was made by me?

    Apple said my five months Mac Air has liquid damage inside and I need to pay more than $400.
    I totally cannot accept it.
    Please have a look below two pictures from Apple.
    I can see corrosion, but how can Apple tell this damage was made by me?
    Actually I can easily approve this was definitely not made by me because of this part's location.
    Please have a look below picture. I circle it by black on the left above corner.
    This Part is facing to the ground and is covered by the case like below picture.
    All of above picture can easily approve I cannot put water inside to damage this part without damaging other parts.
    1. if water from keyboard, water will definitely pass by other places and damage other parts.
    2. if water from buttom, there is protected by the case. How can I put water inside?
    I believe that my case was just Hastily delt by one junior staff and later the manager just tried to cover his staff's mistake.
    I know the apple's product is very good. But if apple treats customer like me, I believe sooner or later Steve Jobs would cry in heaven.
    One of my friend told me normally there are several paper inside laptop and they will change the color if touching  the water.
    So people can tell the laptop was poured in water if several paper change the color togother.
    I think this way is fair enough. But in Apple store when I asked the manager whether Mac Air has this kind of paper inside.
    His answer is "not sure". I really do not know How can this man be manager!!
    can somebody tell me whether mac air have this kind of paper inside the body?
    Thanks,

    this:
    Did not exist at the point of delivery to the consumer.
    Nor did the white corrosive agent present exist at the point of sale.
    " exposure   of copper   alloys   to   moisture   or   salt   spray   will   cause   the formation  of  blue  or  green  salts  called  verdigris.  The presence   of   verdigris   indicates   active   corrosion."
    I see also 2 contact points with DEEP corrosion pitting not indicative of any defect from the factory.

  • HT3529 how can you tell that someone read your text message?

    How can I tell if someone has read my text message?

    Text messages, i.e. SMS or MMS, do not have a "return receipt" feature. iMessages, however, do. If you're sending via the Messages app, your friends need to turn on the "Send Read Receipts" option in the Messages settings on their iOS devices.
    Regards.

  • How can I tell that an individual product is installed rather than being a part of Creative Suite?

    Dear All,
    Sorry if this question is not appropriate for this forum, but I could not find a better one.
    When I inventory a computer's registry, how can I know that the individual product (such as PhotoShop CS5) is installed, rather than installed as part of the product suite, such as Creative Suite CS6?
    Kindest regards,
    QuietLeni

    Mylenium,
    Is this true for ALL versions of the Adobe Suites or just the latest ones?
    I seem to have a computer which is showing up in the list of machines with CS5 installed and in the list of machines with PhotoShop CS5 installed.
    Kindest regards,
    QuietLeni

  • How can I tell that a default numeric format has been applied to a numeric limit step?

    I am working on generating custom HTML code for our test systems in order to reduce the 'footprint' of the standard HTML entries for numeric limits, multiple-numeric limit steps etc....
    For a Numeric Limit step, I can set the Numeric Format via the 'Limits' tab and select the pulldown arrow to select any format.  Does TestStand actually save this information with the step so I could possibly use this later?   I ask this because my modifications are within the 'ModifyReportEntry' Callback.   When I am modifying the code to generate new HTML within this callback, I have no idea if the developer has selected a Numeric Format for a given step OR simply left it as DEFAULT.
    To make matters more confusing, here is some more information....
    When I pause the execution in the callback I notice the following:
    Case 1:  User has selected a Numeric Format ( this example I will say 3 digits of precision ) %.3f. for a numeric limit step.
    Parameters.Result.Limits.Low = 10.000
    Parameters.Result.Limits.High = 20.000
    Parameters.Result.Numeric = 15.657
    Notice the numeric data is ALREADY formatted! Great, I can simply use this to generate my custom HTML table for the numeric limit step.
    Case 2 : User has left the numeric format to <Default> for the step.
    Parameters.Result.Limits.Low = 10
    Paramters.Result.Limits.High = 20
    Parameters.Result.Numeric = 15.65713515155
    Numeric data is NOT formatted.  I know that TestStand will apply the Default Numeric Format that is configured in the report options when it writes the report but since I am doing a custom report I am stuck.
    My question is how can I possibly tell that the data has already been formatted by TestStand in the ModifyReportEntry callback?  Is there some flag that I could check or anything?
    I do notice that the Parameters.ReportEntry string contains TestStand's default HTML code for the step and this is already properly formatted.. so as a possible workaround I could 'pick out' the data from this string but this is slow and time consuming.
    Thanks
    PH

    PH,
    You can find out if the numeric format has changed using the TestStand API. I use the following statement in my step's post-expression to find out the numeric format that TestStand uses for the step.
    Step.Limits.Low.NumericFormat
    If the string returned is an empty string, then it is the default format, otherwise, it's the one specified in the string.
    Hope this helps.
    Raj
    National Instruments
    Applications Engineer

  • How can I tell that it is a hardware issue or ios bug issue with Iphone 4S Battery life & flapping 3G?

    Hi There,
    My Battery dies real quick on 4S compared to 4 eventhough my wireless is off, location services are off, the only thing on is the cellular data. I even adjusted the brightness to 60%.
    Another issue is that My 3G connection keeps flapping, goes & comes in a wierd way where it falls back to Edge.
    Am I to consider this part of the issues i can see so many people facing & therefore consider as ios bug & wait for the update or should I take it over to a service center to check the phone for me which means waste of time to get it done.
    Kindly advise from your experience

    It's almost always a software issue. Actual hardware problems are rare but can get very serious, if you recall the antenna issue last year.
    Reception problems just depend on how strong the signals are at your location. But if you're dropping to Edge even in strong areas, it wouldn't hurt to have an apple store look at it.

  • What generation is my ipod? how can you tell that?

    I am not sure which generation is my ipod, it says version 4.1.2 and there is no upgrade available. Does it mean that this is a second generation ipod and not the third? I would love to upgrade it to download games for my daughter but it is not possible with the current versionb 4.2.1.

    Yes, that probably means that you have a 2nd gen iPod Touch since iOS 4.2.1 is the highest level a 2nd gen can run.. The iPod Touch 3rd gen can go to iOS 5.1.1.

  • How can I tell that these "OEM" back covers on eBay are true Apple genuine parts?

    My camera lens is scuffed and instead of replacing that part, I'd like to replace the entire back cover.  I see a lot of these on eBay listed as OEM, but how do I know it's an Apple genuine product?  Where do they get these parts anyway?  Also, I'm reading that Apple will replace it for 29.99 USD, but then also reading that they don't do repairs?

    Needler56 wrote:
    My camera lens is scuffed and instead of replacing that part, I'd like to replace the entire back cover.  I see a lot of these on eBay listed as OEM, but how do I know it's an Apple genuine product? 
    You don't know.  Apple does NOT sell parts, so chances are they're not real.
    Needler56 wrote:
    Also, I'm reading that Apple will replace it for 29.99 USD, but then also reading that they don't do repairs?
    Apple will replace the back cover for $29.  Make an appointment with the Genius Bar and bring it in.

  • How can I tell that TM is backing up correctly?

    I see it on the pref folder backing up, but when I hit the dock Icon all I see is today now.
    I don't see the hourly backups - I just started about 10 hrs ago. Too soon to see a history?
    Thanks

    If nothing has been changed, and if nothing new has been added, then TM will not perform the
    backup because there's nothing new to record. It will just come on, check your drive, and then
    shut back down again and start over in the next hour.
    This is very misleading for new people IMO.
    It's almost impossible for there to be no file activity during a 1 hour period even if user has done nothing such has taking a 1 hr coffee break away from the computer. TM hourly snapshots will always (I've yet to find any evidence this is not true) find some small amount of data to backup. For example, if you click Options... in TM Pref panel and then click the "+" button and then click the "Show invisible items" box you will very quickly see that the /var/log/system.log file is include in the backups. The system.log is always growing and this will mean TM hourly backups will find new data to backup.

  • How can you tell that you have the 24GB flash Hard Drive Acceleration Cache

    I bought laptop with 24GB flash Hard Drive Acceleration Cache but i don't see a ssd drive when i go to my computer.
    This question was solved.
    View Solution.

    Yes it does not mount as a lettered drive. It is combined with the main drive in a RAID array. Look in the list of programs and find Intel Rapid Storage Technology and open it up. If you have the 24 gig cache drive it will look something like this:
    See the two drives listed in the upper right corner?
    If this is "the Answer" please click "Accept as Solution" to help others find it.

  • My ipad does not have the amount of GB on the back and in the settings it says 56gb! Also there is no setting called regulatory. It is an ipad 4 retina w wifi that i got as a Christmas present. Could it be a fake? How can i tell?

    My ipad does not have the amount of GB on the back and in the settings it says 56gb! Also there is no setting called regulatory. It is an ipad 4 retina w wifi that i got as a Christmas present. Could it be a fake? How can i tell?

    The amount of storage that is shown on the box and in Settings are calculated differently - the package uses 1 billion bytes as a gig (i.e. decimal), whereas in Settings it's shown as the binary definition : http://support.apple.com/kb/TS2419
    Also some space has been used for iOS, the built-in app and some space is lost due to formatting.

  • How can you tell who the original sender of a group text is on an iPhone 5, when all that appears is a list of recipients in no particular order

    how can you tell who the original sender of a group text is on an iPhone 5, when all that appears is a list of recipients in no particular order? I can't seem to identify the sender in the details list.

    Start a separate thread to the original sender.

  • I am purchasing a apple iphone 4 16 gb - model no. MC318LL, version 5.1.1 (9B206) CAN ANYBODY TELL THAT HOW OLD THE PHONE IS AND WHERE TO CHECK THAT IF I AM PURCHASING A RIGHT MODEL. SPECIFICATIONS CHECK ALSO REQUIRED

    I am purchasing a apple iphone 4 16 gb from a local second hand seller - model no. MC318LL, version 5.1.1 (9B206) CAN ANYBODY TELL THAT HOW OLD THE PHONE IS AND WHERE TO CHECK THAT IF I AM PURCHASING A RIGHT MODEL. SPECIFICATIONS CHECK ALSO REQUIRED - its looks are like a new phone.

    http://www.gazelle.com/how-to/iphone/model-identification
    Turn off your Caps Lock - all caps is considered shouting and rude.
    Many will not read your post if suject/body is in caps.

  • Lost itunes libary how can i tell my itunes that it´s my iphone?

    Hi, my computer just crashed, now i got a new one, but how can i tell itunes that this is my new computer and that this is my iphone?
    The phone is available in itunes but i can´t switch anything, (apps, music etc)
    plz help me

    The iphone will sycn with one and only one cpmputer at a time.  When you sync to another it will erase the current content and replace with content from the new computer.
    Copy everything from your backup copy of your old computer to your new one.

  • How can we tell if the iphone is already fully charged in ios7? Even if its 100% the thunderbolt icon is still displayed. Not like in ios 6 that we will know when to unplug the charger because there is an indicator.

    How can we tell if the iphone is already fully charged in ios7? Even if its 100% the thunderbolt icon is still displayed. Not like in ios 6 that we will know when to unplug the charger because there is an indicator.

    For those who seem unfamiliar with what is being asked:
    On iOS 6 and older, just because the phone reached 100%, didn't mean it was Fully Charged. The way you could tell was the lightning bolt symbol that indicated the device was charging would change to an outlet plug when the device was not only 100%, but also stopped accepting further charge. This symbol switch would occur anywhere from 5-15 minutes after the device already was displaying 100%.
    Now, on iOS 7, while it still reaches 100% with that same lightning bolt charge symbol, during the 100% point, it never switches to the plug symbol to indicate the charge period is totally finished.
    Can anyone confirm if there is a way to see this charge completion in iOS 7 since it appears that there is no longer a symbol for it? Is there any indication that Apple may have changed the charging display so that now it only displays 100% when it would have previously displayed that plug symbol?

Maybe you are looking for