Technical Tip: Security fabric connection setting
Description
This article describes how to configure security fabric connection settings.
Scope
FortiGate v6.4 and later.
Solution
To enable the Security Fabric, both FortiTelemetry and CAPWAP options must be enabled. In firmware versions before 6.4, these options had to be enabled separately under the Administrative Access section.
Starting with version 6.4, however, the two protocols are now combined into a single option called Security Fabric Connection.
edit "AccessPoints"
set vdom "root"
set allowaccess fabric <------- Security Fabric access enabled.
set type vlan
next
end
edit "port3"
set vdom "root"
set allowaccess fabric <------- Security Fabric access enabled.
set type physical
next
end
