SNMP4J-Agent 3.5.0 Release

SNMP4J-Agent 3.5.0 has been released 2021-05-26T22:00:00Z. It adds a new feature to save and restart non-volatile objects to/from persistent storage in a predefined order. This order is defined by the contents of a new MIB table snmp4jCfgStorageSeqTable in the SNMP4j-CONFIG-MIB. In addition, the support for multiple agents in the same Java process have been improved.

Dependencies

  • SNMP4J 3.5.1
  • Java 9

CHANGES

  • Fixed [SFJ-241]: SNMP4J-Agent RowStatus returns wrongValue instead inconsistentValue when new status transition is not allowed.
  • Improved [SFJ-240]: Moved org.snmp4j.agent.cfg package supporting engine ID and boots counter persistence from SNMP4J-Agent to SNMP4J org.snmp4j.cfg in order to simplify the same for SNMP command generators too.
  • Added support for multiple agents per Java process in AgentConfigManager and SampleAgent.
  • Added SFJ-201: Allow ordering of ManagedObjects for store/restore by priorities using SNMP4J-CONFIG-MIB snmp4jCfgStorageSeqTable.
  • Changed: Made SnmpTargetAddrExtEntryRow public.