For an implementation of an event-handler profile, specifies if recurring trigger conditions can launch an event-handler action more than once.
Each time the trigger condition occurs, the event-handler action is launched.
Event-handler activation mode
The no form of this command resets the trigger-mode setting to the default each-instance option.
The following example sets the trigger mode to on-first-instance.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# trigger-mode on-first-instance
The following example resets trigger-mode to the default value of each-instance.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# no trigger-mode