Enabling notifications in case SNMPv3 traps cannot be processed
When an SNMPv3 trap or inform message is received that cannot be processed, for example because of authentication problems, DataMiner can generate a notification. However, this feature first needs to be activated in the file DataMiner.xml:
Stop the DataMiner software.
Open
C:\Skyline Dataminer\DataMiner.xml
.In the <SNMPv3> tag, add the attribute generateNoticeOnIncorrectTrapReceived and set it to "true".
For example:
<DataMiner> ... <SNMPv3 trapPort="362" generateNoticeOnIncorrectTrapReceived="true" /> ... </DataMiner>
Save the file.
Restart the DataMiner software.