Frank,

I am using Snmp4J-Agent for proxy.

I add the community using
SnmpCommunityMIBObj.getSnmpCommunityEntry().addRow(row).

Remove the community using:
SnmpCommunityMIBObj.getSnmpCommunityEntry().removeRow(index);
SnmpCommunityMIBObj.getSnmpCommunityEntry().getModel().freeRow(row);

If there are duplicate communities for example 'public' for different target
addresses, freeRow() deletes the community from the coexitenseinfo map and
then proxy fails for other targets.

How to handle this?

-Senthil
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to