[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

antivirus

See the following sections:

antivirus (feature-profile)

Syntax

anti-virus {
type kaspersky-lab-engine;
kaspersky-lab-engine {
pattern-update {
url;
interval value;
}
profile profile-name {
fallback-options {
default (log-and-permit | block);
corrupt-file (log-and-permit | block);
password-file (log-and-permit | block);
decompress-layer (log-and-permit | block);
content-size (log-and-permit | block);
engine-not-ready (log-and-permit | block);
timeout (log-and-permit | block);
out-of-resources (log-and-permit | block);
too-many-requests (log-and-permit | block);
}
scan-options {
intelligent-prescreening;
scan-mode (scan-all | by--extension);
content-size-limit value;
timeout value;
decompress-layer-limit value;
}
notification-options {
virus-detection {
type (message | protocol-only);
notify-mail-sender;
custom-message;
}
fallback-block {
custom-message;
notify-mail-sender;
type;
}
}
trickling {
timeout value;
}
}
}
type juniper-express-engine;
juniper-express-engine {
pattern-update {
url;
interval value;
}
profile profile-name {
fallback-options {
default (log-and-permit | block);
content-size (log-and-permit | block);
engine-not-ready (log-and-permit | block);
timeout (log-and-permit | block);
out-of-resources (log-and-permit | block);
too-many-requests (log-and-permit | block);
}
scan-options {
intelligent-prescreening;
scan-mode (scan-all | by--extension);
content-size-limit value;
timeout value;
decompress-layer-limit value;
}
notification-options {
virus-detection {
type (message | protocol-only);
notify-mail-sender;
custom-message;
}
fallback-block {
custom-message;
notify-mail-sender;
type;
}
}
trickling {
timeout value;
}
}
mime-whitelist {
list listname {
exception listname;
}
url-whitelist {
listname;
}
}
}

Hierarchy Level

[edit security utm feature-profile]

Release Information

Statement introduced in Release 9.4 of JUNOS software.

Description

Configure UTM antivirus full and express features.

This statement is supported on SRX 210, SRX 240, SRX 650, and J-series devices.

Options

The remaining statements are explained separately.

Usage Guidelines

For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.

Required Privilege Level

security—To view this statement in the configuration.

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

antivirus (utm-policy)

Syntax

anti-virus {
http-profile profile-name;
ftp {
upload-profile profile-name;
download-profile profile-name;
}
smtp-profile profile-name;
pop3-profile profile-name;
imap-profile profile-name;
}

Hierarchy Level

[edit security utm utm-policy policy-name]

Release Information

Statement introduced in Release 9.5 of JUNOS software.

Description

Configure a UTM policy for the antivirus protocols and attach this policy to a security profile to implement it.

This statement is supported on SRX 210, SRX 240, SRX 650, and J-series devices.

Options

The remaining statements are explained separately.

Usage Guidelines

For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.

Required Privilege Level

security—To view this statement in the configuration.

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


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]