•
The SNMP community string should be set by using the snmp-server community command to enable
access to the SNMP entity.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
event manager applet applet-name
4.
Do one of the following:
•
event snmp oid oid-value get-type {exact | next} entry-op operator entry-val
entry-value[exit-comb | and}] [exit-op operator] [exit-val exit-value] [exit-time exit-time-value]
poll-interval poll-int-value
5.
action label info type snmp oid oid-value get-type {exact| next} [community community-string]
[ipaddr ip-address]
6.
action label info type snmp oid oid-value set-type oid-type oid-type-value community
community-string [ipaddr ip-address]
7.
action label info type snmp getid oid-value [community community-string] [ipaddr ip-address]
8.
exit
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Registers the applet with the event manager server and
enters applet configuration mode.
event manager applet applet-name
Example:
Device(config)# event manager applet snmp
Step 3
Specifies the event criteria that cause the EEM applet
to run.
Do one of the following:
Step 4
•
event snmp oid oid-value get-type {exact | next}
entry-op operator entry-val entry-value[exit-comb |
•
In this example, an EEM event is triggered when
free memory falls below the value of 5120000.
and}] [exit-op operator] [exit-val exit-value] [exit-time
exit-time-value] poll-interval poll-int-value
•
Exit criteria are optional, and if not specified,
event monitoring is reenabled immediately.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1727
How to Write EEM Policies Using the Cisco IOS CLI