Mikrotik Wireless on / off script

In a school or business which is not the access point outside office hours used it is safer to disable the access point. It is also easy as the Mikrotik router board does this automatically through a script scheduler. This is done as follows.
Image
Click "system" and "scheduler"
Image
Click on the blue cross to give a command.
Image
  • When "name" enter "WLAN-on" field. So you know which script is run.
  • To "start time" enter the time when the access point must turn.
  • At "interval" as an example I give here in 24:00:00. This is automatically converted into 1D 00:00:00. Every day the access point will enable to 9.00.
  • In the "on event" you write "/ interface wireless enablement WLAN1" window.
  • Click "OK" and close the window.
Image
Click back on the blue cross to turn off the script set.
Image
  • When "name" enter "WLAN-off". So you know which script is run.
  • To "start time" enter the time when the access point off.
  • At "interval" as an example I give here in 24:00:00. This is automatically converted into 1D 00:00:00. Every day the access point will be to eliminate 22h00.
  • In the "on event" you write "/ interface wireless disable WLAN1" window.
  • Click "OK" and close the window.
The Mikrotik router board, the wireless interface now automatically switch on and off each day.

Comments

Popular Posts