trying to apply different traffic limits day/night for my users.
After upgrading to latest routeros, time function begin to work, but *not* for the disired period
Basically, what is needed:
22:00 - 11:00 (morning) - higher speed
the rest (i.e. 11:00 - 22:00) - normal speed
I wonder, what the right time format is, docs are very short on this topic.
two items from Queue Simple to show the problem:
Code: Select all
2 name="user_night" target-addresses=192.168.1.2/32 dst-address=0.0.0.0/0 interface=all parent=none
packet-marks=World Clients Traffic direction=both priority=8 queue=pcq-download/pcq-upload limit-at=64000/64000 max-limit=128000/128000
total-queue=default time=22h-1d11h,sun,mon,tue,wed,thu,fri,sat
3 name="user_day" target-addresses=192.168.1.2/32 dst-address=0.0.0.0/0 interface=all parent=none
packet-marks=World Clients Traffic direction=both priority=8 queue=pcq-download/pcq-upload limit-at=64000/64000 max-limit=64000/64000
total-queue=default time=0s-1d,sun,mon,tue,wed,thu,fri,sat