Hello All,
I am new to NCM's Config Change Template and am trying to get it to perform a nightly "write mem" on all of my network devices. However, when I attempt to validate my script, I get the error: Validation Failed: An error occurred during script parsing. Position: Line 3, Character 1 Error message: missing '(' at '{' Please check script syntax.
Below is my script. Any insight would be greatly appreciated!
script DailyWriteMem
{
CLI
{
config t
wr me
exit
}
}