Syntax
event_register_timer_subscriber watchdog|countdown|absolute|cron
name ? [queue_priority low|normal|high|last] [maxrun ?] [nice 0|1]
Arguments
(Mandatory) Watchdog timer.watchdog
(Mandatory) Countdown timer.countdown
(Mandatory) Absolute timer.absolute
(Mandatory) CRON timer.cron
(Mandatory) Name of the timer.name
(Optional) Priority level at which the script will be
queued:
•
queue_priority low--Specifies that the script is
to be queued at the lowest of the three priority
levels.
•
queue_priority normal--Specifies that the script
is to be queued at a priority level greater than
low priority but less than high priority.
•
queue_priority high--Specifies that the script is
to be queued at the highest of the three priority
levels.
•
queue_priority last--Specifies that the script is
to be queued at the lowest priority level.
If more than one script is registered with the
"queue_priority_last" argument set, these scripts will
execute in the order in which the events are published.
The queue_priority argument specifies the
queuing priority, but not the execution
priority, of the script being registered.
Note
If this argument is not specified, the default queuing
priority is normal.
queue_priority
(Optional) Maximum run time of the script (specified
in SSSSSSSSSS[.MMM] format, where SSSSSSSSSS
must be an integer representing seconds between 0
and 4294967295, inclusive, and where MMM must
be an integer representing milliseconds between 0
and 999). If this argument is not specified, the default
20-second run-time limit is used.
maxrun
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1954
event_register_timer_subscriber