Wednesday, September 23, 2020

Mikrotik Script Send SMS

Mikrotk script, that we can use to simplify our administering task. At mikrotik, it is possible automatic command execution using script. Such as, send an email or sms to administrator for any critical situation, automatically enable or disable route for any unexpected situation and many more.

In this tutorial, we will discuss about script for sending a SMS that we can use at various situation.

The script for send message:-

tool sms send message="link down" phone-number=your_mobile_number channel=your_channel_number port=Your_port

For example:-

tool sms send message="link down" phone-number=123456 channel=3 port=usb3


No comments:

Post a Comment