12-18
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 12 Identifying and Preventing Distributed Denial-of-Service Attacks
Configuring Attack Detectors
How to Disable All Non-default Attack Detectors
Use the following command to disable all non-default attack detectors, configuring them to use the
default values.
From the SCE(config if)# prompt, type:
How to Disable All Attack Detectors
Use the following command to disable all attack detectors, configuring them to use the default values.
From the SCE(config if)# prompt, type:
Sample Attack Detector Configuration
The following configuration changes the default user threshold values used for detecting ICMP attacks,
and configures an attack-detector with high thresholds for UDP attacks, preventing false detections of
two DNS servers (10.1.1.10 and 10.1.1.13) as being attacked.
Step 1
From the SCE(config)# prompt, type
interface linecard 0
and press
Enter
.
Enters linecard interface configuration mode
Step 2
From the SCE(config if)# prompt, type
attack-detector default protocol ICMP attack-direction
single-side-source
side
both
action
report
open-flow-rate
1000
suspected-flows-rate
100
suspected-flows-ratio
10
and press
Enter
.
Configures the default ICMP threshold and action.
Step 3
From the SCE(config if)# prompt, type
attack-detector
1
access-list
3
comment
"DNS servers"
and
press
Enter
.
Enables attack detector #1 and assigns ACL #3 to it.
Step 4
From the SCE(config if)# prompt, type
attack-detector
1
UDP-ports-list
53
Defines the list of UDP destination ports for attack detector #1 with one port, port 53
Step 5
From the SCE(config if)# prompt, type
attack-detector
1
protocol UDP dest-port
specific
attack-direction
single-side-destination
side
both
action
report
open-flow-rate
1000000
suspected-flows-rate
1000000
and press
Enter
.
Defines the thresholds and action for attack detector #1.
Step 6
From the SCE(config if)# prompt, type
attack-detector
1
protocol UDP dest-port
specific
attack-direction
single-side-destination
side
subscriber
notify-subscriber
and press
Enter
.
Enables subscriber notification for attack detector #1.
Command
Purpose
default attack-detector all-numbered
Disables all non-default attack detectors.
Command
Purpose
default attack-detector all
Disables all attack detectors.