A Commands
action event-default
7
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
action event-default
To specify that the default action for the event is to be performed when an Embedded Event Manager
(EEM) applet is triggered, use the action event-default command. To disable the default action, use the
no form of this command.
action label event-default
no action label event-default
Syntax Description
Defaults None
Command Modes Embedded event manager
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines If you want to allow the triggered event to process any default actions, you must configure the EEM
policy to allow the default action. For example, if you match a CLI command in a match statement, you
must add the event-default statement to the EEM policy or EEM does not allow the CLI command to
execute. You can use the terminal event-manager bypass command to allow all EEM policies with CLI
matches to execute the CLI command.
This command does not require a license.
Examples This example shows how to specify that the default action for the event is to be performed when an EEM
applet is triggered:
switch# configure terminal
switch(config)# event manager applet default-applet
switch(config-applet)# action 1.15 event-default
switch(config-applet)#
label Unique identifier that can be any string value. Actions are sorted and run in an
ascending alphanumeric sequence using the label as the sort key. If the string
contains embedded blanks, enclose it in double quotation marks.
Release Modification
4.0(1) This command was introduced.