Script

The script command opens a new nodal context, which contains information about a script.

Use the following CLI syntax to create a nodal context.

config>system>cron
        script script-name[owner script-owner]
        description description-string
        location file-url 
        shutdown 

Example: Command usage to create a nodal context called ‟test”

config>system>cron# script test
    config>system>cron>script#
Example

The following is a sample configuration output that names a script ‟test”.

A:sim1>config>system>cron# info
----------------------------------------------
        script "test"
            location "ftp://172.16.0.0/./sim1/test.cfg"
            no shutdown 
        exit
----------------------------------------------
A:sim1>config>system>cron#