9-12
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 7.2
OL-29168-01
Chapter9 Co nfiguring Anomaly Detection
Configuring the Internal Zone
Understanding the Internal Zone
The internal zone should represent your internal network . It should receive all the traffic that comes to
your IP address range. If the zone is disabled, packets to this zone are ignored. By default the zone is
enabled. You then add the IP addresses that belong to this zone. If you do not configure IP addresses for
all zones, all packets are sent to the default zone, the external zone.
You can enable or disable TCP, UDP, and other protocols for the internal zone. You can configure a
destination port for the TCP and UDP protocols and a protocol number for the other protocols. You can
either use the default thresholds or override the scanner settings and add your own thresholds and
histograms.
Configuring the Internal Zone
Use the internal-zone {enabled | ip-address-range | tcp | udp |other} command in service
anomaly-detection submode to enable the internal zone, add IP addresses to the internal zone, and
specify protocols.
The following options apply:
enabled {false | true}—Enables/disables the zone.
ip-address-range—Specifies the IP addresses of the subnets in the zone. The valid value is
<A.B.C.D>-<A.B.C.D>[,<A.B.C.D>-<A.B.C.D>].
Note
The second IP address in the range must be greater than or equal to the first IP address.
tcp—Lets you configure TCP protocol.
udp—Lets you configure UDP protocol.
other—Lets you configure other protocols besides TCP and UDP.
Configuring the Internal Zone
To configure the internal zone, follow these steps:
Step 1
Log in to the CLI using an account with administrator privileges.
Step 2
Enter anomaly detection internal zone submode.
sensor# configure terminal
sensor(config)# service anomaly-detection ad0
sensor(config-ano)# internal-zone
sensor(config-ano-int)#
Step 3
Enable the internal zone.
sensor(config-ano-int)# enabled true
Step 4
Configure the IP addresses to be included in the internal zone.
sensor(config-ano-int)# ip-address-range 192.0.2.72-192.0.2.108
Step 5
Configure TCP protocol.
Step 6
Configure UDP protocol.