Getting started with public and private SDN connectors
You can use SDN connectors to connect your FortiGate to public and private cloud solutions. By using an SDN connector, you can ensure that changes to cloud environment attributes are automatically updated in the Security Fabric. You can use SDN connector address objects to create policies that provide dynamic access control based on cloud environment attribute changes. There is no need to manually reconfigure addresses and policies whenever changes to the cloud environment occur.
There are four steps to creating and using an SDN connector:
- Gather the required information. The required information depends on which public or private cloud solution SDN connector you are configuring.
- Creating the SDN connector
- Creating an SDN connector address
- Adding the address to a firewall policy
The following provides general instructions for creating an SDN connector and using the dynamic address object in a firewall policy. For instructions for specific public and private cloud solutions, see the relevant topic in this guide. For advanced scenarios regarding SDN connectors, see the appropriate FortiOS 6.4 cloud platform guide.
Creating the SDN connector
To create an SDN connector in the GUI:
- Go to Security Fabric > External Connectors.
- Click Create New.
- Click the desired public or private cloud.
- Enter the Name, Status, and Update Interval for the connector.
- Enter previously collected information for the connector as needed.
- Click OK.
To create an SDN connector in the CLI:
config system sdn-connector edit <name> set status {enable | disable} set type {connector type} ... set update-interval <integer> next end
The available CLI commands vary depending on the selected SDN connector type. |
Creating an SDN connector address
You can use an SDN connector address in the following ways:
- As the source or destination address for firewall policies.
- To automatically update changes to addresses in the public or private cloud environment, based on specified filters.
- To automatically apply changes to firewall policies that use the address, based on specified filters.
To create an SDN connector address in the GUI:
- Go to Policy & Objects > Addresses.
- Click Create New > Address.
- Configure the address:
- Set the Type to Dynamic.
- From the Sub Type dropdown list, select Fabric Connector Address.
- From the SDN Connector dropdown list, select the desired SDN connector.
- From the Filter dropdown list, configure the desired filter. The filters available depend on the selected SDN connector type. The SDN connector automatically populates and updates IP addresses only for instances that satisfy the filter requirements. In this example, the address automatically populates and updates IP addresses only for AliCloud instances that belong to the specified security group:
You can set filtering conditions using multiple entries with AND ("&") or OR ("|"). When both AND and OR are specified, AND is interpreted first, then OR.
- Configure other settings as desired.
- Click OK.
- Ensure that the SDN connector resolves dynamic firewall IP addresses as configured:
- Go to Policy & Objects > Addresses.
- Hover over the address that you created to see a list of IP addresses for instances that satisfy the filter that you configured. In this case, the IP addresses of instances that belong to the specified security group display:
To create an SDN connector address in the CLI:
- Create the address:
config firewall address
edit <name>
set type dynamic
set sdn <sdn_connector>
set visibility enable
set associated-interface <interface_name>
set color <integer>
...
set comment <comment>
config tagging
edit <name>
set category <string>
set tags <strings>
next
end
next
end
- Ensure that the SDN connector resolves dynamic firewall IP addresses as configured by running
show
. The following shows example output:config firewall address
edit "ali-address-security"
set type dynamic
config list
edit "10.0.0.16"
next
edit "10.0.0.17"
next
edit "10.0.20.20"
next
end
...
next
end
The available CLI commands vary depending on the selected SDN connector type. |
Adding the address to a firewall policy
You can use an SDN connector address as the source or destination address in a policy.
To add the address to a firewall policy in the GUI:
- Go to Policy & Objects > Firewall Policy.
- Click Create New.
- Use the SDN connector address as the source or destination address.
- Configure the remaining settings as needed.
- Click OK.
To add the address to a firewall policy in the CLI:
config firewall policy edit 0 set name <name> set srcintf <port_name> set dstintf <port_name> set srcaddr <firewall_address> set dstaddr <firewall_address> set action accept set schedule <schedule> set service <service> next end
Connector tooltips
In Security Fabric > External Connectors, hover over an SDN connector to view a tooltip that shows basic configuration information.
Three buttons provide additional information:
Button | Information |
---|---|
View Connector Objects | Connector's dynamic objects, such as filters and instances. |
View Policies | List of policies that use the dynamic addresses from the connector. |
View Automation Rules | List of automation actions that use the connector. |