Details
Assignee
UnassignedUnassignedReporter
Tarus BalogTarus BalogComponents
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Tarus Balog
Tarus BalogComponents
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 26, 2009 at 12:41 PM
Updated July 26, 2023 at 2:20 PM
While the SNMP editor has an option for "v3" it doesn't have enough options to actually make it work (auto-passphrase, privacy-protocol, etc.) so one needs to add it manually to the snmp-config.xml file:
<definition version="v3" security-name="opennms" auth-passphrase="thong" auth-protocol="SHA" privacy-passphrase="thong" privacy-protocol="DES">
<ip-match>172.17.0.5-7</ip-match>
</definition>
and then OpenNMS needs to be restarted.
However, if the GUI editor is used after this entry has been added, it will be removed. This is very frustrating as unless there is a recent backup the data is lost, and this forces the manual editing of this file always.