Hi,
See the errors i'm getting,
admin@MikroTik] /system script> add name="ecmp-startup" source=":if \(\[/ping 82.205.224.9 count=1\]=1 && \
syntax error (line 1 column 40)
[admin@MikroTik] /system script> \[/ping 82.205.224.1 count=1\]=1 && \[/ip route get \[find \
expected command name (line 1 column 4)
[admin@MikroTik] /system script> comment=\"ECMP Route For HTTP\"\] disabled\]=true\) do={ :log info \"Both gateways up" \
syntax error (line 1 column 11)
[admin@MikroTik] /system script> \n/ip route set \[find routing-mark=ecmp-http-route\] \
expected command name (line 1 column 4)
[admin@MikroTik] /system script> disabled=no}" policy=ftp,reboot,read,write,policy,test,winbox,password
syntax error (line 1 column 12)
[admin@MikroTik] /system script> add name="ecmp-shutdown" source=":if \(\[/ping 82.205.224.9 count=1\]=1 && \
syntax error (line 1 column 41)
[admin@MikroTik] /system script> \[/ping 82.205.224.1 count=1\]=0\) do={ :log info \"Gateway down"\
expected command name (line 1 column 4)
[admin@MikroTik] /system script> \n/ip route set \[find routing-mark=ecmp-http-route\] \
expected command name (line 1 column 4)
[admin@MikroTik] /system script> disabled=yes}" policy=ftp,reboot,read,write,policy,test,winbox,password
syntax error (line 1 column 12)
[admin@MikroTik] /system script>
I'm trying this on 4.11. and from the tutorial
http://wiki.mikrotik.com/wiki/ECMP_Failover_Script
Regards,
Aslam