Got some odd issue with my new hap ax^2.
At some time it drops all wifi clients. Wire clients continue working as expected.
Here is what I see in logs: Configuration is very simple:
Code:Select all
# nov/15/2022 11:57:43 by RouterOS 7.6 # software id = X35J-1274 # # model = C52iG-5HaxD2HaxD # serial number = HD8083KAHAX /interface bridge add add-dhcp-option82=yes dhcp-snooping=yes name=bridge1 /interface wifiwave2 security add authentication-types=wpa2-psk,wpa3-psk disable-pmkid=no encryption=ccmp,gcmp,ccmp-256,gcmp-256 name=auto wps=disable /interface wifiwave2 set [ find default-name=wifi1 ] channel.frequency=5725-5990 configuration.country=Ukraine .mode=ap .ssid=josser-airnet disabled=no security=auto set [ find default-name=wifi2 ] configuration.country=Ukraine .mode=ap .ssid=josser-airnet-slow disabled=no security=auto /port set 0 name=serial0 /interface bridge port add bridge=bridge1 interface=all trusted=yes /ip dhcp-client add interface=bridge1 /ip ssh set strong-crypto=yes /system clock set time-zone-name=Europe/Kiev /system identity set name=josser-airnet /system logging add topics=wireless,debug /tool bandwidth-server set enabled=no
Any advices how to debug the reason?