How to Create Day/Night package in Mikrotik Queues

How to Create Day/Night package in Mikrotik Queues

What to do?

1. Create a queue for Day (5MB) and Night (10MB)
2. Create a script for Day (enable Day & disable Night queue) and Night (enable Night & disable Day queue)
3. Create a schedule for Day (8.00 AM=08.00 o’clock) and Night (8.00 PM=20.00 o’clock)

1. Create a queue for Day (5MB) and Night (10MB)

1.1 create queue for Day :

Queue Name: queue_Day
The IP address for Queue: 192.168.1.100 (it's may vary according to you )
Bandwidth : upload =5MB & download=5MB

1.2 Create queue for Night :

Queue Name: queue_Night
The IP address for Queue: 192.168.1.100 (it's may vary according to you )
Bandwidth : upload =10MB & download=10MB

2. Create a script for Day and Night

2.1 Create a Script for Day :

Name: script_Day
Source:/queue simple enable queue_Day
/queue simple disable queue_Night

2.2. Create a Script for Night:

Name: script_Day
Source:/queue simple enable queue_Night
/queue simple disable queue_Day

3. Create a schedule for Day and Night

3.1. Create Schedule for Day:

Name: schedule_Day
Start Time:08:00:00
Interval :1d 00:00:00 or 24:00:00 ; after 1 Day
On event: script_Day; the name of the script that should be run

3.2. Create Schedule for Night

Name: schedule_Night
Start Time:20:00:00
Interval :1d 00:00:00 or 24:00:00 ; after 1 Day
On event: script_Night;  the name of the script that should be run

I hope it has been a useful article.

Archived Discussion (Read-Only)

These are the original reader comments recovered from the archived site. Commenting is closed on this site.

RAZA MALIK — 29 December 2020

is this method will work on pppoe and hotspot network

fadıl (post author) — 29 December 2020

Hello, yes it works.