
5-11
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 5.0
78-16527-01
Chapter 5 Configuring Interfaces
Configuring Interface Notifications
The following options apply:
•
default
—Sets the value back to the system default setting.
•
idle-interface-delay
—The number of seconds an interface must be idle before sending a
notification. The valid range is 5 to 3600. The default is 30 seconds.
•
missed-percentage-threshold
—The percentage of packets that must be missed during a specified
interval before notification will be sent. The valid range is 0 to 100. The default is 0.
•
notification-interval
—Interval to check for missed packet percentage. The valid range is 5 to 3600.
The default is 30 seconds
To configure the interface notification settings, follow these steps:
Step 1
Log in to the CLI using an account with administrator privileges.
Step 2
Enter global configuration mode:
sensor#
configure terminal
Step 3
Enter interface submode:
sensor(config)#
service interface
Step 4
Enter interface notifications submode:
sensor(config-int)#
interface-notifications
Step 5
Configure the idle interface delay:
sensor(config-int-int)#
idle-interface-delay 60
Step 6
Configure the missed percentage threshold:
sensor(config-int-int)#
missed-percentage-threshold 1
Step 7
Configure the notification interval:
sensor(config-int-int)#
notification-interval 60
Step 8
Verify the settings:
sensor(config-int-int)#
show settings
interface-notifications
-----------------------------------------------
missed-percentage-threshold: 1 percent default: 0
notification-interval: 60 seconds default: 30
idle-interface-delay: 60 seconds default: 30
-----------------------------------------------
sensor(config-int-int)#
Step 9
Exit interface notifications submode:
sensor(config-int-int)#
exit
sensor(config-int)#
exit
Apply Changes:?[yes]:
Step 10
Press
Enter
to apply the changes or type
no
to discard them.