For an implementation of an event-handler profile, specifies the number of times an event-handler action is run, when triggered.
When the trigger condition occurs, the event-handler actions runs once.
Event-handler activation mode
The no form of this command resets the iterations setting to the default 1 iteration.
The following example specifies 5 iterations.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# iterations 5
The following example resets iterations to the default value of 1 iteration.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# no iterations