Filtering alarms and notifications
You can use the AlarmFilter and NotificationFilter properties to filter the events that the probe gathers from the ZTE N31 NMS.
When you use these properties, you must use the actual
token names. For example, the token PERCEIVED_SEVERITY
represents
the element NV_PERCEIVED_SEVERITY
.
To specify
that the probe gathers only those notifications with a perceived severity
of 3, set the NotificationFilter property
to $PERCEIVED_SEVERITY == 3
.
You can specify
more complex filters using AND
, OR
,
and NOT
statements. For example, to specify that
the probe gathers notifications with a perceived severity of 3 or 4,
set the NotificationFilter property to the following
value:
($PERCEIVED_SEVERITY == 3) OR ($PERCEIVED_SEVERITY
== 4)
The following table lists the token mappings available for use with the AlarmFilter and NotificationFilter properties.
Element |
Token |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|