Netwatch failover script
Posted: Thu Oct 22, 2015 9:07 am
Hello, i have some problemas with netwatch script (it doesn't woark, actually):
I have ROS 6.32.3 and am i missing something? Mayby incorrect script syntax?
And one more question: is there a way to test scripts in some virtual environment, without actually testing them on running device?
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?