C
HAPTER
21
| SNMP Commands
Additional Trap Commands
– 791 –
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#
RELATED COMMANDS
show memory (708)