MIB Smithy 3.0.2 Release
Minor bug fixes:
- Handling of spaces in file names by the Open Project and Recent Files menus was broken by changes to support multiple files in Add Files (which was unaffected).
- Help links on windows would open an empty web browser if the file association did not contain a “%1” string to be substituted with the URL. The “site map” link was also incorrect.
MIB Smithy 3.0.1 and SDK 3.0.1 Release
Significant Changes (MIB Smithy)
- The “smicheck” command line tool has a new -I option for specifying directories that should be automatically scanned for dependencies based on a module’s imports. Unlike the -M option, only those files that are required will be loaded and they won’t be validated directly, instead being used to more thoroughly validate the importing module(s).
- Menus whose functions are the same as those on the toolbar now display icons matching those in the toolbar.- (3.0.1 Core/SDK) Added support for most of the tnm array variables when using the Scotty compatibility package.
Significant Changes (MIB Smithy SDK)
- Made SNMP version keywords for Scotty session configuration case insensitive.
- Scotty compatibility package(s) will attempt to locate the MIB Smithy license key if the SMITHY_LICENSE_FILE environment variable is not set.
- Added SNMP session “wait” command for waiting for all or a particular pending request to time out or receive a response.
Miscellaneous Bug Fixes (MIB Smithy SDK)
- An internal flag was not being set for some of the Scotty-style SNMP request interfaces, resulting in the SDK’s normal callback form being used where Scotty-style % substitution should be.
- Improved compatibility with Scotty 2.x by only adding module name to identifiers (as returned by e.g. ‘mib name’) if emulating 3.0.
MIB Smithy 3.0 and SDK 3.0 Release
MIB Smithy 3.0 is a new major release containing a number of important new features, including support for designing, editing and validating PIB (Policy Information Base) modules for the COPS (Common Open Policy Service) protocol. Also included are new output and preview formats and GUI improvements for speed in various tables, lists and trees as well as sorting. Usability improvements various SNMP tools have also been made, and a new “mibinfo” command line tool for querying properties of MIB/PIB modules was added. Continue reading MIB Smithy 3.0 and SDK 3.0 Release
MIB Smithy 2.4.11 and SDK 2.4.11 Release
A small number of error and warning messages had invalid argument counts or format codes, which could lead to a crash. These have been corrected with measures taken to make sure they are caught in the future.
MIB Smithy 2.4.10 Release
The correction to -syntaxdecl/-write-syntaxdecl API output in MIB Smithy SDK 2.4.9 introduced a bug in MIB Smithy whereby an error would be produced when attempting to generate XML or SMI output for variations without SYNTAX/WRITE-SYNTAX fields.