CLI Reference Guide-R04

Table Of Contents
Chapter 5
| SNMP Commands
Additional Trap Commands
– 211 –
show snmp
notify-filter
This command displays the configured notification logs.
Command Mode
Privileged Exec
Example
This example displays the configured notification logs and associated target hosts.
Console#show snmp notify-filter
Filter profile name IP address
---------------------------- ----------------
A1 10.1.19.23
Console#
Additional Trap Commands
memory This command sets an SNMP trap based on configured thresholds for memory
utilization. Use the no form to restore the default setting.
Syntax
memory {rising rising-threshold | falling falling-threshold}
no memory {rising | falling}
rising-threshold - Rising threshold for memory utilization alarm expressed in
percentage. (Range: 1-100)
falling-threshold - Falling threshold for memory 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)#memory rising 80
Console(config)#memory falling 60
Console#