Code: Select all
/ip route set [find comment="ISP1"] distance=1;
/ip route set [find comment="ISP2"] disabled=yes;
:delay 5;
/ip firewall connection remove [find dst-address=95.213.163.196];
And one more question: is there a way to test scripts in some virtual environment, without actually testing them on running device?