FortiGate built-in connector
You can use the Cisco ACI (Application Centric Infrastructure) connector for northbound API integration with a direct connection.
Multiple server IP addresses can be included for the Cisco APIC cluster active and standby hosts. One server is active, and the rest serve as backups in case the active server fails. The FortiGate checks the status of the servers, and selects one as the active server according to the order of the IP addresses in the list. If the active server fails, the FortiGate changes to the next one down on the list.
This connector supports the following address filters:
- Tenant
- Application
- Endpoint group
- Tag
To configure a Cisco ACI connector in the GUI:
- Create the Cisco ACI SDN connector:
- Go to Security Fabric > External Connectors and click Create New,.
- In the Private SDN section, click Application Centric Infrastructure (ACI).
- Configure the Connector Settings as needed. The update interval is in seconds.
- In the Cisco ACI Connector section, for Type, select Direct Connection and configure the remaining settings as needed.
- Click OK.
- Create a dynamic firewall address for the connector:
- Go to Policy & Objects > Addresses.
- Click Create New > Address and enter a name.
- Configure the following settings:
- For Type, select Dynamic.
- For Sub Type, select Fabric Connector Address.
- For SDN Connector, select the connector created in step 1.
- For Filter, select an entry from the dropdown list or configure a new filter.
- Click OK.
- Confirm that the connector resolves the dynamic firewall IP addresses:
- Go to Policy & Objects > Addresses.
- In the address table, hover over the address created in step 2 to view which IP addresses it resolves to:
To configure a Cisco ACI connector in the CLI:
- Create the Cisco ACI SDN connector:
config system sdn-connector edit "aci_direct1" set status enable set type aci-direct set server "10.100.25.204" set username "lzou" set password xxxxxxx set update-interval 60 next end
- Create a dynamic firewall address for the connector:
config firewall address edit "aci-direct-app" set type dynamic set sdn "aci_direct1" set color 17 set filter "Application=lzou-app" next end
- Confirm that the connector resolves the dynamic firewall IP addresses:
config firewall address edit "aci-direct-app" show config firewall address edit "aci-direct-app" set uuid 794aaf20-3e33-51ea-57e1-10b5badf3fc7 set type dynamic set sdn "aci_direct1" set color 17 set filter "Application=lzou-app" config list edit "10.0.5.11" next edit "10.0.5.12" next edit "10.0.6.11" next edit "10.0.6.12" next edit "10.0.6.13" next edit "10.0.6.14" next edit "10.0.7.11" next edit "10.0.7.12" next end next end next end