Limit bandwidth per IP with Speedtouch 780WL

I want to limit the bandwidth to certain IPs in my network. However, I have no idea how to do this. My router is Speedtouch 780WL. Are there some telnet options for this?

I suggest using a Linkys WRT54GL with tomato firmware. See also:
[Tomato] QoS Bandwidth limit for IP-range?
[Tomato] limiting bandwith on wireless side of wrt54g
Last edited by Kasumi_Ninja (2010-11-13 16:59:25)

Similar Messages

  • Limit bandwidth per application

    Hi there,
    I am looking for a way to limit bandwidth per application under Mac OS X Lion ; either with a dedicated app or Terminal command.
    I didnt find any tools with Google or App Store : does that mean "limiting bandwith" is a *bad* idea ?
    The purpose is mainly to limit iTunes !
    Thanks for advise.

    I found a way to do this. It's a bit roundabout but it works. Rather than limit per application, you limit per server. For example I notice adobe creative cloud usually takes over my entire network connection when it's uploading a file to the cloud server, making it a pain to even browse the internet when it's sending a large file. Using little snitch's network monitor I see it's sending data to "creative.adobe.com", I enter that server into a program called speedlimit and set how much data it should send to that server. Fixed.
    little snitch:
    http://www.obdev.at/products/littlesnitch/index.html
    speed limit:
    http://mschrag.github.com/

  • Limit records per page with Report Builder?

    Is there a way with the report builder to limit the number of
    records per
    page? Thanks.
    ...Brad

    I guessing here but there must be a bit of php code that you can edit that limits the number of records to be displayed instead of the default value of 10.

  • Limit bandwidth per user/computer using Catalyst 3560 switch

    Hi -
    Can someone help me getting started (if at all possible...) with enabling controll of used bandwidth at a "per-user"-level.
    I wonder if it possible to do this dynamicly with respect to the overall demand from other users.
    I've searching a lot, but I'm missing the terminology :) 
    Sincerly
    Nicholas

    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
    To my knowledge, what you want to accomplish isn't possible on a 3560.
    You can police at ingress, and if you use a policy map, you can police different "known" IPs.
    What you could do, is police user ports ingress at some nomimal bandwidth, and if exceeded, mark the packets.  Then on egress, you could direct those packets to an different egress queue with a lower bandwidth guarantee than the normal queue.

  • Limit bandwidth per port switch/VLANs?

    I am using a switch to create multiple VLANs. Each network has a separate VLAN port on my 3550 configured. I want to control the bandwidth that port uses and restrict it. Is is there a simple command to do this or will I need QoS.
    Basically Fast0/1 - max bandwidth out/in (300K/400K)and so on..
    thanks in advance!

    You need to configure Policing that will limit the rate users can use going through a particular port/vlan.
    Policing involves creating a policer that specifies the bandwidth limits for the traffic. Packets that exceed the limits are out of profile or nonconforming. Each policer specifies the action to take for packets that are in or out of profile. These actions, carried out by the marker, include passing through the packet without modification or dropping the packet.
    This example shows how to create a policy map and attach it to an ingress interface. In the configuration, the IP standard ACL permits traffic from network 10.1.0.0. For traffic matching this classification, the DSCP value in the incoming packet is trusted. If the matched traffic exceeds an average traffic rate of 48000 bps and a normal burst size of 8000 bytes, its DSCP is dropped:
    Switch(config)# access-list 1 permit 10.1.0.0 0.0.255.255
    Switch(config)# class-map ipclass1
    Switch(config-cmap)# match access-group 1
    Switch(config-cmap)# exit
    Switch(config)# policy-map flow1t
    Switch(config-pmap)# class ipclass1
    Switch(config-pmap-c)# trust dscp
    Switch(config-pmap-c)# police 48000 8000 exceed-action drop
    Switch(config-pmap-c)# exit
    Switch(config-pmap)# exit
    Switch(config)# interface gigabitethernet0/1
    Switch(config-if)# service-policy input flow1t
    There is also example on aggregate policing. Here is a link on QoS:
    http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/12225see/scg/swqos.htm#wp1044737
    Please rate helpful posts.

  • How to limit bandwidth for guest per connection/user on 2504 WLC?

    We have 2504 Controller with 24 AP's registered in a hotel and we would like to limit bandwidth per connection or per user.
    I went to QOS Profiles > Bronze >
    I do not see Per user Bandwidth Contracts(K)* instead I see WLAN QOS Parameters with below options.

    Hello
    Our WLC model 5508, but there is confusion on difference between Override Per-User Bandwidth Contracts (kbps) vs Override Per-SSID Bandwidth Contracts (kbps)
    Our requirement-
    On Guest SSID  - Each user / session should not exceed bandwidth more than 758kbps upstream/downstream
    Only Guest users cannot login to multiple device with single userID - applicable only to Guest SSID other SSID should not get impacted.
    hope to get some response
    cheers
    ST

  • How to get the latest credit limit values per each customer in the report.

    Hi All,
    Can anybody give me an idea on how to get the latest credit limit values per each customer in the report.
    I have below requiremnt.
    I have cube which is having transactional data on document and customer level .and it also having master data info object in the cube which is credit management view having all the customer numbers .
    This credit management view is master data info object having credit limit key figure as attribute.These credit limit are per each customer.
    So we need these credit limits in the report as dynamic values .(I mean whatever be the current credit limit in the master data table for that paricular customer that should show up in the reporting).
    one more thing these credit limits should roll up correctly at the HTR level.
    One HTR having number of customers .
    for example HTR 100 can have customer number 200,300,400.
    Those 200,300,400 customer credit limits should roolup correctly at the HTR 100 level.
    Example below :
    Cube DATA :
    HTR Customer Doct number Credit managment view
    100 200 10001 200
    100 200 10002 200
    100 300 10004 300
    100 300 10005 300
    100 400 10006 400
    100 400 10007 400
    100 400 10008 400
    Master data tabel (P Table)(Credit managment view)
    Credit managment view Credit limits
    200 1000.00
    300 50000.00
    400 90000.00
    Please remeber :
    We can not make these credit limits as navigational becasue these are keyfigure attributes not characteristics.
    one more thing we can not make them as charatistics because we need use these credit limits to derive other calkculation. so it is not possibel to derive calculations on charactristics .

    Create a formula variable of type replacement path with reference as attibutes of Credit management view and choose your key figure credit limit,say zcredit.
    Now create a formula or CKF and use zcredit.
    This should display the credit limit in your report as normal key figure.
    I didnot get this part "one more thing these credit limits should roll up correctly at the HTR level.", may be the above will solve this too.Try it.
    Hope this helps.

  • Databse of 1888 Byte Per Record with 259 Fixed Fields Stumped CR?!?

    My Database of  15 million records/rows at 1888 Byte Per Record with 259 Fixed Fields STUMPED CR?!
    Executive Summary :
    I have lots of data. There are 15 million of records in some of my database files. But I need to drill into the data and get counts for each field.
    I need to know how many times each data field (row) is populated in a database file. For example,  how many of my records have last name? how many have first name? date of birth? etc.  I need a simple report made using SAP "Crystal Reports 2011" Workstation type edition that SUMS each data  row into a single column output like csv.
    My database sizes can range from 1,000 to 18 million records that are in fixed field asci format with 1888 bytes and 256 rows per record!  The report  needs to SUM each data field or, in the case of a data field with a minimum of twelve tables, SUM each value of a table.
    My contracted CR programmer is an expert although she was new to data files this humongous. Can anyone here help us get CR to work on my data? Here was her conclusion, Crystal Reports Fail:
    My file is 14.1 gb  as well. However, when run through Crystal Reports, it
    only returns 2,274,876 records. Therefore, I am going to assume that there
    is a Record Limit for Text files of this. I searched through all the
    registry settings and there is nothing that appears to be limiting it. I
    went online for a while to see if there was any information on it, and just
    like when I used to work there, there was nothing concrete. Business Objects
    does not physically test this large of data retrieval, therefore they don't
    know the exact record limits.
    I'm not sure what to suggest, but I don't think Crystal Reports is going to
    work for you and I wouldn't have known that from the beginning without
    testing your data. I'm 99% sure there is a refund policy on the software, so
    you shouldn't have any issues returning it.
    Since I only specialize in Crystal Reports, I'm not sure what other software
    can handle this amount of data. Possibly Cognos, but you may want to find
    out from them or do some research.
    If your data were in a database that can run stored procedures (like SQL
    Server or Oracle) then you could write SQL to only return the counts. Then
    when Crystal connected to the stored procedure, it should work, but I can't
    say for sure without testing it. And I don't have SQL Server or Oracle
    installed on my machine. I believe MYSQL (the free version) has a limit to
    the number of records it can hold and I'm sure 8 million would be over the
    limit. Also, I'm not sure if it supports stored procedures. I have used it
    once before and found it extremely cumbersome and limited. I think SQL
    Server and Oracle are quite pricey, so I don't think that this will even be
    an option for you.

    Hi Shawn,
    I actually contacted the same person you did also. Summer was a Report Designer Resource here and knows her stuff and the Report Designer as much as our Developer who wrote it do.
    As I suggested in my first reply is to get all that data into a real database, one that can run Stored Procedures to do all the crunching unfortunately is the only way I can see this ever working.
    Windows 7 and 8 CPU's doesn't help, 64 bit may but the problem is CR Designer is a 32 bit application so it can't take advantage of the 64 bit memory addressing space.
    What you could so is post your question to the forum:
    [Business Decision Making with BI|Marketing Library;
    This is a forum for managers or anyone who wants to have a non-technical discussion about making informed decisions with analytics tools. Ask questions and share your experiences on how to effectively utilize data to address real business problems. Experts from inside and outside SAP will be monitoring these conversations and offering their knowledge along with the broader community.
    Someone in there may have another SAP product that might be able to load your flat file into a data tool that CR can report off of.
    I still think a copy of MS SQL 2008 Express is your best and likely cheapest solution and then you can simply import the data into it which it has an Import Wizard that makes it relatively easy to do... Although you may have to break your file into pieces for it to be able to process also.
    You need to be flexible on that data source, I doubt you'll find anything that can report off of that huge of text file.
    Good luck
    Don

  • Does *new* Time Capsule let you limit bandwidth on guest connection?

    I'm curious to know if the new dual-band Time Capsule/AEBS will let you limit bandwidth on the guest connection, or if it will suck up all the available bandwidth without restrictions?

    I would say No to this. Apple wouldn't care much about bandwidth issue but I must admit that could be nice option to play with. But you never know.

  • Limit Bandwidth on Family Network for Certain Computers ?

    My sister is always downloading and streaming a bunch of movies/tv shows and i still have school. So...is there anyway to limit bandwidth on her computer (from her computer even) or possibly allocate more bandwidth to my computer. No permanant soloution is needed. I've also tried the common terminal command that supposedly increases personal bandwidth: ...
    bash-3.2# sysctl -w net.inet.tcp.recvspace=65536
    net.inet.tcp.recvspace: 65536 -> 65536
    bash-3.2# sysctl -w net.inet.tcp.sendspace=65536
    net.inet.tcp.sendspace: 65536 -> 65536
    bash-3.2# sysctl -w net.inet.tcp.delayed_ack=0
    net.inet.tcp.delayed_ack: 3 -> 0
    bash-3.2# exit
    ...but havent had much success.
    Any help would be appreciated
    thanks

    Unfortunately, the Apple routers do not have the ability to limit bandwidth on the network on a per device basis.  It is first come, first served.

  • Cant use more than one authorization group per report with SBO CR Basic

    Cant use more than one authorization group per report with SBO CR Basic.
    I have installed on SAP Business One SBO 2007 SP00 PL49 the Crystal Reports Basic 2.0.0.7.
    i have defined two users, manager and supervisor.
    I have defined two groups, M and S.
    Manager belongs in managers (M), and supervisor is assigned to the supervisors (S).
    i enter to one report, disable the public option to enable group authorization, and then check M group.
    Manager can see the report, but Supervisor is not allowed. So far good.
    Then i uncheck M, then check S in the report properties, and Manager cant get in, supervisor opens the report, So far good.
    But when we check both Groups or more, only the M group authorization appears to work, and S group users cant acess, even the report is allowed for that group, also happens with all the groups appart the first (2nd, 3rd, 4th, etc.).
    It seems that a report can manage a single group, but i have to be shure to tell this to the customer.
    So far we have included all Manager users to the S group in order that only S group is used and authorized users can use, but this is duplicating user participation in groups, and it would be much easier to check the desired groups for a single report.

    Cant use more than one authorization group per report with SBO CR Basic.
    I have installed on SAP Business One SBO 2007 SP00 PL49 the Crystal Reports Basic 2.0.0.7.
    i have defined two users, manager and supervisor.
    I have defined two groups, M and S.
    Manager belongs in managers (M), and supervisor is assigned to the supervisors (S).
    i enter to one report, disable the public option to enable group authorization, and then check M group.
    Manager can see the report, but Supervisor is not allowed. So far good.
    Then i uncheck M, then check S in the report properties, and Manager cant get in, supervisor opens the report, So far good.
    But when we check both Groups or more, only the M group authorization appears to work, and S group users cant acess, even the report is allowed for that group, also happens with all the groups appart the first (2nd, 3rd, 4th, etc.).
    It seems that a report can manage a single group, but i have to be shure to tell this to the customer.
    So far we have included all Manager users to the S group in order that only S group is used and authorized users can use, but this is duplicating user participation in groups, and it would be much easier to check the desired groups for a single report.

  • Schedule line per customer with strategy 40

    Hello Forum,
    Is it possible to generate Schedule line per customer with strategy 40 ? 
    For instance for a product 'ABC' we have one vendor 'Z' and two customers 'LMN' and 'PQR'.
    When we are executing the MRP then SAP is generating schedule line for total demand and not individual per customer . Can we do it with strategy 40 ?
    Thanks

    Hello
    This is not possible with strategy 40.
    Check the following information provided on FAQ note 550568:
    Question:
    There are several requirements on one day. Is it possible that the MRP creates a separate procurement proposal for every requirement?
    Answer:
    Same as for the daily lot size with a number of periods = 1 (lot size TB), requirements of one day are also grouped into one procurement proposal for the lot-for-lot order quantity (lot size EX) (see documentation for the lot-for-lot order quantity). Separate procurement proposals can be achieved only if you work with make-to-order production. Here, the requirements are managed in separate planning segments of the stock/requirements list.
    You should try with an MTO strategy, such as 20.
    BR
    Caetano

  • SCP limit bandwidth

    I am trying to limit the bandwidth used on a SCP, seraching the net other flavors of unix have a -l option for SCP that allows them to limit bandwidth but all of my solaris 10 boxes do not have this. Is there a way to limit bandwidth on transfers (I would prefer to not have to install additional software packages) .
    Thanks,

    The latest update of Solaris10 1/13 (s10u11) has rsync freeware built in:
    ( http://docs.oracle.com/cd/E26505_01/pdf/E27003.pdf )
    I believe rsync is able to throttle bandwidth.
    rsync will as said before available from sunfreeware .... last time I looked an older version was available for download ... newer versions require payment.
    opencsw is another source of a binary package ... but can be more involved and probably not worth it for a single package as might require additional support packages from them as well.
    (As Alan said above compiling a version of scp might be more beneficial in this circumstance).
    Edited by: bigdelboy on Feb 13, 2013 2:10 PM (typo)

  • [svn:fx-4.x] 14001: Per discussions with the AIR and AIR integration teams, we will no longer throttle framerate to '1' fps

    Revision: 14001
    Revision: 14001
    Author:   [email protected]
    Date:     2010-02-05 08:52:14 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Per discussions with the AIR and AIR integration teams, we will no longer throttle framerate to '1' fps
    by default for Flex AIR applications.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25126
    Reviewer: Ryan
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25126
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/branches/4.x/frameworks/projects/airspark/src/spark/components/WindowedApplicati on.as

    My i7 rig is with a socket 1156 board, an Asus P7P55D mobo, and an 860 CPU. I know the Corsair DDR3 memory @ its stock 1.65v simply doesn't run at 1600mhz like it says on its box - 1333mhz seems to be its stability wall.
    I upgraded my Q6600 and Asus P5B deluxe rig because so many people said to never consider overclocking on an editing rig. Was that over-cautious advice?

  • ASR9000/XR - QoS - Limit overall amount of bandwidth per IP

    We have a few thousand broadband customers in our network with various speed packages.  The highest speed package of 500Mbps. 
    I'm trying to create an ingress QoS policy that I can apply on my interface facing my upstream providers that will limit put a bandwidth cap PER IP ADDRESS of 500Mbps.  
    I don't want to limit the overall interface to 500Mbps.
    Goal of this is to protect my links deeper in my network from getting over run in the event of a DDoS attack.
    Now I know this is not going to protect or mitigate any DDoS attack (like the vDDoS solution with the VSM and Arbor Networks), as budgets are not allowing me to go down that road at this time.
    Any ideas on how a QoS policy would look like?
    I can limit the overall interface, but struggling with how to limit an interface on a PER IP basis because i want to utilize as much of the 10GE port as possible (under normal conditions). 
    Simple diagram below.
    Look forward to any ideas on this!
    -ae
    +----------------+            
    |  INTERNET      |            
    |  PROVIDER      |            
    +-------+--------+            
            |                     
            |                     
            +---------------+10 GE
            |                     
    +-------+--------+            
    |   BGP EDGE     |            
    |   ASR 9000     |            
    +---+---+---+----+            
        |   |   |                 
        |   |   |                 
        |   |   |                 
        |   |   |                 
    +---+---+---+----+            
    |   BROADBAND    |            
    |   CUSTOMERS    |            
    +----------------+            

    I think "Flow aware QoS" is the feature you are looking for:
    http://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r5-1/qos/configuration/guide/b_qos_cg51xasr/b_qos_cg51xasr_chapter_01010.html
    Florian

Maybe you are looking for

  • Unable to launch Report Builder 3.0

    I am running Reporting Services 2012 in Sharepoint integrated mode. I'm using Sharepoint 2010. My server is located in the US. Both my overseas and US users are unable to launch Report Builder but the errors are different. Overseas user: Following er

  • Dragging invitee to iCal from address book doesn't work

    In Snow Leopard I would drag invitees to an event from Address Book and it would begin checking their availability.  Now when I drag an invitee, the red bubble with the number of contacts I'm dragging over appears, but the invitees don't actually mak

  • How to display a specific SAP logon screen per system?

    Hello, I woud like to display a logon screen which contains system-specific information, e.g. for the QAS system it would be something like "This system was created by a system copy from PRD on MM/DD/YYYY"... I have gone through the SAP Note 205487 a

  • How do I set up gmail not to download messages on iPhone

    Hi Everyone, Hopefully this is just a quick question that I can't seem to find an answer to. Here is the setup: 1. I have a number of email accounts that I manage on an Google Apps account (e.g. [email protected]; [email protected], etc) 2. I have se

  • Need help to check the settings in Production system?

    Hello All, I need to check the  followings task has been done in the production system, i know its the basis task....but i need to check is this task basis has done in the produciton system. Please let me know your inputs how to check below task in P