Hello , i have a vdsl line 200/20M Down/Up
i want to make a simple que for each user to get a limit for 20/2M
/queue type
add kind=pcq name=pcq-upload-2M pcq-classifier=src-address pcq-rate=2M pcq-total-limit=2000KiB
add kind=pcq name=pcq-down-20M pcq-burst-time=15s pcq-classifier=dst-address pcq-rate=20M pcq-total-limit=200000KiB
queue simple
/queue type
add max-limit=20M/200M name=192.168.88.0/24 queue=pcq-upload-2M/pcq-down-20M target=192.168.88.0/24
Is this correct?what will hapen if 15 users ask for full bandwith?
Any other suggestions ? thank u