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

site-reputation-action

date_range 08-May-24

Syntax

content_copy zoom_out_map
site-reputation-action {
    harmful   (block | log-and-permit | permit | quarantine);
    fairly-safe   (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);
}

Hierarchy Level

content_copy zoom_out_map
[edit security utm default-configuration]
[edit security utm feature-profile web-filtering juniper-enhanced profile profile-name category category-name]

Description

Specify the action to be taken depending on the site reputation returned for all types of URLs whether it is categorized or uncategorized.

Note:

Starting with Junos OS Release 17.4R1, the reputation base scores are configurable. Users can apply global reputation values, provided by the Websense ThreatSeeker Cloud (TSC). For the non-category URLs, the global reputation value is used to perform filtering,

Options

fairly-safe

Permit, log-and-permit, block, or quarantine a request if a site-reputation of 70 through 79 is returned.

harmful

Permit, log-and-permit, block, or quarantine a request if a site-reputation of zero through 59 is returned.

moderately-safe

Permit, log-and-permit, block, or quarantine a request if a site-reputation of 80 through 89 is returned.

suspicious

Permit, log-and-permit, block, or quarantine a request if a site-reputation of 60 through 69 is returned.

very-safe

Permit, log-and-permit, block, or quarantine a request if a site-reputation of 90 through 100 is returned.

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.

footer-navigation