PurposeCommand or Action
Example:
Device(config)# event manager environment
_cron_entry 0-59/2 0-23/1 * * 0-6
•
In this example, the software assigns a CRON timer
environment variable to be set to the second minute of every
hour of every day.
--Repeat Registering and Defining an EEM Tcl Script
to configure all the environment variables required
Step 5
by the policy to be registered in Registering and
Defining an EEM Tcl Script.
Registers the EEM policy to be run when the specified event
defined within the policy occurs.
event manager policy policy-filename [type
{system| user}] [trap]
Step 6
Example:
Device(config)# event manager policy
tm_cli_cmd.tcl type system
•
Use the system keyword to register a Cisco-defined system
policy.
•
Use the user keyword to register a user-defined system
policy.
•
Use the trap keyword to generate an SNMP trap when the
policy is triggered.
•
In this example, the sample EEM policy named
tm_cli_cmd.tcl is registered as a system policy.
Exits global configuration mode and returns to privileged EXEC
mode.
exit
Example:
Device(config)# exit
Step 7
Examples
In the following example, the show event manager environment privileged EXEC command is used to
display the name and value of all EEM environment variables.
Device# show event manager environment all
No. Name Value
1 _cron_entry 0-59/2 0-23/1 * * 0-6
2 _show_cmd show ver
3 _syslog_pattern .*UPDOWN.*Ethernet1/0.*
4 _config_cmd1 interface Ethernet1/0
5 _config_cmd2 no shut
Unregistering Embedded Event Manager Policies
Perform this task to remove an EEM policy from the running configuration file. Execution of the policy is
canceled.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1702
How to Write EEM Policies Using the Cisco IOS CLI