2024-09-25 09:17:28 +00:00
|
|
|
# Mikrotik scripts
|
|
|
|
|
|
|
|
Set of Mikrotik scripts used by Verdnatura.
|
|
|
|
|
|
|
|
## Run script
|
|
|
|
|
|
|
|
Run script from Mikrotik terminal.
|
|
|
|
```
|
|
|
|
/system script run <script-name>
|
|
|
|
```
|
|
|
|
|
|
|
|
## Common actions
|
|
|
|
|
|
|
|
* View or modify script: *System* → *Scripts* → Select script
|
|
|
|
* Add script: *System* → *Scripts* → *Add new*
|
|
|
|
* Schedule script: *System* → *Scheduler* → *Add new*
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
* https://help.mikrotik.com/docs/display/ROS/Scripting
|
|
|
|
* https://help.mikrotik.com/docs/display/ROS/Fetch
|
|
|
|
* https://help.dyn.com/remote-access-api/
|
2024-09-25 08:59:33 +00:00
|
|
|
|