I’m running an RB4011 as main router. Attached to it is a CRS112-8P-4S that is providing PoE to my Dahua camera.
Every day I notice at least one (and sometimes more) connection lost/connection restored. This coincides with a DHCP deassigned followed by a DHCP assigned log message.
Besides this, I notice the same behavior on wireless clients: Wifi connection lost and restored while DHCP events occur. This happens both on a cAP ac attached to the RB4011 and on the cAP ac attached to the CRS.
Any help would be really appreciated on this, specifically how to debug.
/ip dhcp-server
add address-pool=HOME_POOL disabled=no interface=HOME_VLAN lease-time=1d name=HOME_DHCP
add address-pool=GUEST_POOL disabled=no interface=GUEST_VLAN lease-time=2h name=GUEST_DHCP
add address-pool=VIDEO_POOL disabled=no interface=VIDEO_VLAN lease-time=1w name=VIDEO_DHCP
add address-pool=SOLAR_POOL disabled=no interface=SOLAR_VLAN lease-time=1w name=SOLAR_DHCP
/ip dhcp-server network
add address=192.168.50.0/24 dns-server=192.168.50.10 gateway=192.168.50.254
add address=192.168.51.0/24 dns-server=192.168.51.254 gateway=192.168.51.254
add address=192.168.52.0/24 dns-none=yes gateway=192.168.52.254
add address=192.168.53.0/24 dns-server=192.168.53.254 gateway=192.168.53.254