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

event-script (Event Options)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
event-script {
    dampen {
        dampen-options {
            cpu-factor cpu-factor;
            line-interval line-interval;
            time-interval time-interval;
        }
    }
    file filename {
        cert-file path;
        checksum hash-algorithm hash-value;
        dampen {
            dampen-options {
                cpu-factor cpu-factor;
                line-interval line-interval;
                time-interval time-interval;
            }
        }
        python-script-user username;
        refresh;
        refresh-from url;
        remote-execution {
            remote-hostname {
                passphrase user-password;
                username user-login;
            }
        }
        routing-instance routing-instance-name;
        source url;
        start {
            start-options {
                mem-factor percentage;
            }
        }
    }
    max-datasize size;
    optional;
    refresh;
    refresh-from url;
    start {
        start-options {
            mem-factor percentage;
        }
    }
    traceoptions {
        file <filename> <files number> <size size> <world-readable | no-world-readable>;
        flag flag;
        no-remote-trace;
    }
}

Hierarchy Level

content_copy zoom_out_map

Description

For Junos OS event scripts, configure scripting mechanisms.

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.6.

footer-navigation