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

icmp (Security IDP Signature Attack)

date_range 06-May-24

Syntax

content_copy zoom_out_map
icmp {
    code {
        match (equal | greater-than | less-than | not-equal);
        value code-value;
    }
    data-length {
        match (equal | greater-than | less-than | not-equal);
        value data-length;
    }
    identification (Security ICMP Headers) {
        match (equal | greater-than | less-than | not-equal);
        value identification-value;
    }
    sequence-number (Security IDP ICMP Headers) {
        match (equal | greater-than | less-than | not-equal);
        value sequence-number;
    }
    type (Security IDP ICMP Headers) {
        match (equal | greater-than | less-than | not-equal);
        value type-value;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit security idp custom-attack attack-name attack-type signature protocol]

Description

Allow IDP to match the ICMP header information for the signature attack.

Options

The remaining statements are explained separately. See CLI Explorer.

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.

footer-navigation