I am running a legacy DHCP server on an EX3300 (v12.3).
I have a few server interfaces that I want to address with DHCP reservations from within an existing pool but I DO NOT want them to receive a default gateway (routers, DHCP Option 3).
Is it possible to override the pool configuration and not send routers information using a static reservation? My testing suggests that including the router option requires a functioning IP or hostname as a parameter. Not including the router option sends the pool's default configuration.
Currently I see two workarounds. One is to split the pools into one that provides the routers option, and one that doesn't. The other involves making reservations for every other device...I might as well not use DHCP in that case!