Hi everyone! I have loaded up a test box and discovered it for NCM. I am now trying to run some test scripts to test things out but am having issues. I created a new script and copied all the info from a system simple script:
'ADVANCED:FILTER RESULTS:False
'ADVANCED:FILTER PATTERN:Serial
'ADVANCED:SHOW COMMANDS:True
' Change description of Fa0/0 Interface
'
' You will need to modify this script to meet your needs
'
${EnterConfigMode}
interface Fa0/0
no description
description Testing Interface
exit
exit
write memory
And I am now getting this error when I try to validate:
Validation Failed: An error occurred during script parsing. Position: Line 16, Character 1 Error message: mismatched character '<EOF>' expecting ''' Please check script syntax.
I got the simple script from here:
To view sample scripts, browse to the \Sample Scripts folder.
Thanks,
KR