Re: SNMP context details are not removing from cache

2022-09-07 Thread Wes Hardaker via Net-snmp-coders
Abhishek Singh writes: > 1. The issue was existing snmpv3 details were not updated in the net-snmp > cache. > Used clear_user_list() to clear users details. The patch is in attachments. Is > this the correct way to go forward? If you're always trying to re-create users that patch may work. > 2

SNMP context details are not removing from cache

2022-08-05 Thread Abhishek Singh
Hello, I have a requirement not to restart snmpd for SNMP config changes. Am using the SIGHUP signal to reread for any snmp configuration changes. I was facing two issues while using SIGHUP. 1. The issue was existing snmpv3 details were not updated in the net-snmp cache. Used clear_user_list() to