8-34
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 7.2
OL-29168-01
Chapter8 Configuring Event Action Rules
Configuring General Settings
Configuring the General Settings
Use the following commands in service event action rules submode to configure general event action
rules settings:
global-block-timeout —Specifies the number of minutes to block a host or connection. The valid
range is 0 to 10000000. The default is 30 minutes.
global-deny-timeout—Specifies the number of seconds to deny attackers inline. The valid range is
0 to 518400. The default is 3600.
global-filters-status {enabled | disabled}—Enables or disables the use of the filters. The default is
enabled.
global-metaevent-status {enabled | disabled}—Enables or disables the use of the Meta E vent
Generator. The default is enabled.
global-overrides-status {enabled | disabled}—Enables or disables the use of the overrides. The
default is enabled.
global-summarization-status {enabled | disabled}—Enables or disables the use of the
summarizer. The default is enabled.
max-denied-attackers—Limits the number of denied attackers possible in the system at any one
time. The valid range is 0 to 100000000. The default is 10000.
Configuring Event Action General Settings
To configure event action general settings, follow these steps:
Step 1
Log in to the CLI using an account with administrator privileges.
Step 2
Enter event action rules submode.
sensor# configure terminal
sensor(config)# service event-action-rules rules0
Step 3
Enter general submode.
sensor(config)# general
Step 4
Enable or disable the meta event generator. The default is enabled.
sensor(config-eve-gen)# global-metaevent-status {enabled | disabled}
Step 5
Enable or disable the summarizer. The default is enabled.
sensor(config-eve-gen)# global-summarization-status {enabled | disabled}
Step 6
Configure the denied attackers inline event action:
a.
Limit the number of denied attackers in the system at any given time. The default is 10 00.
sensor(config-eve-gen)# max-denied-attackers 100
b.
Configure the amount of seconds to deny attackers in the system. The default is 3600 seconds.
sensor(config-eve-gen)# global-deny-timeout 1000
Step 7
Configure the number of minutes to block a host or a connection. The default is 30 minutes.
sensor(config-eve-gen)# global-block-timeout 20