[SNMP4J] SnmpCommunityMIB & coexistenceinfo map

Senthil Muniswamy senthil.muniswamy at gmail.com
Mon Jul 6 05:31:02 CEST 2009


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



More information about the SNMP4J mailing list