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

op (Op Scripts)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
    op {
        allow-url-for-python;
        dampen {
            dampen-options {
                cpu-factor cpu-factor;
                line-interval line-interval;
                time-interval time-interval;
            }
        }
        file filename {
            allow-commands "regular-expression";
            arguments {
                argument-name {
                    description descriptive-text;
                }
            }
            cert-file path;
            checksum hash-algorithm hash-value;
            command filename-alias;
            dampen {
                dampen-options {
                    cpu-factor cpu-factor;
                    line-interval line-interval;
                    time-interval time-interval;
                }
            }
            description descriptive-text;
            refresh;
            refresh-from url;
            routing-instance routing-instance-name;
            source url;
            start {
                start-options {
                    mem-factor percentage;
                }
            }
        }
        max-datasize size;
        no-allow-url;
        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
[edit system scripts]

Description

Configure an operation 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.6.

footer-navigation