I think there was a misunderstanding, same as I had, when you said "above that range", which made me think you meant it would just be above the DHCP range, meaning it would be in 3.x, and you seemed to be indicating VLAN and subnet were the same thing with "VLANs/subnets". I didn't read that as meaning you've create a different layer 2 VLAN and also give it a subnet like 10.x/24.
Yeah, I reread my message and can see how that was confusing. I'll start over to try and revise:
Functional Range means a mental allocation of addresses to a particular purpose, it has no technical meaning or implementation.
Subnet 1:
Default Gateway & DHCP server: 192.168.3.254
Subnet Mask: 255.255.252.0
VLAN 1
Functional Range A within Subnet 1: 192.168.0.1 to 192.168.1.254 // Left unused, may get claimed by newly added devices before being reconfigured.
Functional Range B within Subnet 1: 192.168.2.1 to 192.168.2.254 // DCHP pool for general use.
Functional range C within Subnet 1: 192.168.3.1 to 192.168.3.254 // Also in DHCP pool but create DHCP reservations for all addresses here so they're contiguously available for any use cases that can benefit from a reserved IP.
Subnet 2:
Default Gateway & DHCP server: 192.168.5.1
Subnet Mask: 255.255.255.0
VLAN 500
Functional Range D within Subnet 2: 192.168.5.2 to 192.168.5.254 // FX production network. I'll let them decide any reservations they need.
Subnet 3:
Default Gateway & DHCP server: 192.168.7.1
Subnet Mask: 255.255.255.0
VLAN 700
Functional Range D within Subnet 2: 192.168.7.2 to 192.168.7.254 // Security Camera network. I'll let them decide any reservations they need.
In that case, then yeah, you would have to initially plug the camera into a port that is in VLAN using the /22 subnet in order to communicate with it from a PC in order to do the initial configuration, and you'd have to have that PC configured with a 0.x/22 or 0.x/24 address as I described. Or you'd plug the camera into its normal VLAN port and move the PC to that VLAN with a 0.x/24 address as well. Doing it my way with a secondary IP or secondary interface on the PC means not completely disconnecting your PC from the rest of the network during the time that you're configuring the camera or other devices, but does require the PC's both VLANs (either on the same switch port or different ones).
Definitely would prefer not to be popping back and forth between ports. I'd prefer to have the steps be:
1) Plug new device into a VLAN 1 port.
2) Check that switch port on the Omada Controller and see if the device successfully used DHCP or if I need to login with default credentials
3) If needed, immediately connect to the device and switch it to use DHCP. Possibly create a DHCP reservation in its future subnet if it will need one.
4) Physically deploy the device to the location it will be used and connect it to a port on the appropriate VLAN based on use case.
My suspicion is this plan won't do any good because any device not successfully using DHCP out of the box will have ALSO have decided its default subnet mask is 255.255.255.0 and the default gateway is 192.168.[0,1].1 so it won't send me any responses unless my packets are coming from inside that range and not from a .2.x or .3.x address.
If you use a secondary interface on the PC and assign it 192.168.0.11/31, it would be so specific that it would only allow the PC and the camera on 0.10 to communicate, and routing to the rest of the /22 subnet would go out the main interface on the PC as usual. You could actually just plug the camera directly into the PC that way (possibly needing a crossover cable, depending on whether the PC NIC or camera are auto-MDIX), with no concern for VLANs.
That would be possible but only actually useful if all the cameras are using that 192.168.0.10 default address and I'm definitely not confident that will be consistent across brands and model lines.
Well now you've just fucked yourself and they're each going to need a /21 six months from now, including the original /22 needing to expand.
There's only 75 buildings & sheds total so I doubt we'll be putting more than 2 cameras and 2 devices at each of them.