User's Manual

E-DOC-CTC-20061027-0003 v2.0
IDS Commands
408
ids threshold modify
Modify the IDS thresholds.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
ids threshold modify index = <number>
[window = <number>]
[limit = <number>]
[scaling = <{disabled | enabled}>]
index The index of the IDS threshold to be modified.
Tip Use the command :ids threshold list to obtain the indexes.
REQUIRED
window A number (of seconds).
Represents the time window of the threshold.
OPTIONAL
limit A number.
Represents the limit of the threshold.
OPTIONAL
scaling Enable or disable scaling of the threshold window. OPTIONAL
=>ids threshold list
index name window limit scaling
-----------------------------------------------------------------
1. ids scan 20 20 enabled
2. ids flood 2 100 disabled
3. ids tcp rate 1 200 disabled
4. ids udp rate 1 200 disabled
5. ids icmp rate 1 200 disabled
6. ids ip rate 1 200 disabled
=>ids threshold modify index=3 window=10 limit=300 scaling=enabled
=>ids threshold list
index name window limit scaling
-----------------------------------------------------------------
1. ids scan 20 20 enabled
2. ids flood 2 100 disabled
3. ids tcp rate 10 300 enabled
4. ids udp rate 1 200 disabled
5. ids icmp rate 1 200 disabled
6. ids ip rate 1 200 disable
=>
ids threshold clear Reset the IDS thresholds to their default values.
ids threshold list Display the IDS thresholds.