PCQ/Simple Queue Question

So I have a bunch of computers on my network on the addresses 10.0.0.0/24. I have an internet connection that is 15/1 Mbps. I want to setup queues such that any given computer can only utilize 800 Kbps of upstream at a time and total the computers can only use 950 Kbps of upload. Whats the best/simplest way to do this? Thanks.

-Eric

Anyone?

Sent from my SCH-I545 using Tapatalk

Hi efaden,

Best solution would be pcq queue type with simple queue:

/queue type
add kind=pcq name=upload-800k pcq-classifier=src-address pcq-rate=800k
/queue simple
add max-limit=950k/15M name=LAN queue=upload-800k/default-small target=10.0.0.0/24

Thanks!