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

time-binding

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
time-binding {
    count count-value;
    scope (destination | peer | source);
    interval time-interval;
}

Hierarchy Level

content_copy zoom_out_map
[edit security idp custom-attack attack-name]

Description

Allow IDP to detect a sequence of the same attacks over a period of time.

Options

count count-value

Specify the number of times that IDP detects the attack within the specified scope before triggering an event.

interval time-interval

Specify the maximum time interval between any two instances of a time-binding custom attack.

  • Syntax: 00m-00s

  • Default: 60 seconds

  • Range: 0 minutes and 0 seconds to 60 minutes and 0 seconds

scope (destination | peer | source)

Specify whether the counting of the attack is from the same source IP address, the same destination IP address, or a peer.

  • Values:

    destination

    IDP detects attacks to a given destination IP address for the specified number of times, regardless of the source IP address.

    peer

    IDP detects attacks between source and destination IP addresses of the sessions for the specified number of times.

    source

    IDP detects attacks from a given source IP address for the specified number of times, regardless of the destination IP address.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 9.3.

Interval option introduced in Junos OS Release 18.4R1.

footer-navigation