[erlang-questions] Multiple SNMP agents
Gregor Féng
wataru@REDACTED
Fri Nov 30 11:01:21 CET 2012
Hi all,
I have the task to implement a system for our testing department, which
need a snmp mock for simulating many snmp devices. What I want to know,
is it possible to create multiple snmp agent instances, each one on a
different ip and/or port in erlang? I'm unfortunaly a very beginner in
erlang/OTP and I read and test the introduction to the snmp system of
erlang/OPT on trapexit (http://www.trapexit.org/SNMP_Quick_Start). With
this and the information from the erlang documentation I tried to run
more than one agent, for example with multiple -config on erl command
line, but only the last one is used.
So, is it possible and when, how?
Thank you
More information about the erlang-questions
mailing list