Hitachi Energy
neAlarmFilterServices.cfg
The neAlarmFilterServices.cfg is a configuration file to allow customer-specific service alarm mapping. It allows you to specify if an alarm is to be processed or ignored by Service Supervision.
The default config file is shown below:
# Defines the customer-specific mapping for alarms to processed or ignored by Service Supervision, one line per entry
#
# LINE FORMAT:
# <To Be Processed, true|false>; <Alarm text (* allowed)>; <Location>; <TPAddress(Slot/SubSlot/Port/TTPId)>; <SbuAddress(SlotId)>; <NEFamily>; <NEId>;
#
# EXAMPLES
#
#true on all alarms if NE id and TPAddress or SbuAddress match
#
#true;*;;(c/*/*/*)
 
#false on all alarms
#
#false;*
 
#true if "LOS on SDH Clock Source" alarm and NE id and TPAddress or SbuAddress match
#
#true;Loss of Signal on SDH Clock Source*
 
#false if "AIS Received" alarm, the location contains "SAMO", alarm TPAddress slot matches the section slot, the alarm subslot = 0 and the alarm TPAddress port will not be checked
#
#false;AIS Received;SAMO;(c/0/*/*);
 
#false if "Unit not Assigned" alarm, the TPAddress is null, the SbuAddress slot is 12 and the NEFamily is 0 or 1
#
#false;Unit not Assigned;null;(12);;0,1
 
#true if "EQP*" alarm, the TPAddress or SbuAddress match on NE 3 and 24
#
#true;EQP*;;;;;3,24
 
# filter IN all FOX515 "Signal Failure" alarms
true;Signal Failure;;;;0,1
 
# Filter OUT all FOX515 "Far End Unacceptable Performance" alarm
false;Far End Unacceptable Performance;;;;0,1
 
# Filter OUT all FOX tunnel "Maintenance Function Active" alarms
false;Maintenance Function Active;tunnel;;;3
 
Please refer to sectionalarmmapping.cfg as reference.