Hi,
I need to change (clear) the up-script of a Netwach-Action by scheduler.
I tried this:
/tool netwatch edit [/tool netwatch find comment~"DNS1"] up-script=""
But this does not work:
expected end of command (line 1 column 70)
Any suggestions?
Hi,
I need to change (clear) the up-script of a Netwach-Action by scheduler.
I tried this:
/tool netwatch edit [/tool netwatch find comment~"DNS1"] up-script=""
But this does not work:
expected end of command (line 1 column 70)
Any suggestions?
“edit” is an interactive tool. use “set”, “unset” commands to change parameter values in non-interactive manner.
Thanks!
/tool netwatch set [find where comment~"DNS1"] up-script=""