I have 300 stores and I'm looking for a global QOS config that would shape/policy the bandwith based on a % of the detected ISP link speed

Hi,
We have 300 stores with mostly the same router config.
The router in each store is a cisco 891 router capable of doing QOS.
Each of our store is connected to internet through a local Internet Service Provider (ISP).  They all have different ISP.
Each store has different Internet plan with different speed, some are DSL, other are using cable modem.
The connection between the router and the modem is 100Mbps. But the real speed after the modem will be different depending of the Internet plan the store is using. Exemple : 20Mbps download / 2Mbps upload.
I'm looking for a standard QOS config that would be put in each routeur and that would shape/policy the bandwith based on a % of the detected ISP link speed.  The goal here is to prevent a single desktop computer of the store to take all available bandwith of the ISP link because of youtube , cloud photo upload, etc.
Because the wan of the router is in the modem at 100Mbps, I cannot use this bandwith indication for the % calculation. The ISP link speed (after the modem)  is much lower than that.  
In other words, I dont want to set specific qos value or bandwith manual value in each of my 300 router. Especially because the ISP speed is not the same in each site, it's a big job and it's changing all the time.  Stores owner boost their link, etc.
So, Is there a way within the router to detect the Wan real max speed and to assign dynamically % of the deduced value and assign it to different policy-map rules, etc.
regards
Jonathan D

Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
I'm unaware of any (one) "built-in" feature that will do what you're desire.  (BTW, I don't believe PfR, as mentioned by Matt, will do what you desire either, but I've haven't used it in several years.)
I was looking to address a somewhat similar problem several months ago, and believe I could construct dynamic QoS shaping using an embedded device script working with IP SLA monitoring.  However, the "problem" site (using a cable modem) closed, so I didn't pursue it further.
An alternative approach would be to use as few policy models as possible.  For example if there are sites with 2, 3 or even 5 Mbps uploads, you might use a 2 Mbps shaper for each.  Of course, sites with more available bandwidth won't obtain the full advantage of it, but your maintenance support will be easier.  Conversely, especially for cable modems, running under their nominal speed might provide much more predictable performance, as HFCs are generally much more variable in their actual available bandwidth, moment to moment.

Similar Messages

  • I work in a High School and I am looking for a new library system that runs on the mac and is not windows based, can anyone recommend anything?

    I work in a High School and I am looking for a new library system that runs on the mac and is not windows based, can anyone recommend anything?

    That's a very broad question and difficult to answer without knowing more about you requirements.
    Try starting on this page Category review: library management software for the Mac |Part I  and part II  to get a starting point.
    regards

  • Is there a way to copy and paste a glossary, for use in a text that would be separately published by unit?

    I just submitted my first textbook, and it only covers the first quarter of my course.  I'm planning on submitting the others as I finish them.  One problem that I think I will encounter, is that if I create each quarter as a separate iBooks publication, I won't have the continuity of the glossary throughout each publication. Another option is to simply add to the first quarter publication, using the same iBooks Author file, and publish the text as the 1st and 2nd quarters, then the 1st through 3rd quarters, then the 1st through 4th quarters, removing the earlier versions as I publish a newer version.  (Why not just finish it, and publish it once?  Because I'm currently teaching the course, and I want to make the material available as soon as possible--also, it's a course on computer programming, which is a subject that rapidly changes.)  I've seen other iBook publications by the unit, and that has inspired me to consider publishing my text in four smaller installments, one for each quarter of a year-long, 2 semester course.  But that brings me back to the problem of having one continuous glossary that would function in all four publications.
    Any and all ideas are welcome!  Thanks!

    You're right, but I'm a little under the gun with my employer to get something out there, asap, and I unfortunately have a full time job that doesn't allow me to commit a block of time to finish the text in one shot.

  • Task Privileges for Existing Users - Looking for a global update solution

    After some reading I understand that if you set the task privileges for the PUBLIC user in the Privileges section of Discoverer Administrator (10g), any new user created in the system will pick up the privileges you have assigned to the PUBLIC user.
    I currently have 4000+ users who have access to Discoverer Plus and the ability to create/edit queries. I want to limit who can access Discoverer Plus functionality to approximately 150 users.
    I have changed my PUBLIC user to NOT have privileges but this will only affect new users. Is there any way to restrict 4000+ users without having to go through each user individually and set the privileges.
    I am looking for a global update solution. I am wondering if this can be done through the back-end.

    Hi Mezzobella
    If you change the rights for the public user then other users, who have not been manually adjusted in any way, will automatically pick up the public rights. Therefore, if you have a lot of users that are not changing this means that at some point in their life you will have clicked OK or Apply on the screen with a user displayed. This now assigns the rights to that user as opposed to inheriting them from the public user.
    What you are describing is the perfect reason why you should not administer Discoverer using user accounts but to use roles or responsibilities instead.
    In your case you are now somewhat stuck. The programatic way to revoke these rights is to drop rows from the EUL5_ACCESS_PRIVS table but this could take longer than doing inside Discoverer. Basically, when a user has been granted privileges one row per privilege is inserted into this table. The column AP_EU_ID contains the ID of the user. The column GP_APP_ID is the one that tells you what privilege a user has. Here is a list of the privileges:
    1000 Desktop / Plus Privilege (U)
    1001 Create / Edit Query (U)
    1002 Item Drill (U)
    1003 Drill Out (U)
    1004 Grant Workbook (aka Sharing) (U)
    1005 Collect Query Statistics (U)
    1006 Admin Privilege (A)
    1007 Set Privilege (A)
    1008 Create / Edit Business Area (A)
    1009 Format Business Area (A)
    1010 Create / Edit Summaries (A)
    1011 Not used as far as can be determined
    1012 Schedule (U)
    1013 User is never required to schedule workbooks (U)
    1014 Save workbooks to database (U)
    1015 Managed scheduled workbooks (A)
    1016 This is an apps mode EUL
    1017 This is the user's assigned language
    1018 User is allowed to change password
    1019 to 1023 Not used as far as can be determined
    1024 Create Link (U)
    Note: A = Admin privilege, U = User privilege
    Theoretically you could manually delete rows from this table and that will revoke the rights. In reality, Oracle do not like it when inexperienced users manually the EUL as you could corrupt it. Therefore, any manual updates must be done with utmost caution after making sure you back up or have a copy of the table you will be updating - just in case.
    Try running this query to see the content:
    SELECT DECODE( AP_EU_ID, 104198, 'Viewer', 103697, 'Plus', 'Other' ) "Who" , AP_ID, AP_TYPE, AP_EU_ID, AP_PRIV_LEVEL, GP_APP_ID, GBA_BA_ID, GD_DOC_ID, AP_ELEMENT_STATE
    FROM EUL5_ACCESS_PRIVS
    Best wishes
    Michael

  • I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for

    I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for the HP driver when i boot up. It also will not save in any print or postscript format. Does anyone know how to fix?
    Currently use a Mac with the latest Mavericks 10.9.4

        Oh boy! Acting kind of weird seems to be an understatement, aquaequus!
    What type of troubleshooting were we able to do with you? I want to make sure that we can get some sort of resolution for this problem.
    It is quite possible the battery door may get your phone in working order again. I'm not sure if the store has it in stock, but it is available in our warehouse for $14.99 which can be ordered via customer service.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • Hi. Does anyone know what video editing software is compatible with my MacBook - version 10.6.3? I am looking to edit films and already have Final Cut Pro, but am looking for something a little more basic and easier to use. Thanks. Vicki

    Hi. Does anyone know what video editing software is compatible with my MacBook - version 10.6.3? I am looking to edit films and already have Final Cut Pro, but am looking for something a little more basic and easier to use. Thanks. Vicki

    Hi Cereskit
    Thanks again for the message. I've done the updates and have the App Store on my desktop. I went into it and searched for imovie but couldn't find the basic imovie, which I presume is what I'd need for editing?, rather than imovie 11 for £10.49, which is for making trailers, it seems. Also, were you saying that imovie would be free?
    Vicki

  • I just bought the revolution after having a blackberry and i'm looking for a notepad type software and a place to store passwords.

    i just bought the revolution after having a blackberry and i'm looking for a notepad type software and a place to store passwords.

    I use SafeWallet after trying most of the apps in the market place. It's a bit expensive compared to most and you have to pay for the desktop application which sucks but the other apps were some cumbersome I knew I would never use them after the initial setup.
    I'll add the normal caution of storing passwords in a non-protected text file but you probably know that
    Bob

  • I have 1 apple id for iTunes store and a different one for my iCloud acct. How can I watch my photo stream on apple tv and be connected to the iTunes store

    I have 1 apple id for iTunes store and a different one for my iCloud acct. How can I watch my photo stream on apple tv and be connected to the iTunes store

    Use the same Apple ID for everything.

  • I have IMAC and use Aperture and I am looking for a good App to turn a photograph into a painting look

    I have an IMAC and use Aperture and I am looking for a App that will allow me to have one of my photos look like a painting - any suggestions?  It is a gift for my brother

    I like photoshop elements.
    http://www.photoshopelementsuser.com/blog/from-photograph-to-painting/
    You can also do something like this:
    http://www.luminous-landscape.com/tutorials/new_page_9.shtml

  • TS1389 I've purchased an album through the itunes store and every track plays except one which continually asks me to authorise my computer.  I've tried all the steps suggested above but still no joy.  Anyone have any ideas what i can do next?  Thanks  Pa

    I've purchased an album through the itunes store and every track plays except one which continually asks me to authorise my computer.  I've tried all the steps suggested above but still no joy.  Anyone have any ideas what i can do next?  Thanks  Paul

    Sounds like you have a "damaged track" or "damaged file".
    This worked for me today downloading Kendrick Lamar's new Album "good kid, m.A.A.d city".
    My situation: I bought the album today for my Mac,  MacBook Pro, iPad 2, and iPhone 4S devices.
    Issue: One song (only on my MacBook Pro) would not play, instead display "
    EX: left"
    Solution: 1. Manually delete the song (giving you the error) permantly from the authorized computer.
    2. Open iTunes, Click iTunes Store (left sidebar), and locate Quick Links and then click Purchased to proceed.
    3. Click "Not On This Computer", find the song that wouldn't play, and re-download it again.
    4. Check your Music Library for your song (Should download inside the associated album) and hit play.
    EX: (Song I purchased that wouldn't play because of authorization, playing)
    Enjoy!

  • I have a dial up connection and I'm looking for a download accerator that will automatically start when the download(update) starts.

    I have a dial up connection. When I get a program update that
    may be 100M in size it can take a lot of time. I'm looking for a
    download accelerator program that will automatically start in
    this kind of situation. I know there are programs that if you
    know the site and the name of the download you want, you put
    this info in and the accelerator program works. But there is
    no way that I can figure to put this info in when a program
    tells me an update is available and then starts a 7hr download.

    That's the size of Firefox Setup 6.0.2.exe, which I started to download but figured there had to be more.
    So, you're saying that once that downloads and you run it, there's nothing else to get online? I could run Firefox Setup 6.0.2.exe successfully while not connected to the Internet?

  • I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    Yes I know it's free, but Im trying to find out how to download it and install, but I keep getting account review and asked for CC details as I have no CC I can't get the download or install it, any help please, what i don't understand is why would I be asked for CC details if it is a free download ?? i just want to know is there anything I can do.

  • Hi - how do  I download items already purchased?  I have tried store and search for available nloads but it t

    Hi - how do  I download items already purchased?  I have tried store and search for available downloads but it tells me they are already downloaded - they are not however - fyi I lost my phone so I am using a new phone with the same apple id and assumed I could just re-access my previously purcahsed items - how do I find them to download?
    Many thanks

    many thanks for a really fast response - Yes I have seen on other postings since you only get one hit and you are right I should have backed up and didn't as I am a bit of a novice and naive (but learning fast now).  Have used your suggestion and accessed and downloaded some historical apps.
    many thanks - I will ensure I back up regularly going forward. 
    Thanks again

  • I have a MAC and when i look things up it keeps asking me to install latest adobe flash [layer. I complete installation but it still does not allow me to view. What am I doing wrong?

    I have a desktop computer- MAC. When I am looking for information or pulling up games for my grandkids,  it will say I need to download the latest version of dobe Flash Player to view. I have downloaded this numerous times yet it still does not allow me to view. What am I doing wrong?

    Could be the OS X version is too old for the later recommended Flash player version.
    So this is where knowing what your computer really is, and the exact OS X version running in it. There is a hardware limit to upgrading the OS X in a PowerPC Mac with a ceiling of OS X 10.5.8 at the latest. This also limits the upgrade to a later version Adobe Flash player.
    If the computer is not an older PPC-based Mac, and instead has an Intel core-duo or core2duo, an upgrade to OS X 10.6.8 is possible through purchase of the retail Snow Leopard 10.6 DVD and after installation, run Software Update to get the 10.6.8 Combo update v1.1 for Snow Leopard. This will not work on a PowerPC based Mac.
    Should the computer be able to run a later OS X, a newer Player could be installed.
    If the ceiling as suggested above be the case, and the workaround possible.
    The question posed by Klaus is a minimal request for basic info.
    Good luck
    edited

  • Record about my phone (bought in Verizon store and connected to Verizon for 4 years) has been corrupted and now I can not make any changes to my data plan. Several sessions with the technical support and management have not resolved this issue. Each time

    Record about my phone (bought in Verizon store and connected to Verizon for 4 years) has been corrupted and now I can not make any changes to my data plan. Several sessions with the technical support and management have not resolved this issue. Each time technical people and top managers promised that this issue will be resolve tomorrow and they will cal me. Nothing happend!! I can not even cancel my service not just to upgrade it. Completely locked. 
    Any advice?
    Thanks.
    Alex.

    Cannot figure out what your talking about since it makes no sense.
    If you are the account owner you can go to the My Verizon web portal http://www.verizonwireless.com
    You must log in with your cell number and your my Verizon portal password. Not the account pin.
    Once there you can change your plan and services. However repeated incorrect login attempts will lock you out of the site. It a fraud prevention measure.
    1-800-922-0204 call support with your cell number and or account number and account pin and they can assist you.
    If you don't have the information then there is nothing they can do.
    If you can verify who you are they may be able to reset your account access. But only if you are the account owner.
    Good Luck

Maybe you are looking for