Hi
So Im kind of new to scripting. I have a simple idea: i have a rb750 with 5 interfaces. I have 3 disabled interfaces. I have commented on of them with the comment “suspect”. So my script needs to enable all disabled interfaces, except of those that have the comment “suspect”.
My idea was as follows:
interface ethernet set (([/interface ethernet find where disabled=yes]) && ([/interface ethernet find where comment=“suspect”])) disabled=no
Don’t shout if its a silly fault. Script Error: cannot compute logical “and” of nothing and nothing
Thanks in advance.
Wimpie ![]()