![Cisco ASR 9000 Serie Configuration Manuals Download Page 179](http://html.mh-extra.com/html/cisco/asr-9000-serie/asr-9000-serie_configuration-manuals_66679179.webp)
This error means that the number of timer or counter subscribers exceeded the maximum.
(_cerr_sub_err = 26)
FH_ESUBSIDXINV
(invalid subscriber index)
This error means that the subscriber index was invalid.
(_cerr_sub_err = 54)
FH_EFDUNAVAIL
(connection to event detector unavailable)
This error means that the event detector was unavailable.
(_cerr_sub_err = 56)
FH_EFDCONNERR
(event detector connection error)
This error means that the EEM event detector that handles this request is not available.
timer_arm
Arms a timer. The type could be CRON, watchdog, countdown, or absolute.
Syntax
timer_arm event_id ? cron_entry ?|time ?
Arguments
(Mandatory)Timer event ID returned by the
register_timer
command extension. Must be an
integer between 0 and 4294967295, inclusive.
event_id
(Mandatory) Must exist if the timer type is CRON.
Must not exist for other types of timer. CRON timer
specification uses the format of the CRON table entry.
cron_entry
(Mandatory) Must exist if the timer type is not CRON.
Must not exist if the timer type is CRON. For
watchdog and countdown timers, the number of
seconds and milliseconds until the timer expires; for
an absolute timer, the calendar time of the expiration
time (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). An absolute
expiration date is the number of seconds and
milliseconds since January 1, 1970. If the date
specified has already passed, the timer expires
immediately.
time
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
163
Configuring and Managing Embedded Event Manager Policies
Embedded Event Manager Utility Tcl Command Extensions