RE: SNMPv3 DES issue

2024-01-30 Thread Vincent Gilson via Net-snmp-coders
Hi Martijn and Niels, Thanks both for your ideas, it allows me to sort out my problem ! Niels : indeed you’re right, it appears using only rouser/rwuser without access/group/view directives is not enough for user to be correcty created. Online help seems to say so, but it didn’t work. Anyway,

Re: SNMPv3 DES issue

2024-01-30 Thread Martijn van Duren
I've tried to read up on net-snmp's USM internals and match it to your log, but everything I see suggests that the user is created with the correct privacy protocol. So unless you accidentally edited the file before stopping your daemon I'm out of my league here. Maybe you can add your own logging

RE: SNMPv3 DES issue

2024-01-30 Thread Vincent Gilson via Net-snmp-coders
Hi Martijn, Yes, it helps, thanks ! It teaches me things (I’m brand new to the world of SNMP/net-snmp), and it clearly confirms that I’ve a problem with the creation of my user. I would like to keep the creation inside the conf file, but… well… I tried to play with different combinations insid

RE: SNMPv3 DES issue

2024-01-30 Thread Vincent Gilson via Net-snmp-coders
Thanks Niels, Currently, here’s my full conf file : agentAddress udp:161 createUser vincent SHA "myPassPhrase" DES "myPrivAuthPhrase" group grouptboxusmv3 usm vincent view viewalltboxmibs included .1 access grouptboxusmv3 "" any priv exact viewalltboxmibs viewalltboxmibs none rwuser -s usm vinc