I followed the openwrt guidelines to install and configure a Redmi AX6000 with the 23.05.3 release and all is working fine with the AP. My laptop through the new WIFI can access to internet with no issues.
AX6000 AP <----- >router with fresh tomato <----- > ISP router
The fresh tomato router is the DHCP server.
I have a zabbix server on my home network with the icmp ping monitoring on my devices (unbuntu 20.04 machines + raspberry pi with buster)
When the AP is connected to the network, Zabbix is showing a lot of packets losses on my 4 raspberry pi and some of the Ubuntu 20.04 machine.But everything seems to be working fine.
on the AX6000, services disabled and stopped: dnsmasq, firewall, odhcpd. IPV6 is disable.
I read al lot of posts, but nothing related to my issue.
Can you mention exact zabbix probe showing losses? Ie is it softnet_stats, ethtool -S or netstat -i equivalent.
e.g. unconfigured vlan traffic counts for rx drops or qdisc tail-drops go into tx drops.
Finally I have replaced my old router with a tomato firmware by a banana bpi-r3 with an openwrt 23.05.3.
I have enabled STP on the banana (br-lan) and the AX6000 (br-lan).
I still have a lot of ICMP packets losses when the AX6000 dumb AP is connected. but now I have this message on the banana log :
br-lan: received packet on lan2 with own address as source address (addr:xx:xx:xx:xx:xx;XX, vlan:0)
The xx:xx:xx:xx:xx:xx is the mac of the banana br-lan.
If the AX6000 is unplugged, no more ICMP packets losses and no more messages on the log.