For an implementation of an event-handler profile, specifies the number of seconds between iterations of an event-handler action, if triggered.
Iterations occur with no interval between them.
Event-handler activation mode
The interval command is effective only if the iterations value is non-zero.
The no form of this command resets the interval setting to the default 0 seconds.
The following example sets the number of iterations to 3 and specifies an interval of 10 seconds between each iteration.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# iterations 3 device(config-activate-eventHandler1)# interval 10
The following example resets interval to the default value of 0 seconds.
device# configure terminal device(config)# event-handler activate eventHandler1 device(config-activate-eventHandler1)# no interval