Re: snmp5.9 v3 issues with initial user.

2021-02-01 Thread Craig Small
The snmp create user command put this line in my /var/lib/snmp/snmpd.conf createUser myuser MD5 "my_password" DES "" I got in my logs: Feb 02 11:44:02 floyd snmpd[1401586]: Error: passphrase chosen is below the length requirements of the USM (min=8). Feb 02 11:44:02 floyd snmpd[1401586]:

snmp5.9 v3 issues with initial user

2021-02-01 Thread Justin Cook
Hi net-snmp-coders, I’ve been working on updating the net-snmp version of software we use on Centos 7 to net-snmp 5.9. This is being required because of a vulnerability that is know in the NIST vulnerability database. We develop our own MIB groups in C and compile them in to source code repos

RE: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-02-01 Thread Joan Landry
Try to call update_config(); instead. From: chandrasekharreddy chinnapareddygari Sent: Saturday, December 12, 2020 10:54 PM To: net-snmp-coders@lists.sourceforge.net; net-snmp-us...@lists.sourceforge.net Subject: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

RE: snmp5.9 v3 issues with initial user.

2021-02-01 Thread Rick Davis
This is strange. I could see install possibly overwriting but not running. I'll look when I get a chance. Rick Davis Research Scientist I [cid:image001.png@01D6F878.319F3650] O: 571.357.6358 C: 443.802.9996 rda...@envistacom.com

Snmp is frozen if the snmpset is delayed in subagent

2021-02-01 Thread Bláha Jakub
Hello, I'm coding subagent which registers some OIDS. If some request arrives to this subagent, it is marked as delayed. Then the UDP request is sent to another program and waits until gets UDP response. After getting UDP response is delayed SNMP request processed. Now there is a problems:

snmp5.9 v3 issues with initial user

2021-02-01 Thread Justin Cook
Hi net-snmp-coders, I've been working on updating the net-snmp version of software we use on Centos 7 to net-snmp 5.9. This is being required because of a vulnerability that is know in the NIST vulnerability database. We develop our own MIB groups in C and compile them in to source code repos

snmp5.9 v3 issues with initial user.

2021-02-01 Thread Justin Cook
Hi net-snmp-coders, I've been working on updating the net-snmp version of software we use on Centos 7 to net-snmp 5.9. This is being required because of a vulnerability that is know in the NIST vulnerability database. We develop our own MIB groups in C and compile them in to source code repos