Hitachi Energy
Get all alarms as traps
For the HLM, to receive all alarms from the NEM Core alarmTable as traps, use the following SNMP set command. The SNMP set command will trigger the SNMP NBI to send the content of the alarmTable via traps (here shown as an example for SNMPv2c):
The OID of the SET command is the following:
 
snmpset -v 2c -c public localhost:10161 1.3.6.1.4.1.21696.93.1.4.1.1.4.0 i -1
 
ABB Root OID:
 
snmpset -v 2c -c public localhost:10161 1.3.6.1.4.1.17268.2818.93.1.4.1.1.4.0 i -1
 
where 1.3.6.1.4.1.21696.93.1.4.1.1.4.0 = alarmTable.alarmCardSlot.alarmType.alarmCardId
with :
alarmCardSlot = 4
alarmType = 4
alarmCardId = 0
The value to set is the NEID
-1 means alarms for all NEs.