C
HAPTER
21
| SNMP Commands
Additional Trap Commands
– 794 –
process cpu This command sets an SNMP trap based on configured thresholds for CPU
utilization. Use the no form to restore the default setting.
SYNTAX
process cpu {rising rising-threshold | falling falling-threshold}
no process cpu {rising | falling}
rising-threshold - Rising threshold for CPU utilization alarm
expressed in percentage. (Range: 1-100)
falling-threshold - Falling threshold for CPU utilization alarm
expressed in percentage. (Range: 1-100)
DEFAULT SETTING
Rising Threshold: 90%
Falling Threshold: 70%
COMMAND MODE
Global Configuration
COMMAND USAGE
Once the rising alarm threshold is exceeded, utilization must drop beneath
the falling threshold before the alarm is terminated, and then exceed the
rising threshold again before another alarm is triggered.
EXAMPLE
Console(config)#process cpu rising 80
Console(config)#process cpu falling 60
Console#
RELATED COMMANDS
show process cpu (711)