baczan
March 16, 2008, 12:51pm
1
I have a problem with script, wchich enable ARP:
:foreach j in=[/ip arp find disabled=no] do {/ip arp enable $j;}
:error
invalid value of disabled, must be either yes or no
This simple script work in previos version (2.9..3.0).
Please HELP ME solve this problem.
a few of us forum members have decided there are some major problems with scripting in 3.4 … report to support@mikrotik.com and wait for 3.5 hopefully.
Letni
March 16, 2008, 5:24pm
3
You need to putt " around your values.
example:
disabled=“no”
Make this change to your script and try again.
-Louis
baczan
March 17, 2008, 10:59am
4
In thist version “” doesn’t work too. (only in this version)