Configuring additional devices
The following Fortinet devices are supported by the Security Fabric and can be configured in the CLI:
- FortiADC
- FortiDDoS
- FortiWLC
In FortiOS, the device details are shown in the Security Fabric and Fabric Device dashboard widgets, the Fabric Connectors page, and the physical and logical topologies. See config system csf in the FortiOS CLI Reference for more information.
config system csf
...
config fabric-device
edit <name>
set device-ip <IP address>
set https-port <integer>
set access-token <token>
next
end
end
To configure a FortiADC:
config system csf
...
config fabric-device
edit "FortiADC"
set device-ip 172.18.64.36
set https-port 443
set access-token xxxxxxxxxxxxxxxx
next
end
end