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"
DescriptionEvent Type
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.
event_id
Type of event.event_type
An ASCII string that represents the name of the event
for this event type.
event_type_string
The time, in seconds and milliseconds, when the event
was published to the EEM.
event_pub_sec event_pub_msec
Type of the timer. Can be one of the following:
•
watchdog
•
countdown
•
absolute
timer_type
Time when the timer expired.timer_time_sec timer_time_msec
The remaining time before the next expiration.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)
1953
event_register_timer_subscriber