sampei02@xxxxxxxxxx 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