Hello, I would like to know how can I schedule a change on a simple queue:
For example, I have a simple queue that has a target dowload/upload of 1mb and on a certain hour of the day I would like to change it to 3mb.
Thank you for your help
Hello, I would like to know how can I schedule a change on a simple queue:
For example, I have a simple queue that has a target dowload/upload of 1mb and on a certain hour of the day I would like to change it to 3mb.
Thank you for your help
make two simple queues, each with the speeds that you need. disable one of them. then make a scheduler script, that will disable one, and enable the other. and another scheduler rule that will do the opposite. make those rules run at times that you need. see more: http://www.mikrotik.com/testdocs/ros/2.9/system/scheduler.php
Thank you Normis, I will try that