Warning:Do not use Item numbers in scripts, it is not a reliable way to edit items inthescheduler. scripts, etc. Instead, usethe "find"command. More infoherealso look atscripting examples. Two features in the console help entering commands much quicker and easier - the[Tab]key completions...
PoE-Out ports can be monitored using a command/interface ethernet poe monitor <interface> [admin@MikroTik] > interface ethernet poe monitor [find] name: ether2 ether3 ether4 ether5 poe-out-voltage: 23.2V 23.2V 23.2V poe-out-current: 224mA 116mA 64mA ...
Proper way is to use internal ID numbers, those numbers can be seen if you are doing <code>print as-value</code> or returned by find command, for example: <pre> [admin@rack1_b34_CCR1036] /ip route> :put [find where dst-address="10.0.0.0/8"] *1 </pre> So in this case ...
All console related settings: commands, arguments, parameters, examples and keywords are marked out with the Courier New font; The following conventions are used in the command syntax description: In the place where something is written in between of "<" and ">" you need to enter a value...
Below you can find some examples for different use cases. {{ Warning | Be careful when changing the default (R/M)STP functionality, make sure you understand the working principles of STP and BPDUs. Misconfigured (R/M)STP can cause unexpected behaviour. }} * Don't send out BPDUs from ...
From MikroTik Wiki < Manual:Interface Contents 1Summary 2LTE Client 2.1Properties 2.2APN profiles 2.3Scanner 2.4User Info command 2.4.1Properties (Up to 6.40)2.5User at-chat command 3 Quick setup example 4 Passthrough Example 5 Dual SIM Example 6 Tips and Tricks 6.1Find device ...
You can see the return value of "find" command (and other router commands) using ":put" command: [drax] interface> :put [find] *1 *2 These are internal numbers of all router interfaces. Also, there's a trailing space after last number, so you can concatenate results of several "find...
All available examples you can find here.How to configure the clientYou just need create object of Client class with required parameters in array format:use \RouterOS\Client; $client = new Client([ 'host' => '192.168.1.3', 'user' => 'admin', 'pass' => 'admin' ]); ...
In this section, we will provide the downgrade command. To do this, you should go to Winbox and choose System. Then click on the Packages menu item. Now you can see the Package List window. In the window that opens, find the Downgrade button and click on it. Then you should reboot ...
All available examples you can find here.How to configure the clientYou just need create object of Client class with required parameters in array format:use \RouterOS\Client; $client = new Client([ 'host' => '192.168.1.3', 'user' => 'admin', 'pass' => 'admin' ]);...