Re: Encrypt snmpv3 username and snmpv2c username

2023-09-12 Thread Pushpa Thimmaiah
Hi Feroz, Thank you for response. snmpusm will not save 'username' in encrypted format. It is similar to 'createUser'. I am looking for options or mechanism that enables snmpd to save snmpv3 user and snmpv2c community string in encrypted format. Thanks, Pushpa.T On Tue, Sep 12, 2023 at 7:35 PM

Re: Encrypt snmpv3 username and snmpv2c username

2023-09-12 Thread Feroz
Can you check if snmpusm is what you are looking for? https://net-snmp.sourceforge.io/docs/man/snmpusm.html On Mon, Sep 11, 2023 at 1:34 PM Pushpa Thimmaiah wrote: > Hi All, > > I am looking for method to save username and community in encrypted format > in /etc/snmp/snmpd.conf. Could you pl