Cisco ACI SDN connector
You can use Cisco ACI (Application Centric Infrastructure) SDN connectors 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.
To configure a Cisco ACI connector in the GUI:
- Create the Cisco ACI SDN connector:
- Go to Security Fabric > Fabric Connectors and click Create New.
- In the Private SDN section, click Application Centric Infrastructure (ACI).
- Configure the settings as needed.
- Click OK.
- Create the dynamic firewall address for the connector:
- Go to Policy & Objects > Addresses and click Create New > Address.
- 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.
- 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)