[Contents] [Prev] [Next] [Index] [Report an Error]


[edit system scripts] Hierarchy Level

The following scripts statements can be configured at the [edit system] hierarchy level. This is not a comprehensive list of statements available at the [edit system] hierarchy level. For more information about system configuration, see the JUNOS System Basics Configuration Guide.

scripts {
    commit {
        allow-transients;
        file filename.xsl {
            optional;
            refresh;
            refresh-from url;
            source url;
        }
        refresh;
        refresh-from url;
        traceoptions {
            file filename <files number> <size size>;
            flag flag;
        }
    }
    op {
        file filename.xsl {
            arguments {
                name {
                    description cli-help-text;
                }
            }
            command filename-alias;
            description cli-help-text;
            refresh;
            refresh-from url;
            source url;
        }
        refresh;
        refresh-from url;
        traceoptions {

            file filename <files number> <size size> <world-readable | no-world-readable>;

            flag flag;

        }
    }
}


[Contents] [Prev] [Next] [Index] [Report an Error]