drinkingbird
Part of the Furniture
the kbytes /sec is not from sniffing, it is running this script on rt-ax88u every 5 minutes, then retrieving and
graphing it on Home Assistant.
its burst of 1000bytes/sec seem to coincide with severe network issues.
the 9th column of /proc/net/dev is labeled multicast. I sum it across all interfaces whose name start with eth.
only interfaces i'm not summing up that have non-zero value are bcmsw, bond0.
maybe i should be including one of them to get accurate multicast byte data.
This field gives me total bytes, I take the byte difference between
2 measurements divided by the time difference in seconds of the 2 measurements which is 300seconds.
cat /proc/net/dev | awk '{ printf("%s %s\n",$1,$9); };' |grep eth | awk '{s+=$2} END {printf("%s\n",s);}'
I have everything disabled in IPTV, on my rt-ax88u i don't have a screen from IGMP snooping for LAN devices
i have airtime fairness disabled, on 2.4/5ghz wifi igmp snooping enabled, my multicast rate is set at OFDM 36.
I figured 36 which I believe means 36Mbps is a good value for wifi calling, and possible video conference calls by Microsoft Teams app on my mobile device. I have terrible Cell reception in my house, wifi call is essential.
i can't disable WMM, the menu dropdown won't let me, it only has "enable" if you click on it.
I have rebooted RT-AX88u several times already when I disabled earlier part of this thread the router didn't behave properly after disabling Multicast Routing.
after reboot it worked.
I did not factory reset the last 2 FW updates, but I have the one before those 2.
after i put all the iptables/ebtable rules on amazon devices only, wireshark i finally do see iphone make mdns traffic, its not as bad as amazon devices.
I'm starting to believe its not the router fault, but too many amazon devices. Home Assistant definitely aggravated the amazon echo system like kicking a hornets nest.
i can try another factory reset next weekend and re-customize all the screens again, i have documented most of the custom changes, so that i don't restore settings after factory reset.
Hardware acceleration in the Asus may be causing you to not see all traffic when looking in the router. The only way to have confidence in what you're seeing is to use a sniffer, but you'll need to insert a tap or hub in line or use a smart switch that supports SPAN/mirroring.
Multicast rate has nothing to do with wifi calling. Anything destined for the internet is unicast. Leaving it at auto to start is a good idea, and if you run into issues with streaming you can try tweaking it. For people who don't do much multicast streaming (not all streaming utilizes multicast, only streaming between devices on the same LAN, i.e. one device sending and multiple receiving, or something that pulls in a stream and converts it to multicast before sending to other devices) setting it to the lowest value can improve performance of the wifi network. Setting it too high can cause problems. 36 is near the high end which means your devices must have a pretty good signal or they won't be able to connect or will have issues. Auto has never been a problem for me, I don't do a ton of multicast but some. WMM will typically help wifi calling but that is enabled by default (and sounds like you can't disable it anyway).
Part of the goal of a factory reset would be to NOT reapply any tweaks etc you've done, start with the basics, leave the advanced stuff at defaults, see how it behaves, add features back as needed.