FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
caunon
Staff
Staff
Article Id 193901

Description

UTM profiles with names containing space characters can be created but cannot be deleted or edited from the GUI.

An attempt to edit the profile may return an "Entry not found" error, and an attempt to delete the profile may return an "Invalid length of value" error.


Scope

FortiGate


Solution

The following example shows an object name being created with spaces in the name:
config webfilter profile
   edit "Test Space"
      set web-ftgd-err-log enable
         config web
            set urlfilter-table 1
         end
      set web-url-log enable
   next
end
The profile can be deleted using the CLI and by enclosing the object name in double quotes as follows:
FGT(profile) # delete "Test Space"
The use of space characters in object names should be avoided.

Contributors