Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

commit (Commit Scripts)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
    commit {
        allow-transients;
        dampen {
            dampen-options {
                cpu-factor cpu-factor;
                line-interval line-interval;
                time-interval time-interval;
            }
        }
        direct-access;
        file filename {
            allow-transients;
            cert-file path;
            checksum hash-algorithm hash-value;
            optional;       
            refresh;
            refresh-from url;
            routing-instance routing-instance-name;
            source url;
        }
        max-datasize size;
        refresh;
        refresh-from url;
        traceoptions {
            file <filename> <files number> <size size> <world-readable | no-world-readable>;
            flag flag;
            no-remote-trace;
        }
    }

Hierarchy Level

content_copy zoom_out_map
[edit system scripts]

Description

For Junos OS commit scripts, configure the commit-time scripting mechanism.

Options

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

maintenance—To view or add this statement in the configuration.

Release Information

Statement introduced in Junos OS Release 7.4.

footer-navigation