Hi all,
currently I have vRA 7.5, embedded vRO, Infoblox IPAM plugin, NSX.
I would like to use 1 Network profile add multiple /24 subnets to it. The idea behind it is:
- dedicate 10 /24 subnets for Windows deployments and assign them to 1 network profile. If I need to extend the address space, just add 1 or more /24 subnets to that network profile.
- do the same for Linux deployments.
I have created logical switches which map to my /24 subnets.
If I try to deploy some VMs with this setup, I can notice that IPs from "Windows Network Profile" get assigned from different /24 subnets using round-robin. But they do not match my logical switches.
So a VM gets connected to a logical switch 192.168.1.x and gets an IP from 192.168.5.x.
Is it possible to achieve what I'm trying?
Ideally, I would like to have pool of IPs, where I don't have to worry what is still available and where I have some left, as long as I add enough /24 subnets to my network profile.
Thanks