PurposeCommand or Action
Specifies the action to be taken when an EEM applet is triggered.
action label syslog [priority priority-level] msg
msg-text facility string
Step 9
In this example, the action taken is to write a message to syslog.
Example:
Device(config-applet)# action 1.0 syslog
•
The optional priority keyword specifies the priority level of
the syslog messages. If selected, the priority-level argument
must be defined.
priority critical msg
"Memory exhausted; current available memory
is $_snmp_oid_val bytes"
•
The msg-text argument can be character text, an environment
variable, or a combination of the two.
Example:
Device(config-applet)# action 1.0 syslog
•
The facility keyword specifies the location of generated
message
•
The string argument can be character text, an environment
variable, or a combination of the two.
priority errors facility EEM-FAC message
“TEST MSG”
Specifies the action of sending a short e-mail when an EEM applet
is triggered.
action label mail server server-address to
to-address from from-address [cc cc-address]
subject subject body body-text
Step 10
•
The server-address argument specifies the fully qualified
domain name of the e-mail server to be used to forward the
e-mail.
Example:
Device(config-applet)# action 2.0 mail
•
The to-address argument specifies the e-mail address where
the e-mail is to be sent.
server 192.168.1.10 to
engineering@example.com from
devtest@example.com subject "Memory failure"
•
The from-address argument specifies the e-mail address from
which the e-mail is sent.
body "Memory exhausted; current available
memory is $_snmp_oid_val bytes"
•
The subject argument specifies the subject line content of the
e-mail as an alphanumeric string.
•
The body-text argument specifies the text content of the e-mail
as an alphanumeric string.
--Add more action commands as required.
Step 11
Exits applet configuration mode and returns to privileged EXEC
mode.
end
Example:
Device(config-applet)# end
Step 12
Troubleshooting Tips
Use the debug event manager command in privileged EXEC mode to troubleshoot EEM command operations.
Use any debugging command with caution as the volume of generated output can slow or stop the device
operations. We recommend that this command be used only under the supervision of a Cisco engineer.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1700
How to Write EEM Policies Using the Cisco IOS CLI