Created on
08-25-2016
02:36 PM
Edited on
01-31-2024
05:41 AM
By
Jean-Philippe_P
Description
Solution
An example of a commonly reported error is as follows:
The line above indicates an issue with the parameter "post-lang", inside the FTP configuration in ROOT VDOM of a firewall Proxy Options profile called 'scan'. Here is the CLI configuration section:
edit scan
config ftp
unset post-lang
...
The next suitable step would be to confirm in the CLI Guide of the particular FortiOS firmware version whether the parameter 'post-lang' still exists, was removed, or renamed.
In multi-VDOM, the errors would look like this:
config" "firewall policy46" @ root:command parse error (error -61)
config" "firewall policy64" @ GUEST:command parse error (error -61)
set override" "enable" @ PRODUCTION.log.syslogd.override-setting:command parse error (error -61)
In this document, each VDOM is highlighted in BLUE color for reference such as root, GUEST, and PRODUCTION.
The first two errors refer to firewall policy64 and policy46 that were being used to create IPV6 to IPV4 and IPv4 to IPV6 policy.
The last error refers to attribute ‘set override’ in configuration of log.syslogd.override-setting as follows :
config log syslogd override-setting
set override enable
…
There could be a case where there is a change in CLI for a reason and you will be able to find such changes in release notes of particular FortiOS firmware versions under the section 'changes in CLI'.
It is even possible to compare the configuration file to examine any configuration lost during the upgrade.