Utilizing Buzzer Feature On Mikrotik Router
Greetings.
Good night Mikrotikers hopefully you are always healthy, this time we will share tips on how to take advantage of features Mikrotik buzzer as a marker/notice that the Internet connection is monitored down.
these tips are already many shares but there is no harm if we do report back 🙂
what is the mean of a buzzer?
The buzzer is an electronics component that can convert electrical signals into vibrations of sound.

So make sure that the router Mikrotik have the buzzer 🙂
To find out you simply by doing pre-testing through the terminal typing/beep beep then Enter, If you hear the sound then ok

So, what are you waiting for?
We assume that your router is connected to the internet properly.

Perform Setup on Netwatch tools as monitoring connection and simultaneously as tools to turn on the buzzer when connection down.
– In the host, the table can use the domain name or IP Address and fill in the interval as you wish how long the network will be declared down.

– In UP table use script
“: global setAlarm value = [: tobool false];”

– In the DOWN table use the script
“: global setAlarm value = [: tobool true];
: while ($ setAlarm) do = {
: beep frequency = 2000 length = 500ms;
: delay delay-time = 1000ms;
: beep frequency = 4000 length = 500ms;
: delay delay-time = 1000ms;
} “

Perform test phase with disable WAN Interface and listen to the tone 🙂

That is all and thank you.