Cisco ACI SDN connector with direct connection
The Cisco ACI (Application Centric Infrastructure) connector can be used for northbound API integration with a direct connection.
The following address filters are supported:
- 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. In this example, Application is selected.
- 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 IPs 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