SNMP Trap from IPMI ip

I have the IPMI setup working for my server. Libre pulls in power etc. I also have the ILO service setup to send syslog and snmp traps to the Librenms server. Unfortunatly Librenms is not associated the IPMI IP to the device. So when Librenms receives the trap it doesn’t know which device to associate the trap to. If a trap comes from the actual IP of the server, it associates it into the event log as expected. Is this normal or am I missing something.

That’s correct, we associate the traps to the device.

I think it still logs the raw trap to the eventlog though. Could you alert from there?

My solution was to utilize syslog and then tweak the config.php $config[‘syslog_xlate’] = array option to direct syslog messages from the ipmi ip to the server ip. Would be nice to add “additional” ips to a device in librenms, but at least I can make this work.