If multiple conditions are specified, the CLI event will be raised when all the conditions are matched.
Result String
None
Set _cerrno
No
event_register_config
Registers for a change in running configuration. Use this Tcl command extension to trigger a policy when
there is any configuration change. This will be implemented as a new process in IOS-XR which will be
dlrsc_tracker. This ED will not check for admin config changes in XR.
Syntax
event_register_config
[queue_priority low|normal|high|last]
[maxrun ?] [nice 0|1]
Arguments
(Optional) Priority level at which the script will be
queued:
•
queue_priority low-Specifies that the script is
to be queued at the lowest of the three priority
levels.
•
queue_priority normal-Specifies that the script
is to be queued at a priority level greater than
low priority but less than high priority.
•
queue_priority high-Specifies that the script is
to be queued at the highest of the three priority
levels.
•
queue_priority last-Specifies that the script is
to be queued at the lowest priority level.
If more than one script is registered with the
"queue_priority_last" argument set, these scripts will
execute in the order in which the events are published.
The queue_priority argument specifies the
queuing priority, but not the execution
priority, of the script being registered.
Note
If this argument is not specified, the default queuing
priority is normal.
queue_priority
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
97
Configuring and Managing Embedded Event Manager Policies
Embedded Event Manager Event Registration Tcl Command Extensions