![Cisco ASR 9000 Serie Configuration Manuals Download Page 130](http://html.mh-extra.com/html/cisco/asr-9000-serie/asr-9000-serie_configuration-manuals_66679130.webp)
Description
Syslog Priority
Severity Keyword
Critical conditions, immediate
attention required.
LOG_ALERT (1)
severity_critical
Major conditions.
LOG_CRIT (2)
severity_major
Minor conditions.
LOG_ERR (3)
severity_minor
Warning conditions.
LOG_WARNING (4)
severity_warning
Basic notification, informational
messages.
LOG_NOTICE (5)
severity_notification
Normal event, indicates returning
to a normal state.
LOG_INFO (6)
severity_normal
Debugging messages.
LOG_DEBUG (7)
severity_debugging
Result String
None
Set _cerrno
No
event_register_timer
Creates a timer and registers for a timer event as both a publisher and a subscriber. Use this Tcl command
extension when there is a need to trigger a policy that is time specific or timer based. This event timer is both
an event publisher and a subscriber. The publisher part indicates the conditions under which the named timer
is to go off. The subscriber part identifies the name of the timer to which the event is subscribing.
Both the CRON and absolute time specifications work on local time.
Note
Syntax
event_register_timer watchdog|countdown|absolute|cron
[name ?] [cron_entry ?]
[time ?]
[queue_priority low|normal|high] [maxrun ?]
[nice 0|1]
Arguments
(Mandatory) Watchdog timer.
watchdog
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
114
Configuring and Managing Embedded Event Manager Policies
Embedded Event Manager Event Registration Tcl Command Extensions