Cisco ACI SDN connector using a standalone connector
Cisco ACI (Application Centric Infrastructure) SDN connectors can be used in dynamic firewall addresses.
The Fortinet SDN Connector for Cisco ACI and Nuage Networks is a standalone connector that connects to SDN controllers within Cisco ACI and Nuage Networks. You must configure a connection to the Fortinet SDN connector in FortiOS to query the dynamic addresses.
This topic describes one of multiple configuration methods available with this SDN connector type. See More Links on the right sidebar for other methods. |
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).
- In the Cisco ACI Connector section, for Type, select Fortinet SDN Connector and configure the remaining settings as needed.
- Click OK.
- Create the dynamic firewall address for the connector:
- Go to Policy & Objects > Addresses and select Address.
- Click Create new.
- Configure the following settings:
- For Type, select Dynamic.
- For Sub Type, select Fabric Connector Address.
- For SDN Connector, select the first ACI connector.
- Configure the remaining settings as needed.
- Click OK.
To verify the dynamic firewall IPs are resolved by the SDN connector in the GUI:
- Go to Policy & Objects > Addresses and select Address.
- In the address table, hover over the address to view which IPs it resolves to.
To configure a Cisco ACI connector in the CLI:
- Create the SDN connector:
config system sdn-connector edit "aci1" set type aci set server "172.18.64.31" set username "admin" set password xxxxxxx next end
- Create the dynamic firewall address for the connector:
config firewall address edit "aci-address1" set type dynamic set sdn "aci1" set color 17 set tenant "wqdai-ten" set epg-name "EPG-in" set sdn-tag "fffff" next end
To verify the dynamic firewall IPs are resolved by the SDN connector in the CLI:
# diagnose firewall dynamic list List all dynamic addresses: aci1.aci.wqdai-ten.EPG-in.fffff: ID(171) ADDR(192.168.100.20)