<div dir="ltr">I will look into that.  The SNMP app uses its own database by default; there must be a config switch to use mnesia as I have definitely seen references to it in the source code.<div><br></div><div>Thanks,</div>
<div>Dan.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 31, 2014 at 9:44 AM, Attila Rajmund Nohl <span dir="ltr"><<a href="mailto:attila.r.nohl@gmail.com" target="_blank">attila.r.nohl@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2014-01-30 Daniel Goertzen <<a href="mailto:daniel.goertzen@gmail.com">daniel.goertzen@gmail.com</a>>:<br>
<div class="im">> I am working on an snmp agent and trying to figure out the 'proper' way to<br>
> locally edit tables like vacm, community, usm, etc.<br>
><br>
> 1. One approach is to keep modifying config files through the snmpa_config<br>
> module and then call configure() on the appropriate mib module to reload the<br>
> config.<br>
><br>
> 2. Another approach is to try to do everything through the appropriate mib<br>
> module, but in general they only provide add and delete operations (I need<br>
> to be able to see what is there).<br>
<br>
</div>You might want to read directly the mnesia tables to get the<br>
configured targets. Of course, this is not nice.<br>
</blockquote></div><br></div>