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

Configuring IDS Actions

To configure IDS actions, include the then statement at the [edit services ids rule rule-name term term-name] hierarchy level:

then {
aggregation {
destination-prefix prefix-value | destination-prefix-ipv6 prefix-value;
source-prefix prefix-value | source-prefix-ipv6 prefix-value;
}
(force-entry | ignore-entry);
logging {
syslog;
threshold rate;
}
session-limit {
by-destination {
hold-time seconds;
maximum number;
packets number;
rate number;
}
by-pair {
hold-time seconds;
maximum number;
packets number;
rate number;
}
by-source {
hold-time seconds;
maximum number;
packets number;
rate number;
}
}
syn-cookie {
mss value;
threshold rate;
}
}

You can configure the following possible actions:

You configure the thresholds for flow limitation based on traffic direction:

You can configure the following threshold values:


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