Hello,
We have a small group of users with varying services (2Mbps, 4Mbps, 6Mbps).
Would like to place a global cap on the group so that the total download would not exceed 100Mbps.
How should I approach this issue?
Thanks!
Hello,
We have a small group of users with varying services (2Mbps, 4Mbps, 6Mbps).
Would like to place a global cap on the group so that the total download would not exceed 100Mbps.
How should I approach this issue?
Thanks!
Queue tree.
Hello,
Thank you for the reply!
Here is my current configuration:
name=“Internet” target=“” parent=none packet-marks=Internet Traffic priority=1/1 queue=default-small/default-small limit-at=0/0 max-limit=85M/85M burst-limit=0/0
burst-threshold=0/0 burst-time=1s/1s bucket-size=0.1/0.1
1 name=“Client” target=Bridge VLAN545 parent=Internet packet-marks=“” priority=8/8 queue=default-small/default-small limit-at=0/12M max-limit=25M/25M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
2 name=“Impex Co” target=Bridge VLAN538 parent=Internet packet-marks=“” priority=8/8 queue=default-small/default-small limit-at=2M/2M max-limit=3M/3M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
…
But it eventually exceed the global download cap 100Mbps. Do you think the Queue tree would solve this?
I tried using PCQ for Queue tree but it crippled the network (Probably giving equal connection speed to every one).
How could I correctly configure the Queue tree?