Postado originalmente por
hyperpotato
Segue abaixo o script para liberar banda das 12:00 até as 07:00 mantendo a banda de upload de cada cliente com sua respectiva queue
/ip firewall mangle
add chain=postrouting action=mark-packet new-packet-mark=Madrugadao passthrough=yes time=1m-7h,sun,mon,tue,wed,thu,fri,sat
/queue simple
add name="Madrugadao" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=Madrugadao direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=10000000/10000000 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small time=1m-7h,sun,mon,tue,wed,thu,fri,sat
move Madrugadao 0
Flw