<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks all for the answers,<br>
<br>
- I was using R10B<br>
- R10B had no section "Manager Implementation Example"<br>
- I'll take a look at R11B and the other examples<br>
<br>
    Sebastian-<br>
<br>
<br>
<br>
Micael Karlberg escribió:
<blockquote cite="mid45C9A43C.8030809@erix.ericsson.se" type="cite">
  <pre wrap="">Hi,

If you are looking for an manager implementation example, then
you should look in the "Manager Implementation Example" chapter
and not in "Agent Implementation Example" chapter!

Regards,
        /BMK

Anders Nygren wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On 2/6/07, Kenneth Lundin <a class="moz-txt-link-rfc2396E" href="mailto:kenneth.lundin@gmail.com"><kenneth.lundin@gmail.com></a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi Sebastian,

I think you are reading some old documentation.
What version of OTP and of the SNMP application are you using?

At least starting from OTP R10B there has been an snmpm (m for manager)
module in the SNMP application.
I am looking at the documentation from OTP R11B and I don't recognize
your example.
There are however other examples on how to implement an SNMP manager.

/Regards Kenneth for the OTP team at Ericsson

On 2/6/07, Sebastian Bello <a class="moz-txt-link-rfc2396E" href="mailto:sebastian@inswitch.us"><sebastian@inswitch.us></a> wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">Hi all,

I'm trying to write a simple SNMP manager using the Erlang toolkit. >From
the User's Guide:

snmp_test_mgr:start_link([{agent,"dront.ericsson.se"},{community,"public"},{mibs,["EX1-MIB","STANDARD-MIB"]}]).

1- I can't find module snmp_test_mgr
2- module snmp_mgr_tests references module snmp_mgr, which I can't find
neither.
3- does anybody have a simple working manager example?

Thanks,
    Sebastian-



_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a>


        </pre>
      </blockquote>
      <pre wrap="">_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a>

      </pre>
    </blockquote>
    <pre wrap="">No, it is still in the new documentation

find /usr/local/lib/erlang/ -name *.html -exec grep -H snmp_test_mgr {} \;
/usr/local/lib/erlang/lib/snmp-4.8.4/doc/html/snmp_impl_example_agent.html:1&#62;
<STRONG>snmp_test_mgr:start_link([{agent,&#34;dront.ericsson.se&#34;},{community,&#34;all-rights&#34;},</STRONG>

/Anders
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a>

__________ NOD32 2041 (20070206) Information __________

This message was checked by NOD32 antivirus system.
<a class="moz-txt-link-freetext" href="http://www.eset.com">http://www.eset.com</a>



  </pre>
</blockquote>
</body>
</html>