Mikrotik: Disable and enable the interface with scheduler

Mikrotik: Disable and enable the interface with scheduler
Photo by Franck / Unsplash

For some purpose and persond who want to scheduler interface to disable and enable on mickrotik try add scheduler following steps.

  1. Open winbox.
  2. System > Scheduler.

  1. Add new schedule.

  1. Set up schedule
    1. Name: disable_wlan2
    2. Start date: "date to start" (This example will start this schedule on date "Jul/24/2025").
    3. Start Time: "Time to start" (This example will start this schedule on 18:45:00 of everyday).
    4. Interval: "Ineterval time" (This example will repeat every 1 day).
    5. On Event "/interface disable wlan2" (This example will disable wlan2 interface).

  1. Done. Scheduler will show on the lists, you can add more job for enable interface or etc.