Operator definitions: and (logical and operation), or (logical or operation), andnot (logical and not
operation). For example, "sub12_op and" is defined as raise an event when subevent 1 and subevent 2 are
true; "sub23_op or" is defined as raise an event when the condition specified in sub12_op is true or subevent
3 is true. The logic can be diagrammed using: if (((sub1 sub12_op sub2) sub23_op sub3) sub34_op sub4)
is TRUE, raise event
Note
Arguments
(Optional) String identifying a tag that can be used
with the trigger Tcl command extension to support
multiple event statements within a Tcl script.
tag
(Optional) Time window within which all of the
subevents have to occur in order for an event to be
generated (specified in SSSSSSSSSS[.MMM] format,
where SSSSSSSSSS must be an integer representing
seconds between 0 and 4294967295, inclusive, and
where MMM must be an integer representing
milliseconds between 0 and 999).
timewin
(Optional) Combination operator for comparison
between subevent 1 and subevent 2.
sub12_op
(Optional) Combination operator for comparison
between subevent 1 and 2 and subevent 3.
sub23_op
(Optional) Combination operator for comparison
between subevent 1 and 2 and subevent 3 and
subevent 4.
sub34_op
(Optional) Indicates that subevent 1 is specified.sub1
(Optional) Syntax for the subevent.subevent-description
(Optional) Indicates that subevent 2 is specified.sub2
(Optional) Indicates that subevent 3 is specified.sub3
(Optional) Indicates that subevent 4 is specified.sub4
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1959
event_register_wdsysmon