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 |
F.6.1 Script List File | In this file, scripts are arranged in the order of execution for auto-configuration of network devices. Write all script list for operating network devices at one operation (creation, modification, deletion etc.). | "create.lst" Script list for creation "create_recovery.lst" Script list for recovery at creation error "modify.lst" Script list for modification "modify_recovery.lst" Script list for recovery at modification error "delete.lst" Script list for deletion "connect.lst" Script list for creation of interface adjoining server "connect_recovery.lst" Script list for recovery at creation error of interface adjoining server "disconnect.lst" Script list for deletion of interface adjoining server "operate.lst" Script lists for operations
| lst |
F.6.2 Script File | 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 |
F.6.3 Command File | 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 |
F.6.4 Parameter File | In this file, the parameters which can be customized in the scripts are written. | "default_param.prm" In case of ruleset for L-Platform template, this name is fixed. Any name In case of ruleset used at network resource, specify this with alphanumeric character, hyphen ("-"), and underscore ("_") within 32 characters
| prm |
F.6.5 Interface Configuration File | In this file, the parameters for network device interface configuration which can be customized in the scripts are written. | "Unm_network_setting" | xml |