SNMP4J-CLT (Command Line Tool) version 3.5.0 has been released 2025-05-04T22:00:00Z. It contains bugfixes and enhancements.
CHANGES since 3.4.5
- Fixed:
OCTET STRINGvalues are not printed on CVS table output. - Improved: MIB modules are loaded from the repository with multiple threads (maximum of 4 and available processors by default). The option
-mtcan be used to allow usage of more threads to speed up loading of very large
MIB repositories. - Improved: walk operation now uses GETBULK by default (if possible). The
-ooption can be used to explicitly
use GETNEXT. - Updated: SNMP4J to 3.9.2 with the following relevant fixes for SNMP4J-CLT:
- Fixed: Incomplete table retrieval for second and following rows if the table has columns without any values, the number of columns is greater than the number of rows, and
maxColsPerPDUis set to 1 andmaxRepetitionsis set to1..rowsInTable-1too.
- Fixed: Incomplete table retrieval for second and following rows if the table has columns without any values, the number of columns is greater than the number of rows, and
- Changed: The TLS default version is now TLSv1.3.