E-DOC-CTC-20061027-0003v2.0
IDS Commands
408
ids threshold modifyModifythe IDS thresholds.
SYNTAX:
where:
EXAMPLE:
RELATEDCOMMANDS:
ids threshold modify index = <number>
[window = <number>]
[limit = <number>]
[scaling = <{disabled | enabled}>]
index Theindex of the IDS threshold to be modified.
Tip Use the command :ids threshold list toobtain the i ndexes.
REQUIRED
window A number( of seconds).
Represents the time window of the threshold.
OPTIONAL
limit Anumber.
Representsthe limit of the threshold.
OPTIONAL
scaling Enableor 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 theIDS thresholds to their default values.
ids threshold list Displaythe IDS thresholds.