SNMPV3

Started by gmonk63, November 10, 2015, 01:45:38 AM

Previous topic - Next topic

tomaskir

Yes, you can compile from the hourly snapshot of GIT repo and test with that.
The fixes were mostly to snmp in relation to agent proxying and to snmp discovery, but maybe you will see some difference.

If none of these help (so your issue is still present after testing these newest changes), we will know yours is a totally separate issue.

The develop branch is pretty stable at the moment (I run 2 medium sized installs ~150 nodes each on it atm.), but of course be advised that it is not released code and consider backups of db/server before deploying it :)

Dani@M3T

Thanks Tomas.

I tried to compile hourly snapshot from git repo. But I get this error:

make[3]: Entering directory `/usr/src/netxms-2.0-dev-2015-12-14/src/libstrophe'
  CC       libstrophe_la-auth.lo
In file included from ../../include/nms_common.h:78:0,
                 from auth.c:19:
../../include/netxms-version.h:27:30: fatal error: netxms-build-tag.h: No such file or directory
#include <netxms-build-tag.h>
                              ^
compilation terminated.
make[3]: *** [libstrophe_la-auth.lo] Error 1
make[3]: Leaving directory `/usr/src/netxms-2.0-dev-2015-12-14/src/libstrophe'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/netxms-2.0-dev-2015-12-14/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/netxms-2.0-dev-2015-12-14'
make: *** [all] Error 2


autoconf, flex, bison, libtool are installed.
What can I do?

Alex Kirhenshtein

Script, which generate this header require git repo, not a snapshot. It's a bug.
However, if you clone repo instead of using snapshot – it will work.
Repository url for clone is https://git.netxms.org/public/netxms.git

P.S. don't forget to switch branch to "develop" (git checkout develop)

Alex Kirhenshtein

I've fixed that, now snapshots should work as well

Dani@M3T

Thanks Alex for the fast fix

Now downloading the snapshot from download site on website, './reconf', 'configure...', 'make',... works!

Dani@M3T

The SNMP_AUTH_FAILURE events are gone!
For the other problems I need more time to test.

thanks for the fixes
Dani

gmonk63

Is the also a solution for this topic

https://www.netxms.org/forum/configuration/snmp-credentials/

im still hesitant to upgrade to 2.0 because i really dont want to have to reset over 200 switches  due to the  wrong community string being sent out repeatedly

Dani@M3T

In my opinion I would say yes! (11h of test)