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 _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
