Sorry if this is a silly question..
As per the title, when adding a wireless access point, why is the recommendation to assign it an IP address outside of the DHCP range. Why not just assign an IP within the DHCP range and reserve it for the access point within the router settings?
Thanks
If you reserve in (or put it in an exclusion range) in the DHCP services..that' fine. But generally it's suggested to give any static IPs outside of the DHCP lease pool...because if you assign a local static IP that is in the DHCP lease pool, the DHCP service will not know about it and it may give that IP out to a device that asks for one...and suddenly you have a nice DHCP conflict causing issues.
Example....
Router at 192.168.1.1
Usually IP leases are given out starting at .100. So the first device to boot up gets 192.168.1.100, next device 192.168.1.101, etc etc.
You have .2-.99...for your static assignments...like servers (I like to do my servers starting at .10), printers (I start printers at .20).
Say you manually set a printer, or server, or access point..at 192.168.1.110. Say you have at least 10x other dynamic device on your network...one of them will boot up, ask for an IP from DHCP..the DHCP may lease out .110...because it doesn't know it's taken..and WHAM...problems!.
Now, some DHCP services have an "exclusion range"...into which you enter IP addresses they are never to use, because you've programmed some devices locally with those IPs. (servers are commonly locally assigned IPs...not through reservations). Usually important devices that have to be available on the network at higher priorities are locally programmed with their static IP address. Less to go wrong.
If you use your DHCP service for "Reservations"...where you tell it what IP address to give certain devices...it already knows about that IP, so all is good.
Access points are commonly in the .240 - .250 range...it's just common to have that. A lot of us prefer to follow the usual best practices, commonly used approaches, so that other techs that work on our stuff can more easily..work on the network.