Hi Ben,<br><br>The only information I have found that helped me in a practical way with Erlang SNMP is here: <a href="http://www.trapexit.org/SNMP_Quick_Start">http://www.trapexit.org/SNMP_Quick_Start</a><br>Have you checked that out? I actually managed to get a prototype working, but then had to move on to other things.<br>
<br>Regards,<br>Ed<br><br><div class="gmail_quote">On Mon, Dec 29, 2008 at 7:08 PM, Ben Hood <span dir="ltr"><<a href="mailto:0x6e6562@gmail.com">0x6e6562@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I'm just following the basic instructions to implement a SNMP agent<br>
(as outlined here:<br>
<a href="http://www.erlang.org/doc/apps/snmp/part_frame.html" target="_blank">http://www.erlang.org/doc/apps/snmp/part_frame.html</a>)<br>
<br>
I've generated all of the the config files, but when I boot the SNMP<br>
app, I get the following issue:<br>
<br>
* Configuration error: [USER-BASED-SM-MIB]: reconfigure failed: {failed_check,<br>
<br>
"/Users/0x6e6562/workspace/snmp-test/usm.conf",<br>
                                                                  1,10,<br>
                                                                  {invalid_user,<br>
<br>
{"0x6e6562's engine",<br>
                                                                    "foobar",<br>
                                                                    "initial",<br>
<br>
usmNoAuthProtocol,<br>
                                                                    [],<br>
<br>
usmNoAuthProtocol,<br>
                                                                    []}}}<br>
<br>
Looks like a simple config issue, but there are not too many clues as<br>
what the missing item or reference could be.<br>
<br>
I had a brief look in the snmp_user_based_sm_mib module to get to the<br>
root cause of this, but the issue was not immediately apparent.<br>
<br>
Before I debug this, I wanted to know if I am doing something<br>
obviously wrong, and/or if there is any easy way to bypass USM if I<br>
just want to boot a plain jane agent with any auth/privs.<br>
<br>
FTR this is using R12B-5 on OS X 10.5.6<br>
<br>
Thx,<br>
<br>
Ben<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
</blockquote></div><br>