Resynchronizing with the AlarmIRP object
When the probe starts, it requests a list of all active alarms on the AlarmIRP object, then sends a resynchronization request. You can also send a resynchronization request when the probe is running by using the command line interface.
To specify which base object the probe resynchronizes with, use the ResyncBaseObjectFilter property.
If you want the probe to receive all alarms on the network, leave this property blank.
If you want the probe to receive only those alarms on a given subnetwork, set this property to SubNetwork=X, where X identifies the subnetwork.
If you want the probe to receive only those alarms generated by a specific element on a given subnetwork, set this property to SubNetwork=X,ManagedElement=Y where X identifies the subnetwork and Y identifies the managed element on that subnetwork.
To reduce the number of events that the probe receives based on their probable cause, perceived severity, alarm type, notification type, or managed object instance, use the ResyncFilter property. For details, see Filtering alarms.