Filtering notifications and alarms

You can use the NotificationFilter and AlarmFilter properties to limit the alarms and notifications that the probe acquires from the ZTE EMS.

When you use these properties, you must use the actual token names. For example, the token h represents the element NV_PERCEIVED_SEVERITY. So to specify that the probe is only sent notifications with a perceived severity of 3, set the NotificationFilter property to $h == 3.

You can specify more complex filters using AND, OR, and NOT operators. For example, to specify that the probe is sent notifications with a perceived severity of 3 or 4, set the NotificationFilter property to the following value:

($h == 3) OR ($h == 4)

You can use e and h as notification filter or alarm filter properties.

If the probe is acquiring events from ZTE LTE RAN, you can use c, d, e, f, g, h, l, m, n, s, y, z, jj, b, kk, a, k, ll, u, mm for alarm filtering, and c, d, e, b.time, h for notification filtering.

If the probe is acquiring events from ZTE LTE CN, you can use c, d, e, f, g ,h, k.time, l, m, n, s, y, z, b.time for alarm filtering, and c, d, e, b.time for notification filtering.

Note: To filter for b.time or b, the values must be in corba time and not real time.
The following table lists the token mappings that can be used with the AlarmFilter and NotificationFilter properties:
Table 1. Token mappings

Element

Token

NV_NOTIFICATION_ID

a

NV_EVENT_TIME

b

NV_SYSTEM_DN

c

NV_MANAGED_OBJECT_CLASS

d

NV_MANAGED_OBJECT_INSTANCE

e

NV_ALARM_ID

f

NV_PROBABLE_CAUSE

g

NV_PERCEIVED_SEVERITY

h

NV_SPECIFIC_PROBLEM

i

NV_ADDITIONAL_TEXT

j

NV_ACK_TIME

k

NV_ACK_USER_ID

l

NV_ACK_SYSTEM_ID

m

NV_ACK_STATE

n

NV_COMMENTS

o

NV_BACKED_UP_STATUS

p

NV_BACK_UP_OBJECT

q

NV_THRESHOLD_INFO

r

NV_TREND_INDICATION

s

NV_STATE_CHANGE_DEFINITION

t

NV_MONITORED_ATTRIBUTES

u

NV_PROPOSED_REPAIR_ACTIONS

v

NV_CORRELATED_NOTIFICATIONS

w

NV_REASON

x

CLEAR_USER_ID

y

CLEAR_SYSTEM_ID

z

NV_ALARM_LIST_ALIGNMENT_REQUIREMENT

ff

NV_SERVICE_USER

gg

NV_SERVICE_PROVIDER

hh

NV_SECURITY_ALARM_DETECTOR

ii

NV_VENDOR_SPECIFIC_ALARM_TYPE

jj

NV_ALARM_RAISED_TIME

kk

NV_ALARM_CLEARED_TIME

ll

NV_ALARM_CHANGED_TIME

mm

NV_NOTIFICATION_CATEGORY_SET

zz

AI_VS_PERCEIVED_SEVERITY

ai_ps

AI_VS_ALARM_TYPE

ai_at

AI_VS_OTHER

ai_vs_other