Greetings,
I’m trying to setup a set of simple queue’s with a parent queue over two child queues (with the child queues confusingly named Kids and Parents). It seemed like the right thing to do to create a parent queue for the two child queues, but I don’t know if that is true.
Here are my queues, is this structured correctly? I’m still playing with the limits and I feel that will come with experimentation, but I’m mostly concerned with knowing if I actually set the queues up correctly.
The underlying goal is to make sure mom doesn’t get bandwidth starved by kids home for the summer and playing games and videos…and because, well, it’s something to tinker with.
0 ;;; Kid’s Gear
name=“Kids Queue” target=<Kid’s Computer IPs/32> parent=Master Queue
packet-marks=“” priority=8/8 queue=default-small/default-small limit-at=1M/1M max-limit=5M/10M burst-limit=10M/100M
burst-threshold=1M/5M burst-time=1s/5s bucket-size=0.1/0.1
1 ;;; Parent’s Gear
name=“Parent’s Queue” target=<Parent’s Computer IPs/32> parent=Master Queue
packet-marks=no-mark priority=6/6 queue=default-small/default-small limit-at=5M/50M max-limit=20M/300M burst-limit=0/0
burst-threshold=0/0 burst-time=3s/10s bucket-size=0.1/0.1
2 ;;; Master Queue
name=“Master Queue” target=<MyNetwork/24> parent=none packet-marks=“” priority=8/8 queue=default-small/default-small
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1