To set up a ONTAP Cloud HA, three floating IP addresses are required, one of the management IP, and two for NFS/CIFS on each node. Further, all these three floating IP's have to be outside of all our VPC's.
Assuming the HA is configured in 172.12.0.0/24, then
My questions:
1. Can I assign any IP's outside VPC's, for instance, 10.0.0.10, 10.0.0.11, and 10.0.0.12 for floating IP's.
2. If yes, then I can use 10.0.0.10 for mgmt access, correct?
3. Then how internally the floating IP's can be converted to HA node's IP? what routing tables would look like to support such converstion?
Thanks!