Specifies whether the action runs only if all of the triggers occur or if one is sufficient, for an implementation of an event-handler profile when multiple triggers are defined for an event-handler action.
The event-handler action runs if any of the triggers occur.
Event-handler activation mode
The no form of this command sets the trigger-function setting to the default OR option.
The following example determines that the event-handler action runs only if all of the triggers occur within 120 seconds.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# trigger-function AND time-window 120
The following example resets trigger-function to the default OR option.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# no trigger-function