S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
7-11
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.x
Chapter 7 E Commands
event
Defaults
None.
Command Modes
Embeded Event Manager.
Command History
Usage Guidelines
None.
Examples
The following example shows how to specify the event criteria for an EEM applet that is run by matching
a Cisco NX-OS command line interface (CLI) command.
switch(config-applet)#
event cli match “shutdown”
The following example show how to specify an event criteria for an EEM applet that is run when the
defined critical_errors counter exceeds the entry value:
switch(config)#
event manager applet eventcntr-applet
switch(config-applet)#
event counter name critical_errors entry-val 3 entry-op gt
switch(config-applet)#
get-type
Specifies the type of SNMP get operation to be applied to the object ID
specified by the OID value argument.
exact
Retrieves the object ID specified by the OID value argument.
next
Retrieves the object ID that is the alphanumeric successor to the object ID
specified by the OID value argument.
exit-comb
(Optional) Indicates the combination of exit conditions that must be met
before event monitor is reenabled.
and
(Optional) Specifies that an exit comparison operator, an exit object ID
value, and an exit time value must exist.
or
(Optional) Specifies that an exit comparison operator and an exit object ID
value or an exit time value must exist.
exit-time
time
polling-interval
interval
Specifies the time interval between consecutive polls. The value argument
is an integer that represents seconds in the range from 1 to 4294967295. The
minimum polling interval is 1 second.
temperature
Specifies temperature event specification.
module
slot
(Optional) Specifies module number. The slot range is from 1 to 10.
sensor number
(Optional) Specifies sensor number.
threshold
Specifies major or minor threshhold.
any
Specifies major or minor threshold.
major
Specifies major threshold.
mi nor
Specifies minor threshold.
Release
Modification
NX-OS 4.1(2)
This command was introduced.