This section explains the functions and attributes of each file which compose a script.
Table F.1 Function and Attributes of Each FileFile Type | Function | File Name Rule | Extension |
Script List Files | In this file, scripts are arranged in the order of execution for auto-configuration of network devices. Include all script lists for operating network devices in one operation (creation, modification, or deletion of L-Platforms or network resources). | "create.lst" Script list for creation "create_recovery.lst" Script list for setup error recovery "modify.lst" Script list for modification "modify_recovery.lst" Script list for modification error recovery "delete.lst" Script list for deletion "connect.lst" Script list for creation of interface for adjoining server "connect_recovery.lst" Script list for error recovery of creation of interface for adjoining server "disconnect.lst" Script list for deletion of interface for adjoining server "operate.lst" Script lists for operations
| lst |
Script Files | In this file, the procedure for auto-configuration of network devices is written. | An arbitrary character string composed of alphanumeric characters, hyphens ("-"), and underscores ("_"). The valid characters and string lengths depend on the OS or the rules of the script language. | Language dependent |
Command Files | In this file, the list of commands which will be sent to network devices are written. | A string of alphanumeric characters, hyphens ("-"), and underscores ("_"), within 32 characters in length. | cli |
Parameter Files | In this file, the parameters which can be customized in the scripts are written. | "default_param.prm" For rulesets for L-Platform templates, this name is fixed. User defined name For rulesets used by network resources, specify this using up to 32 alphanumeric characters, including hyphens ("-") and underscores ("_").
| prm |
Interface Configuration Files | In this file, the parameters for network device interface configuration which can be customized in the scripts are written. | "Unm_network_setting" | xml |