<!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 list,<br>
<br>
we are currently trying to use the Erlang SNMP toolkit and have some
questions:<br>
1- we are using <i>snmpa:send_trap</i> to send traps from within the
master agent node. How should this be done from a different node? Maybe
using Erlang communication to send the traps' information to the master
agent node and then issuing a <i>snmpa:send_trap</i> from it? Or is
there a way to specify a remote node in <i>snmpa:send_trap</i>?<br>
<br>
2- in a distributed application, how should the MIB represent data from
applications running on different nodes?<br>
<br>
Thanks,<br>
  Sebastian-
</body>
</html>