Ensure all nodes are reachable using the IPs set in the previous step. Create a cluster using the New-Cluster cmdlet.
New-Cluster -Name clusterName -Node node1,node2,node3,node4 -StaticAddress 172.18.50.110,172.18.60.110 -NoStorage -Verbose
Note: Network ATC does not allow you to create a management intent with two different VLANs. If your datacenters on the two sites are on two different VLANs, consider using untagged VLANs on the management port. In such a scenario, you will have to specify two IPs as cluster static address.