<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
I'm trying to write a simple SNMP manager using the Erlang toolkit.
>From the User's Guide:<br>
   
snmp_test_mgr:start_link([{agent,"dront.ericsson.se"},{community,"public"},{mibs,["EX1-MIB","STANDARD-MIB"]}]).<br>
<br>
1- I can't find module <i>snmp_test_mgr</i><br>
2- module <i>snmp_mgr_tests</i> references module <i>snmp_mgr</i>,
which I can't find neither.<br>
3- does anybody have a simple working manager example?<br>
<br>
Thanks,<br>
    Sebastian-<br>
    <br>
<br>
</body>
</html>