Mikrotik Bandwidth Throttling made simple
I could not find where I documented this, so I am making a copy of it here. This is a "simple queue" for Mikrotik so control the bandwidth burst and sustain rates.
/queue simple add name="main" target=wlan1 parent=none packet-marks="" priority=8/8 \ max-limit=3M/3M burst-limit=6M/6M burst-threshold=3500k/3500k \ burst-time=15s/15s total-max-limit=6500k
