Is anyone familiar with running a tcl script on an ACE 4700? I've written a tcl script for a customer but I'm not familiar with the ACE 4700 and don't have access to it. The customer can't seem to get the script loaded into memory by following the cisco docs.
The docs say to load the script into memory using the script file command from global config mode like so...
host1/Admin(config)#script file name script.tcl
Then execute the script by using "the script name you configured; do not use the script file from which the script was loaded."
So from the above command, would "name" be considered the "script name" or is it the actual script name "script.tcl"?