Result String
None
Set _cerrno
No
Event_reqinfo
"event_id %u event_type %u event_type_string {%s} event_pub_sec %u event_pub_msec %u"
"timer_type %s timer_time_sec %ld timer_time_msec %ld"
"timer_remain_sec %ld timer_remain_msec %ld"
Event Type
event_id
event_type
event_type_string
event_pub_sec event_pub_msec
timer_type
timer_time_sec timer_time_msec
timer_remain_sec timer_remain_msec
See Also
event_register_timer_subscriber
event_register_timer_subscriber
Registers for a timer event as a subscriber. Use this Tcl command extension to identify the name of the timer
to which the event timer, as a subscriber, wants to subscribe. The event timer depends on another policy or
another process to actually manipulate the timer. For example, let policyB act as a timer subscriber policy,
but policyA (although it does not need to be a timer policy) uses register_timer, timer_arm, or timer_cancel
Tcl command extensions to manipulate the timer referenced in policyB.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
event_register_timer_subscriber
Description
Unique number that indicates the ID for this published
event. Multiple policies may be run for the same
event, and each policy will have the same event_id.
Type of event.
An ASCII string that represents the name of the event
for this event type.
The time, in seconds and milliseconds, when the event
was published to the EEM.
Type of the timer. Can be one of the following:
• watchdog
• countdown
• absolute
Time when the timer expired.
The remaining time before the next expiration.
1953