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

dampen

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
dampen {
    dampen-options {
        cpu-factor cpu-factor;
        line-interval line-interval;
        time-interval time-interval;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit event-options event-script],
[edit event-options event-script file filename],
[edit system scripts commit],
[edit system scripts op],
[edit system scripts op file filename]

Description

Slow down the operation of SLAX and XSLT scripts executed on the device.

To dampen all enabled scripts of a given script type, configure the statement at the hierarchy level for that script type. To dampen a single op or event script, configure the statement at the hierarchy level where the script is configured. Script dampening is only enforced for op scripts that are local to the device. If you execute an op script from a remote location using the op url command, Junos OS does not dampen the script. You cannot dampen individual commit scripts.

Note:

Junos OS does not support script dampening for Python automation scripts. If you configure script dampening for all enabled scripts of a given script type, Junos OS logs the following message in the system log file if it executes a Python op or event script: dampen is not supported for python scripts. No warning is logged for Python commit scripts.

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

footer-navigation