Entries by admin

Autonomous Queue Creation For DHCP Server Leases

Creating speed limits for devices is a common practice for Mikrotik users. This can be a very time-consuming task when you are dealing with multiple DHCP servers and massive subnets. We have created a Script run in 2-minute intervals to check for new and expired DHCP leases and generate a queue for each DHCP Server […]

Update RouterOS Script

Here’s a script to update your software or firmware on your RouterOS device at a single click. Run URS once to Update the Software , routerboard will then reboot once the software has been downloaded,once back up re run the script to update firmware. /system script add dont-require-permissions=no name=Updatefirm owner=admin policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=”:lo\ cal ID […]

Mikrotik Hotspot User Statistics Script

This script will create a file name “DATE Usage Report.txt” and send the file to the specified email address. The file contents will be the /ip hotspot user stats which include: Name,Uptime,bytes out and bytes in Once the file has been generated the stats will be cleared. ##Created by Chris@BroadNetworks.co.za 22092019##/system scriptadd dont-require-permissions=no name=”Usage Report” […]