Nuage SDN connector
Nuage 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.
To configure a Nuage connector in the GUI:
- Create the Nuage SDN connector:
- Go to Security Fabric > Fabric Connectors and click Create New.
- In the Private SDN section, click Nuage Virtualized Services Platform.
- 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 the first Nuage connector.
- Configure the remaining settings as needed.
- Click OK.
To verify the SDN connector resolves the dynamic firewall IP addresses in the GUI:
- Go to Policy & Objects > Addresses.
- In the address table, hover over an address to view which IP addresses it resolves to.
To configure a Nuage connector in the CLI:
- Create the SDN connector:
config system sdn-connector edit "nuage1" set type nuage set server "172.18.64.27" set server-port 5671 set username "admin" set password xxxxxxx next end
- Create the dynamic firewall address for the connector:
config firewall address edit "nuage-address1" set type dynamic set sdn "nuage1" set color 19 set organization "nuage/L3" set subnet-name "Subnet20" next end
To verify the SDN connector resolves the dynamic firewall IP addresses in the CLI:
# diagnose firewall dynamic list List all dynamic addresses: nuage1.nuage.nuage/L3.Subnet20.*: ID(196) ADDR(192.168.20.92) ADDR(192.168.20.240)