Make your router run Scripts!

Ғылым және технология

Mikrotik routers have their own scripting language and it is incredible what you can do with it.
help.mikrotik.com/docs/displa...
0:00 Intro
1:04 add script
1:21 script editor
1:47 variables
2:01 local-global and :put
3:12 environment
3:55 operators and :set
4:35 conditional statements
5:05 functions and loops

Пікірлер: 26

  • @qsergii
    @qsergii2 ай бұрын

    Debugger is missing! But perfect feature! Thank you!

  • @zactodd3144
    @zactodd31442 ай бұрын

    Have been scripting for years and finally have some of my questions answered, plus some I didn't know I had. Keep up the great work

  • @Gooloso98
    @Gooloso982 ай бұрын

    Ty 🙏 for adding newer methods to fetch. Now I can use cloudflare's API

  • @dhiaahmed5420
    @dhiaahmed54202 ай бұрын

    very informative tutorial, I wish you could do more videos about scripting 😊

  • @user-zt1fd9ld7d
    @user-zt1fd9ld7d2 ай бұрын

    Perfect explaining!

  • @Fu86
    @Fu862 ай бұрын

    Nice easter egg in the endcard :)

  • @RenzoRosales-sn4vb
    @RenzoRosales-sn4vb2 ай бұрын

    Nice haircut! Great video

  • @achillecisco
    @achillecisco2 ай бұрын

    Nice !!!

  • @M4dM1ke
    @M4dM1ke2 ай бұрын

    Nice!

  • @JB-df3ek
    @JB-df3ekАй бұрын

    What is replacement for RB911-5HacD?

  • @mikrotik

    @mikrotik

    Ай бұрын

    L11UG-5HaxD

  • @olpchk1115
    @olpchk111525 күн бұрын

    Need more diagnostics and more available events for handling

  • @Accountnummer
    @Accountnummer2 ай бұрын

    So, is there also a script to make that when there is one wan-port failing, and a second WAN is ging to work as a failover, to delete all the running connections?

  • @raminrajabioskouei781

    @raminrajabioskouei781

    2 ай бұрын

    yep

  • @Accountnummer

    @Accountnummer

    2 ай бұрын

    Thanks guys. But, the issue i got is that when the internet fails over to the 2nd WAN, the connections are not failing over with port 5060 (SIP). I'm looking for a solution for that, and thought this could be an oppurtunity.

  • @jferdom

    @jferdom

    2 ай бұрын

    @@Accountnummer Of course you can do that.. the command to kill the connections would be like this: /ip firewall connection remove [ find where dst-address~"^123.123.123.123:" || dst-address~"^231.231.231.231:" ] All of this supposing your PBX´s addresses are 123.123.123.123 and 231.231.231.231. Now you need to do some checks (with ping, for example) to only execute that at the right time. Wrap it all in a script, schedule it, and enjoy! You can search by dst-port instead of dst-address if you wish... Controlling RouterOS via CLI/Scripts is awesome. P.S. Mikrotik, please... Implement a DEBUGGER. PLEASE!!

  • @zenmaster24
    @zenmaster24Ай бұрын

    can scripts be triggered on events? eg a port gets unplugged/plugged in

  • @mikrotik

    @mikrotik

    Ай бұрын

    Most likely you can use Netwatch as a trigger, but if you want a realtime layer2 trigger, you could create a script that runs a 'while true' loop and parse the interface data on each step.

  • @olpchk1115

    @olpchk1115

    25 күн бұрын

    @@mikrotik what a waste!

  • @XxSpYxX
    @XxSpYxX2 ай бұрын

    I wish scripting and scripts got into the UI

  • @alexhawes-hm3xt
    @alexhawes-hm3xtАй бұрын

    instead of showing an example script of multiplying numbers can you show a real world script of internet failover between 2 connections that do not have static addresses please, this is a huge omission from ROS7, i've tried several scripts posted on the internet but nothing works consistently

  • @stevebot

    @stevebot

    Ай бұрын

    There are too many different failure and failover scenarios for there to be a single solution. At the most basic in your case, you let your WAN interfaces get their IP information and set their default routes, then you make a routing rule to push traffic out the interface you want to be primary and use gateway checking to let the router determine if they are viable and deactivate them as necessary. Good luck, failover is not an easy nut to crack and different failure modes with different carriers behave differently.

  • @alexhawes-hm3xt

    @alexhawes-hm3xt

    Ай бұрын

    @@stevebot Thanks, looks like I have some reading to do. I do love a good technical challenge but MT would be complete if this was a built-in feature.

  • @FinlayDaG33k
    @FinlayDaG33k2 ай бұрын

    TIL: There is a built-in script editor.

Келесі