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

juniper-enhanced

date_range 09-May-24

Syntax

content_copy zoom_out_map
juniper-enhanced {
    cache {
        size value;
        timeout value;
    }
    profile profile-name {
        category customurl-list name {
            action  (block | log-and-permit | permit | quarantine);
        }
        custom-block-message value;
        custom-quarantine-message value;
        default  (block | log-and-permit | permit | quarantine);
        fallback-settings {
            default  (block | log-and-permit);
            server-connectivity   (block | log-and-permit);
            timeout    (block | log-and-permit);
            too-many-requests  (block | log-and-permit);
        }
        no-safe-search;
        site-reputation-action {
            fairly-safe   (block | log-and-permit | permit | quarantine);
            harmful   (block | log-and-permit | permit | quarantine);
            moderately-safe  (block | log-and-permit | permit | quarantine);
            suspicious  (block | log-and-permit | permit | quarantine);
            very-safe   (block | log-and-permit | permit | quarantine);
            }
        timeout value;
    }
    server {
        host host-name;
        port number;
        proxy-profile proxy profile name;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit security utm default-configuration]
[edit security utm feature-profile web-filtering]

Description

Configure the Content Security Enhanced Web Filtering feature.

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

The [edit security utm default-configuration] hierarchy level is introduced in Junos OS Release 18.2R1.

The proxy-profile option is introduced under the security utm default-configuration web-filtering juniper-enhanced server hierarchy level in Junos OS Release 18.3R1.

footer-navigation