![](https://secure.gravatar.com/avatar/42d9edbe2df229bd7f590c4f289ba563.jpg?s=120&d=mm&r=g)
On 18.07.2013 12:33, Adam Armstrong wrote:
On 2013-07-18 10:20, Daniel Preussker wrote:
Okay Mystery solved!
SNMPv3 works great, just had to chop the passphrases like observium did.
Adam, do you mind checking what's chopping the passphrases? It happens at the Auth and Priv passphrase, both are chopped to 65 chars sharp.
http://alpha.memetic.org/~adama/snaps/9pu96ipk36.png
:D
and net-snmp use max len for passwords - 10 chars:
#define USM_AUTH_PROTO_NOAUTH_LEN 10 #define USM_AUTH_PROTO_MD5_LEN 10 #define USM_AUTH_PROTO_SHA_LEN 10 #define USM_PRIV_PROTO_NOPRIV_LEN 10 #define USM_PRIV_PROTO_DES_LEN 10 #define USM_PRIV_PROTO_AES_LEN 10 #define USM_PRIV_PROTO_AES128_LEN 10 /* backwards compat */
(from net-snmp/include/net-snmp/library/transform_oids.h)
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium