config firewall DoS-policy
Configure IPv4 DoS policies.
config firewall DoS-policy
Description: Configure IPv4 DoS policies.
edit <policyid>
config anomaly
Description: Anomaly name.
edit <name>
set action [pass|block]
set log [enable|disable]
set quarantine [none|attacker]
set quarantine-expiry {user}
set quarantine-log [disable|enable]
set status [disable|enable]
set threshold {integer}
set threshold(default) {integer}
next
end
set comments {var-string}
set dstaddr <name1>, <name2>, ...
set interface {string}
set name {string}
set service <name1>, <name2>, ...
set srcaddr <name1>, <name2>, ...
set status [enable|disable]
next
end
config firewall DoS-policy
|
Parameter |
Description |
Type |
Size |
Default |
||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
comments |
Comment. |
var-string |
Maximum length: 1023 |
|
||||||
|
dstaddr |
Destination address name from available addresses. Address name. |
string |
Maximum length: 79 |
|
||||||
|
interface |
Incoming interface name from available interfaces. |
string |
Maximum length: 35 |
|
||||||
|
name |
Policy name. |
string |
Maximum length: 35 |
|
||||||
|
policyid |
Policy ID. |
integer |
Minimum value: 0 Maximum value: 9999 ** |
0 |
||||||
|
service |
Service object from available options. Service name. |
string |
Maximum length: 79 |
|
||||||
|
srcaddr |
Source address name from available addresses. Address name. |
string |
Maximum length: 79 |
|
||||||
|
status |
Enable/disable this policy. |
option |
- |
enable |
||||||
|
|
|
|||||||||
** Values may differ between models.
config anomaly
|
Parameter |
Description |
Type |
Size |
Default |
||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
action |
Action taken when the threshold is reached. |
option |
- |
pass |
||||||
|
|
|
|||||||||
|
log |
Enable/disable anomaly logging. |
option |
- |
disable |
||||||
|
|
|
|||||||||
|
name |
Anomaly name. |
string |
Maximum length: 63 |
|
||||||
|
quarantine |
Quarantine method. |
option |
- |
none |
||||||
|
|
|
|||||||||
|
quarantine-expiry |
Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker. |
user |
Not Specified |
5m |
||||||
|
quarantine-log |
Enable/disable quarantine logging. |
option |
- |
enable |
||||||
|
|
|
|||||||||
|
status |
Enable/disable this anomaly. |
option |
- |
disable |
||||||
|
|
|
|||||||||
|
threshold |
Anomaly threshold. Number of detected instances (packets per second or concurrent session number) that triggers the anomaly action. |
integer |
Minimum value: 1 Maximum value: 2147483647 |
0 |
||||||
|
threshold(default) |
Number of detected instances (packets per second or concurrent session number) which triggers action (1 - 2147483647, default = 1000). Note that each anomaly has a different threshold value assigned to it. Read-only. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
0 |
||||||