Omada AP in standalone mode sending UDP broadcasts every 10 seconds
Hello,
I have deployed a standalone EAP653 to provide coverage in a location where only a single AP is needed and a controller is overkill. However since deploying, I have received complaints about reduced battery life on our wireless devices.
Further investigation reveals the EAP653 is sending a UDP broadcast (255.255.255.255) on port 29810 to the network every 10 seconds, causing all wireless clients to have to wake up to process the packet. This packet seems to be only for discovery by the Omada App / controller as it contains the AP information in JSON format - device name, model, firmware, uptime, etc.
21:36:20.130241 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 742
21:36:30.260659 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 742
21:36:40.380211 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 742
21:36:50.510290 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 743
21:37:00.660255 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 742
21:37:10.810435 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 741
21:37:20.940418 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 742
21:37:31.050438 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 742
21:37:41.190387 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 742
21:37:51.330460 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 741
21:38:01.451354 IP 192.168.1.133.43457 > 255.255.255.255.29810: UDP, length 743
Now that the AP is set up I have no need to discover it. I would like to request a way to turn off these these discovery broadcast packets to prevent unnecessary wake-ups on mobile devices and preserve battery life. Thanks.