set application-control

Description

Configures the default policy for the Application Control and URL filtering blades.

Syntax

set application-control [ mode <mode>] [ url-flitering-only <url-flitering-only>] [ block-security-categories <block-security-categories>] [ block-inappropriate-content <block-inappropriate-content> ] [ block-other-undesired-applications <block-other-undesired-applications> ] [ block-file-sharing-applications <block-file-sharing-applications> ] [ limit-bandwidth { true [ limit-upload { true set-limit <set-limit> | false } ] [ limit-download { true set-limit <set-limit> | false } ] | false } ]

Parameters

Parameter

Description

block-file-sharing- applications

Block file sharing using torrents and peer-to-peer applications

Type: Boolean (true/false)

block-inappropriate- content

Control content by blocking Internet access to websites with inappropriate content such as sex, violence, weapons, gambling, and alcohol

Type: Boolean (true/false)

block-other-undesired- applications

Manually add and block applications or categories of URLs to a group of undesired applications

Type: Boolean (true/false)

block-security- categories

Block applications and URLs that can be a security risk and are categorized as spyware, phishing, botnet, spam, anonymizer, or hacking

Type: Boolean (true/false)

limit-bandwidth

Indicates if applications that use a lot of bandwidth are limited (also used for QoS)

Type: Boolean (true/false)

limit-download

If true, traffic for downloading is limited to the value in maxLimitedDownload

Type: Boolean (true/false)

limit-upload

If true, traffic for uploading is limited to the value in maxLimitedDownload

Type: Boolean (true/false)

mode

Applications & URLs mode - true for on, false for off

Type: Boolean (true/false)

set-limit

The limit, in kbps, for downloading

Type: A number with no fractional part (integer)

url-flitering-only

Indicates if enable URL Filtering and detection only mode is enabled

Type: Boolean (true/false)

Example

set application-control mode true url-flitering-only true block-security-categories true block-inappropriate-content true block-other-undesired-applications true block-file-sharing-applications true limit-bandwidth true limit-upload true set-limit 5 limit-download true set-limit 100