Fortinet black logo

Administration Guide

Additional devices

Additional devices

The following Fortinet devices are supported by the Security Fabric:

  • FortiADC
  • FortiDDoS
  • FortiSandbox
  • FortiMail
  • FortiWeb
  • FortiWLC
Note

Security Fabric supports standalone FortiSandbox devices, FortiSandbox HA-Cluster primary, and FortiSandbox cluster IP.

In FortiOS, the device details can be shown in the Security Fabric and Fabric Device dashboard widgets, as well as the Fabric Connectors page, and physical and logical topologies.

To add one or more of the devices to the Security Fabric in the GUI:
  1. On the root FortiGate, go to Security Fabric > Fabric Connectors.
  2. Click Create New and select Fabric Device.
  3. Enter the Name, IP, HTTPS port for the device.

    Note

    FortiSandbox only supports HTTPS port 443.

  4. Click Generate to generate an access token. The Generate Access Token pane opens.
    1. Enter the device's username and password.
    2. Click OK.
  5. Click OK.
  6. Add more devices as required.

    The additional devices are shown on the Fabric Connectors page under Other Fortinet Products and in the Topology tree.

To add one or more of the devices to the Security Fabric in the CLI:
config system csf
    ...
    config fabric-device
        edit "FortiADC"
            set device-ip 172.18.64.36
            set access-token xxxxxx
        next
    end
end

More Links

Additional devices

The following Fortinet devices are supported by the Security Fabric:

  • FortiADC
  • FortiDDoS
  • FortiSandbox
  • FortiMail
  • FortiWeb
  • FortiWLC
Note

Security Fabric supports standalone FortiSandbox devices, FortiSandbox HA-Cluster primary, and FortiSandbox cluster IP.

In FortiOS, the device details can be shown in the Security Fabric and Fabric Device dashboard widgets, as well as the Fabric Connectors page, and physical and logical topologies.

To add one or more of the devices to the Security Fabric in the GUI:
  1. On the root FortiGate, go to Security Fabric > Fabric Connectors.
  2. Click Create New and select Fabric Device.
  3. Enter the Name, IP, HTTPS port for the device.

    Note

    FortiSandbox only supports HTTPS port 443.

  4. Click Generate to generate an access token. The Generate Access Token pane opens.
    1. Enter the device's username and password.
    2. Click OK.
  5. Click OK.
  6. Add more devices as required.

    The additional devices are shown on the Fabric Connectors page under Other Fortinet Products and in the Topology tree.

To add one or more of the devices to the Security Fabric in the CLI:
config system csf
    ...
    config fabric-device
        edit "FortiADC"
            set device-ip 172.18.64.36
            set access-token xxxxxx
        next
    end
end