Re: [WISPA] MikroTik simple queues

2008-11-03 Thread Dennis Burgess - LinkTechs.net
Change the burst time to 60s/60s and you will be "CLOSE" to 30 second 
burst.   

--
* Dennis Burgess, CCNA, A+, Mikrotik Certified Trainer
Link Technologies, Inc -- Mikrotik & WISP Support Services*
314-735-0270
http://www.linktechs.net 

*/ Link Technologies, Inc is offering LIVE Mikrotik On-Line Training 
/*



Josh Luthman wrote:
> Here is what I believe you want.  It will let the customer use 3M but if for
> 30 seconds the customer exceeds 512kb/s they're capped at 1536kb/s.
>
> /queue simple
> add burst-limit=300/300 burst-threshold=512000/512000 burst-time=\
> 30s/30s comment="" direction=both disabled=no dst-address=0.0.0.0/0 \
> interface=all limit-at=0/0 max-limit=1536000/1536000
> name=blair4noobcstmr \
> parent=none priority=8 queue=default-small/default-small \
> target-addresses=172.16.0.101/32 total-queue=default-small
>
> Fish sounds good for dinner.  Thanks for the tip.
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
> Those who don't understand UNIX are condemned to reinvent it, poorly.
> --- Henry Spencer
>
>
> On Fri, Oct 31, 2008 at 8:24 PM, Blair Davis <[EMAIL PROTECTED]> wrote:
>
>   
>>  Ok.  I can live with a 1Mb/s limit with a short burst to 3Mb/s
>>
>> But how?
>>
>> I've managed to make simple queues do bandwidth limiting.  But making the
>> bursting work seems to be a different kettle of fish
>>
>> Josh Luthman wrote:
>>
>> You can easily do that minus the very last part about the last 30s
>> usage in simple queues.
>>
>>
>>
>> On 10/31/08, Blair Davis <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:
>>
>>
>>  Anyone out here know about MikroTik Simple Queues?
>>
>> I'm trying to get something like this...
>>
>> user with 1Mb/s limit can burst to 3Mb/s for 30sec but only if his average
>> use in the previous 30sec is below 512Kb/s
>>
>> I've tried several things, but I am just not getting it to work.
>>
>> The objective is to speed web surfing and email while preventing long
>> running downloads/uploads from plugging up the network for others.
>>
>> Anyone done this?
>>
>>
>>
>>
>>
>>
>>
>>
>> 
>> WISPA Wants You! Join today!
>> http://signup.wispa.org/
>>
>> 
>>
>> WISPA Wireless List: wireless@wispa.org
>>
>> Subscribe/Unsubscribe:
>> http://lists.wispa.org/mailman/listinfo/wireless
>>
>> Archives: http://lists.wispa.org/pipermail/wireless/
>>
>> 
>
>
> 
> WISPA Wants You! Join today!
> http://signup.wispa.org/
> 
>  
> WISPA Wireless List: wireless@wispa.org
>
> Subscribe/Unsubscribe:
> http://lists.wispa.org/mailman/listinfo/wireless
>
> Archives: http://lists.wispa.org/pipermail/wireless/
>   



WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] MikroTik simple queues

2008-11-01 Thread Kurt Fankhauser
Here's a screenshot of mine, burst is 1500k down / 512k up and after 300
seconds it limits to 512k down / 128k up.

 

Kurt Fankhauser
WAVELINC
P.O. Box 126
Bucyrus, OH 44820
419-562-6405
www.wavelinc.com

 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Blair Davis
Sent: Friday, October 31, 2008 5:50 PM
To: WISPA General List
Subject: [WISPA] MikroTik simple queues

 

Anyone out here know about MikroTik Simple Queues?

I'm trying to get something like this...

user with 1Mb/s limit can burst to 3Mb/s for 30sec but only if his average
use in the previous 30sec is below 512Kb/s

I've tried several things, but I am just not getting it to work.

The objective is to speed web surfing and email while preventing long
running downloads/uploads from plugging up the network for others.

Anyone done this?

<>


WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/

Re: [WISPA] MikroTik simple queues

2008-10-31 Thread Josh Luthman
Here is what I believe you want.  It will let the customer use 3M but if for
30 seconds the customer exceeds 512kb/s they're capped at 1536kb/s.

/queue simple
add burst-limit=300/300 burst-threshold=512000/512000 burst-time=\
30s/30s comment="" direction=both disabled=no dst-address=0.0.0.0/0 \
interface=all limit-at=0/0 max-limit=1536000/1536000
name=blair4noobcstmr \
parent=none priority=8 queue=default-small/default-small \
target-addresses=172.16.0.101/32 total-queue=default-small

Fish sounds good for dinner.  Thanks for the tip.

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer


On Fri, Oct 31, 2008 at 8:24 PM, Blair Davis <[EMAIL PROTECTED]> wrote:

>  Ok.  I can live with a 1Mb/s limit with a short burst to 3Mb/s
>
> But how?
>
> I've managed to make simple queues do bandwidth limiting.  But making the
> bursting work seems to be a different kettle of fish
>
> Josh Luthman wrote:
>
> You can easily do that minus the very last part about the last 30s
> usage in simple queues.
>
>
>
> On 10/31/08, Blair Davis <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:
>
>
>  Anyone out here know about MikroTik Simple Queues?
>
> I'm trying to get something like this...
>
> user with 1Mb/s limit can burst to 3Mb/s for 30sec but only if his average
> use in the previous 30sec is below 512Kb/s
>
> I've tried several things, but I am just not getting it to work.
>
> The objective is to speed web surfing and email while preventing long
> running downloads/uploads from plugging up the network for others.
>
> Anyone done this?
>
>
>
>
>
>
>
>
> 
> WISPA Wants You! Join today!
> http://signup.wispa.org/
>
> 
>
> WISPA Wireless List: wireless@wispa.org
>
> Subscribe/Unsubscribe:
> http://lists.wispa.org/mailman/listinfo/wireless
>
> Archives: http://lists.wispa.org/pipermail/wireless/
>



WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] MikroTik simple queues

2008-10-31 Thread Blair Davis




Ok.  I can live with a 1Mb/s limit with a short burst to 3Mb/s

But how?

I've managed to make simple queues do bandwidth limiting.  But making
the bursting work seems to be a different kettle of fish

Josh Luthman wrote:

  You can easily do that minus the very last part about the last 30s
usage in simple queues.



On 10/31/08, Blair Davis <[EMAIL PROTECTED]> wrote:
  
  
Anyone out here know about MikroTik Simple Queues?

I'm trying to get something like this...

user with 1Mb/s limit can burst to 3Mb/s for 30sec but only if his average
use in the previous 30sec is below 512Kb/s

I've tried several things, but I am just not getting it to work.

The objective is to speed web surfing and email while preventing long
running downloads/uploads from plugging up the network for others.

Anyone done this?


  
  

  







WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/

Re: [WISPA] MikroTik simple queues

2008-10-31 Thread Josh Luthman
You can easily do that minus the very last part about the last 30s
usage in simple queues.



On 10/31/08, Blair Davis <[EMAIL PROTECTED]> wrote:
> Anyone out here know about MikroTik Simple Queues?
>
> I'm trying to get something like this...
>
> user with 1Mb/s limit can burst to 3Mb/s for 30sec but only if his average
> use in the previous 30sec is below 512Kb/s
>
> I've tried several things, but I am just not getting it to work.
>
> The objective is to speed web surfing and email while preventing long
> running downloads/uploads from plugging up the network for others.
>
> Anyone done this?
>


-- 
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer



WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


[WISPA] MikroTik simple queues

2008-10-31 Thread Blair Davis




Anyone out here know about MikroTik Simple Queues?

I'm trying to get something like this...

user with 1Mb/s limit can burst to 3Mb/s for 30sec but only if his
average use in the previous 30sec is below 512Kb/s

I've tried several things, but I am just not getting it to work.

The objective is to speed web surfing and email while preventing long
running downloads/uploads from plugging up the network for others.

Anyone done this?





WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/

RE: [WISPA] Mikrotik Simple Queues

2007-03-22 Thread Brad Belton
Hello Don,

If you are running current firmware (v2.9.3x or greater) under the Simple
Queue Advanced tab try changing the Queue Type to "Ethernet-default".  

We have seen more accurate bandwidth limiting using the Ethernet-default
setting.

YMMV, but worth a try.

Best,


Brad

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Don Annas
Sent: Thursday, March 22, 2007 8:16 AM
To: 'WISPA General List'
Subject: [WISPA] Mikrotik Simple Queues

We are trying to use Simple Queues to rate limit some of our hardwired
clients in the building and are having some problems with the faster
connections.  Using the routerboard 532, we are trying to limit a client to
a 10mb x 10mb connection.  Their is not much traffic on the box and the
processor is low even in the midst of the speed test to an on-net server.
The queue seems to work fine on the download and the client pulls about
9.79MB, however, on the upload, it caps out around 6.5MB.  If we remove or
disable the queue, the clients is able to do around 24MB symmetric.  
 
Are their any known issues with throughput when sending traffic through a
queue?  Should a 532 not be able to handle 10MB w/ the queue?  Any tricks or
settings that I may need to look at?
 
Thanks.
 
 

 

 

_

Don Annas

336.510.3800 x111

336.510.3801 fax

HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]

HYPERLINK "http://www.triadtelecom.com/"www.TriadTelecom.com

_



 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.16/729 - Release Date: 3/21/2007
7:52 AM
 
  

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


[WISPA] Mikrotik Simple Queues

2007-03-22 Thread Don Annas
We are trying to use Simple Queues to rate limit some of our hardwired
clients in the building and are having some problems with the faster
connections.  Using the routerboard 532, we are trying to limit a client to
a 10mb x 10mb connection.  Their is not much traffic on the box and the
processor is low even in the midst of the speed test to an on-net server.
The queue seems to work fine on the download and the client pulls about
9.79MB, however, on the upload, it caps out around 6.5MB.  If we remove or
disable the queue, the clients is able to do around 24MB symmetric.  
 
Are their any known issues with throughput when sending traffic through a
queue?  Should a 532 not be able to handle 10MB w/ the queue?  Any tricks or
settings that I may need to look at?
 
Thanks.
 
 

 

 

_

Don Annas

336.510.3800 x111

336.510.3801 fax

HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED]

HYPERLINK "http://www.triadtelecom.com/"www.TriadTelecom.com

_



 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.16/729 - Release Date: 3/21/2007
7:52 AM
 
  
<>
-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/