We are deploying a new property and offering 100Mbps download and upload to all users. We have the mikrotik serving DHCP from a /25 pool. Typically we use hotspot with MAC authentication for customer queuing, but because we are offering the 100Mbps to all customers, I’m trying to find the most efficient way to queue them at that.
I found a set up using PCQ with a queue tree and packet marks, but it required the use of the global-in and global-out parent that was removed in v6. So i’m looking for a better solution/efficient solution.
I thought of writing a script to add a simple queue every time a lease is given, but I want to make sure this is my most efficient route.