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 STRING
values 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
-mt
can 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
-o
option 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
maxColsPerPDU
is set to 1 andmaxRepetitions
is set to1..rowsInTable-1
too.
- 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.