This section explains the format of script list files and how to write parameters in them.
This section explains the ruleset script list used by network resources.
Script Path Script Name[,cmd=Script Command File Name],node=Network Device Name[,paramfile=Parameter File Name][,param=(Parameter Name1=Parameter Value1,Parameter Name2=Parameter Value2, ...)]
This section explains each item.
Specify the folder path for the script to execute using an absolute path or relative path from the scripts folder.
The folder path, including the execution script, is necessary.
Specify the name of the script you want to execute.
Do not specify a script list name in this field. If you specify it, it is regarded as designating the name of the script to execute.
Specify the name of the script command file you want to execute.
The value specified for this operand will be configured for the reserved variable "command file name".
If you invoke multiple command files, it is necessary to use the "command file names" including a serial number (in ascending order from 1).
If you do not specify the command file name in the script, the command file is not invoked from the script.
Specify the name of the network device to execute the script.
If you specify the wrong network device name in this field, an automatic configuration error or incorrect configuration occurs when the script is executed. Specify the network device name carefully.
Specify the parameter file name of the variable information passed to the script.
If you use variable information from a parameter file, specify the name of the parameter file.
If you want to change the settings of variable parameters in the parameter file specified for the "paramfile" field per line of script list, use this operand.
Specify all parameter names and changed parameter values that you want to change.
Information
Write comments such as description of executed scripts when necessary.
Comments are ignored when script lists are processed.
Script lists are executed in the order of the list.
[Script Path]Script Name1,node=Network Device Name1,param=(Parameter Name1=Value,...) [Script Path]Script Name2,node=Network Device Name2,param=(Parameter Name2=Value,...) [Script Path]Script Name3,node=Network Device Name3,param=(Parameter Name3=Value,...)