Releases: tmorris-ftnt/ztptool
Releases · tmorris-ftnt/ztptool
ZTP Tool v1.0.14-alpha
ZTP Tool v1.0.13-alpha
- Added support for IPv6 address objects using daddr6_ prefix
ZTP Tool v1.0.12-alpha
- Added an option to save the password when saving settings.
- Added support for new
Device_Longitute
andDevice_Latitute
field to set the device location in FortiManager. These fields are optional. - Added support for new
Device_Adminpassword
field to set the device password for the admin user in cases where this has had to be changed on the connecting device. This field is optional. - Added support for new
Device_Group
field to put the device into an existing device group. The device group must already exist. This field is optional.
ZTP Tool v1.0.11-alpha
- Changed location of worksheet from "Sheet1" to "Devices". Added fallback to active worksheet if "Devices" worksheet does not exist to maintain backwards compatibility.
- Added support for adding multiple interfaces to a dynamic interface (Thanks @MattJ-CCL)
- Added optional check for browser.json, if this exists it will use the settings here to launch the app with alternative settings. Example browser.json:
{
"mode": "custom",
"cmdline_args": [
"C:\\Program Files\\Mozilla Firefox\\firefox.exe",
"-new-window",
"http://localhost:8000/ztptool.html"
]
}
- made excel workbook open use the dataonly flag
- Allow Static Routing option is now copied from the parent interface for dynamic address objects.
- Changed some status icon colours
ZTP Tool v1.0.10-alpha
Changes:
- Added new 'path' option to settings.json file.
- Fixed an issue where not defining CLI and SDWAN templates would show an error instead of a warning.
ZTP Tool v1.0.9-alpha
Changes:
- Excel file is no longer locked while using ZTP Tool
- Added
adom
andpasswd
options for settings file - Added option to save settings from Import Devices page (
fmg
,user
andadom
will be saved,passwd
will be blank when using the save settings option). - Added more checks to validate excel file input
- Allow blank entry for
- SDWAN_Template
- meta_
- dint_
- daddr_
- sdwanint_
Policy_Package still requires a valid policy package to be referenced
- Fallback to Edge if Chrome is unavailable (Windows 10 only)
- Added check for workspace mode
Currently only
workspace disabled
is supported. Support forworkspace normal
is planned but due to a current bug in FortiManager with workspace mode and CLI Templates this can not be tested. For now workspace mode must be disabled before running ZTP Tool.
ZTP Tool v1.0.8-alpha
Changes:
- Removed Supported Devices tab from Excel file format
- Added support for Post CLI Template
- CLI_Template and Post_CLI_Template field will now look for a template or template group of that name (previously only template group was used)
- Added Export ADOM option
- Extensive documentation update
Note: Excel files from old versions will no longer work. Refer to documentation for new Excel file format.
ZTP Tool v1.0.7-alpha
Added support for MacOS
Added error handling when FortiManager can not be reached
Some minor GUI changes
ZTP Tool v1.0.6-alpha
Updated Examples
Fixed some bugs
ZTP Tool v1.0.5-alpha
Initial release.