<div dir="ltr"><div><div><div><div><div>I am working on an snmp agent and trying to figure out the 'proper' way to locally edit tables like vacm, community, usm, etc.<br><br></div>1. One approach is to keep modifying config files through the snmpa_config module and then call configure() on the appropriate mib module to reload the config.<br>
<br>2. Another approach is to try to do everything through the appropriate mib module, but in general they only provide add and delete operations (I need to be able to see what is there).<br><br></div><div>3. There are the MIBs for these tables on which I could use SNMP get/set, but I do not want them loaded so I cannot use this.<br>
</div><br><br></div>I am left with #1 which seems clunky but should get the job done for me.  If there is a better way I would love to hear about it.<br><br></div>Hiccups aside, I am in awe of the Erlang SNMP application.  The SNMP protocol is simply horrifying, but this app handles it all.<br>
<br></div>Cheers,<br>Dan.<br></div>