9-32
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 7.2
OL-29168-01
Chapter9 Co nfiguring Anomaly Detection
Configuring the External Zone
Configuring UDP Protocol for the External Zone
Use the udp {enabled | dst-port number | default-thresholds} command in service anomaly detection
external zone submode to enable and configure the UDP service.
The following options apply:
enabled {false | true}—Enables/disables UDP protocol.
default-thresholds—Defines thresholds to be used for all ports not specified in the destination port
map:
threshold-histogram {low | medium | high} num-source-ips number—Sets values in the
threshold histogram.
scanner-threshold—Sets the scanner threshold. The default is 200.
dst-port number—Defines thresholds for specific destination ports. The valid values are 0 to 65535.
enabled {true | false}—Enables/disables the service.
override-scanner-settings {yes | no}—Lets you override the scanner values:
threshold-histogram {low | medium | high} num-source-ips number—Sets values in the
threshold histogram.
scanner-threshold—Sets the scanner threshold. The default is 200.
Configuring the External Zone UDP Protocol
To configure UDP protocol for a zone, follow these steps:
Step 1
Log in to the CLI using an account with administrator privileges.
Step 2
Enter anomaly detection external zone submode.
sensor# configure terminal
sensor(config)# service anomaly-detection ad0
sensor(config-ano)# external-zone
sensor(config-ano-ext)#
Step 3
Enable UDP protocol.
sensor(config-ano-ext)# udp
sensor(config-ano-ext-udp)# enabled true
Step 4
Associate a specific port with UDP protocol.
sensor(config-ano-ext-udp)# dst-port 20
sensor(config-ano-ext-udp-dst)#
Step 5
Enable the service for that port.
sensor(config-ano-ext-udp-dst)# enabled true
Step 6
Override the scanner values for that port. You can use the default scanner values, or you can override
them and configure your own scanner values.
sensor(config-ano-ext-udp-dst)# override-scanner-settings yes
sensor(config-ano-ext-udp-dst-yes)#