Register_Timer - Cisco Catalyst 2960 series Configuration Manual

Consolidated platform configuration guide, ios release 15.2(4)e
Hide thumbs Also See for Catalyst 2960 series:
Table of Contents

Advertisement

register_timer

This error means that a control block address that was passed in the EEM API was incorrect.
(_cerr_sub_err = 22)
This error means that an internal EEM event detector pointer was null when it should have contained a value.
(_cerr_sub_err = 25)
This error means that the number of timer or counter subscribers exceeded the maximum.
(_cerr_sub_err = 26)
This error means that the subscriber index was invalid.
(_cerr_sub_err = 54)
This error means that the event detector was unavailable.
(_cerr_sub_err = 56)
This error means that the EEM event detector that handles this request is not available.
register_timer
Registers a timer and returns a timer event ID. This Tcl command extension is used by a timer publisher to
perform this registration before using the event ID to manipulate the timer if it does not use the
event_register_timer command extension to register as a publisher and subscriber.
Syntax
register_timer watchdog|countdown|absolute|cron name ?
Arguments
name
Result String
event_id %u
Where event_id is the timer event ID for the specified timer (can be used to manipulate the timer by the
timer_arm or timer_cancel command extensions).
Set _cerrno
Yes
(_cerr_sub_err =
This error means that the operating system reported an error. The POSIX errno value that is reported with the
error should be used to determine the cause of the operating system error.
(_cerr_sub_err =
This error means that the request to register the specific event was made before the EEM event detector had
completed its initialization.
(_cerr_sub_err =
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
2016
FH_ENULLPTR
(event detector internal error - ptr is null)
FH_ESUBSEXCEED
(number of subscribers exceeded)
FH_ESUBSIDXINV
(invalid subscriber index)
FH_EFDUNAVAIL
(connection to event detector unavailable)
FH_EFDCONNERR
(event detector connection error)
2)
FH_ESYSERR
(generic/unknown error from OS/system)
4)
FH_EINITONCE
(Init() is not yet done, or done twice.)
6)
FH_EBADEVENTTYPE
(Mandatory) The name of the timer to be manipulated.
(unknown EEM event type)

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents