Issue with multivarbind request processing is fixed.
Issue in binding the agent to virtual IP and setting user's own engineID are fixed.
Performance affected by calling SnmpTrapService.printDecodedPDU() unnecessarily though the logging level is set low. This is fixed.
Issue in dynamic registration of sub agents on context-based proxy is fixed.
Modified the generated *RequestHandler files of the standalone Snmp agent so that while processing Snmp requests, the method getAttributes(Enumeration) is used instead of getAttributes() of corresponding *Instrument files. This is done for improving the performance.
Issue in source code generation for the nodes having sytax DateAndTime and Gauge are fixed.
In Snmp agent, internal architecture is updated to be compatible with Snmp Agent sources generated with 4.x versions of WebNMS Java agent toolkit.
Support to have '0' as trap index while sending Snmp traps.
Issue in sending coldstart trap is fixed.
Issue of getting null response in pdu when enabled target, community and notification MIB support is fixed.
The order of byte values of port value is made to be compliant to the standard for 'snmpTargetAddrTAddress' column of SnmpTargetAddrTable.
Issue while sending v1/v2 traps when 'Target' mib support is enabled is fixed.
Time out issue in agent when transport protocol is chosen as TCP is fixed.
Issue while modifying the acltable is fixed.
Example projects are updated for the 'User Storage Model' of Standalone Snmp agent.
Fix to print proper info/error messages when incorrect options were specified.
If conf directory is not available, then error is thrown to make the user aware of the error.
MultiProtocol Agent
In the 'CompositeData' object, the 'modified' flags were made true, while adding new rows through 'Html Adaptor'.
In Snmp adaptor, the issue of traps being sent even after the unregisteration of snmp adaptor is fixed.
In Snmp adaptor, the issue of snmp adaptor being not able to receive 'notifications' from the MBeans registered before itself is fixed.
Tools
1) MibCompiler:
Issue in generating the methods getFailedSubId(), setFailedSubId(Integer subId), getAttributes() and getAttributes(Enumeration enumer) when the Storage model is User Storage is fixed.
Issue in code generation when the storage model for the tabular group is user storage model is fixed.
Issue in displaying the external files in the left panel in mibCompiler GUI is fixed.
Issue while doing command-line code generation for 'selected Nodes' in the mib(s) is fixed.
2) Mib Editor:
Issue while giving 'OBJECT-IDENTITY' macro as the root-oid of a mib module is fixed.
Issue in browsing and showing the MIBs in the root directory is fixed.
General
Fix for the tools startup issue in windows with JDK1.5 or later versions when the product has been installed in a directory having space in it's path.
Fix for Launcher (i.e) AgentToolkit.bat/sh startup issue while using JDK1.6.x.
Issue with code generation when using JDK1.5 or later version of JDK. The keyword "enum" as variable in the code generation is fixed.
Disabling the log file creation and redirecting the log file creation directory is included.
CFB_AES_128 privacy protocol support is added in MibBrowser tool.