config system csf
Use this command to configure the FortiGate Security Fabric Setup connector.
The FortiGate Security Fabric Setup Connector is introduced to support the second phase of Security Fabric Integrations. With this integration, FortiADC can be configured to join a Security Fabric through the root FortiGate. Once the FortiADC joins the Fabric, from the FortiGate, you will be able to view the FortiADC on topology pages, and create a dashboard Fabric Device widget to view FortiADC data.
After you have configured the connector, you must authorize the FortiADC as a Fabric device from FortiGate.
Before you begin:
-
You must have Read-Write access permission for FortiADC Systems settings.
Syntax
config system csf
set status {enable|disable}
set upstream-ip <ip>
set upstream-port <integer>
set management-ip <ip>
set management-port <integer>
end
|
status |
Enable the FortiGate Security Fabric Setup connector. This is disabled by default. |
|
upstream-ip |
Specify the Upstream FortiGate IP address. |
|
upstream-port |
Specify the Upstream port for the FortiGate. The default port is 8013. The valid range is 1-65535. |
|
management-ip |
Specify the Management IP address of this FortiADC appliance to join the Security Fabric. |
|
management-port |
Specify the Management port of this FortiADC appliance to join the Security Fabric. The default port is 443. The valid range is 1-65535. |
Example
config system csf
set status enable
set upstream-ip 10.65.32.68
set upstream-port 8013
set management-ip 10.65.39.120
set management-port 443
end