sampei02@tiscali.it wrote:
> I'm going to create delay pool of class 1 for all users to limit all traffic to 512 Kbps.
> My bandwidth is 1024 Kbps.
> What's parameter for delay_parameters ?
>
> acl all src  0.0.0.0/0.0.0.0
> delay_pools 1
> delay_class 1 1
> delay_access 1 allow all
> delay_parameters 1 64000/64000   OR  delay_parameters 1 128000/64000     ?!
>
>   
delay_parameters 1 64000/64000: you have a bucket of 512Kbits, which is 
refilled at a rate of 512Kbps.
delay_parameters 1 128000/64000: you have a bucket of 1024Kbits, which 
is refilled at a rate of 512Kbps.
Either one will probably work just fine, one is just more absolute about 
the limit than the other.
Chris
Received on Fri Oct 26 2007 - 15:58:56 MDT
This archive was generated by hypermail pre-2.1.9 : Thu Nov 01 2007 - 13:00:02 MDT