[SNMP4J] multiple snmp4j agents

Eddy Czitrom eddyone at gmail.com
Sun Jul 1 15:49:02 CEST 2012


Hi,

I want to implement using SNMP4J an agent which can send alarms to
different targets while managing for each target it's specific alarms in a
table. each target can configure different mapping and filtering rules for
the agent for his alarms. The MIB contains a single alarm table.
I am considering 2 architectures:

Multiple SNMP4J agents.
Can I integrate more then one SNMP4J agents in a process each of them
listening on a different port?

the alternative is:

using one agent that encapsulates multiple alarm tables  each manages a
specific target's alarms. The agent can answer get and set request for each
target respectively.
 is that possible?

Your help will be much appreciated!
Best Regards,
Eddy



More information about the SNMP4J mailing list