config : server-policy pattern custom-susp-url-rule
 
server-policy pattern custom-susp-url-rule
Use this command to add one or more existing custom suspicious URLs to a custom suspicious URL rule.
Custom suspicious URL rules can augment the predefined suspicious URL rules. You can add custom suspicious URL rules to input rules.
To use this command, your administrator account’s access control profile must have either w or rw permission to the traroutegrp area. For more information, see “Permissions”.
Syntax
config server-policy pattern custom-susp-url-rule
edit <rule_name>
config type-list
edit <entry_index>
set custom-susp-url <suspicious-url_name>
next
end
next
end
Variable
Description
Default
<rule_name>
Type the name of a new or existing rule. The maximum length is 35 characters.
To display the list of existing rules, type:
edit ?
No default.
<entry_index>
Type the index number of the individual entry in the table. The valid range is from 1 to 9,999,999,999,999,999,999.
No default.
custom-susp-url <suspicious-url_name>
Type the name of an existing custom URL already defined using config server-policy pattern custom-susp-url. The maximum length is 35 characters.
To display the list of existing rules, type:
edit ?
No default.
Example
This example configures a custom suspicious URL rule using an existing custom suspicious URL.
config server-policy pattern custom-susp-url-rule
edit "Suspicious Rule 1"
config type-list
edit 1
set custom-susp-url "Suspicious URL 1"
next
end
next
end
Related topics
config server-policy pattern custom-susp-url