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 var variable-name oid oid-value oid-type oid-type-value
6.
action label info type snmp trap enterprise-oid enterprise-oid-value generic-trapnum
generic-trap-number specific-trapnum specific-trap-number trap-oid trap-oid-value trap-var
trap-variable
7.
action label info type snmp inform trap-oid trap-oid-value trap-var trap-variable 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)
1730
How to Write EEM Policies Using the Cisco IOS CLI