On Mon, Aug 08, 2022 at 10:21:05AM -0700, Stig Venaas wrote:
Hi 6lo and draft authors
I have some concerns about this draft replacing MLD for group registration.
Having 2 different protocols for the same thing can be problematic. Hosts or routers may need to support both protocols. Is it clear which one should be used in different environments? Is there a chance that both may be used at the same time in a network? In particular, is there a chance that a router may need to simultaneously support both protocols on an L3 interface? In that case it must be considered how the two protocols interoperate.
Also, we have been pushing the use of SSM in the IETF for a very long time, but this draft only supports ASM since only a group address is provided.
It would be good to have some more info on the need to replace MLD. I understand there are concerns about packet loss, limited resources etc.
Regards, Stig
Hi,
Is there some good overview and/or presentation of this alternative concept available somewhere? The introduction of draft-ietf-6lo-multicast-registration-08 as is is a bit difficult to start with as its introduction references a lot of other, fairly new RFCs (which generally is fine for me, avoids duplication; just not that easy to start with as a first read :D ).
I'm very interested in this topic as we too are experiencing several drawbacks with the current MLD approach in our layer 2 mesh networks based on B.A.T.M.A.N. Advanced [0]. Typically people use 802.11 based WiFi routers with fixed line power with batman-adv. At least for larger installations. While if I understand correctly this new RFC is focusing on off-grid LoRaWAN based mesh nodes, right? Might be interesting to check if for these two different radio technologies we face similar issues, but also if we might have differing requirements. To avoid that we would need a third protocol later...
---
batman-adv currently makes use of MLD snooping [1]. The four main issues we are/were facing:
1) MLD overhead is high with default intervals for the mesh network sizes we are working with (> 1000 mesh nodes and
2000 client devices)
2) MLD is too slow and unreliable with default intervals for a lossy, dynamic mesh network. -> we can't fix both 1) + 2) by tuning MLD querier parameters 3) MLD querier selection is not robust enough in a dynamic mesh network, lowest MAC addrdess for the querier is a bad criteria, we don't want a barely connected node with high packet loss at the edge of the wifi mesh network to take over such an essential roll; actually we don't want any mesh node to take over a central role, batman-adv was designed to work as a fully decentral mesh of equal nodes without any reliabilities 4) IGMPv2/MLDv1 Report suppression [2]; RFC4541 ("Considerations for Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) Snooping Switches" is not feasible solution/workaround for us always forwarding all multicast traffic to the querier would lead to congestion
On the other hand power consumption of MLD as noted in the draft is not a big issue for us right now, though it might be related to 1).
The workaround for our four issues we came up with is to split the layer 2 broadcast domain per mesh node with layer 2 filtering of MLD [3]. So regarding MLD it is now behaving more like a layer 3 mesh network, where each WiFi router / mesh node is its own querier for its local Wifi clients. And between the mesh nodes we exchange listener state through the batman-adv protocol, sort of like a one-way proxy, as its more efficient for us right now. The downside is that it is one-way right now, so each batman-adv node will have the listener state which is enough for us right now to ensure that within the layer 2 broadcast domain multicast works fine. However a remote batman-adv node won't translate it back to MLD, so layer 3 multicast routers won't be informed. Also its ASM only at the moment.
But I would celebrate it if we could just get rid of these workarounds by simply having a more robust, more decentral but also less costly MLDv3 (and especially no more MLDv1).
---
I'll also be at the Wireless Battlemesh [4] in Rome, Italy, with several other batman-adv developers next week and we will be talking about mesh networks the whole week. Feel free to stop by if you can, it's an awesome event :-). Or would anybody be interested to exchange our experiences with MLD in mesh networks remotely during that week? I could put an official slot on the Battlemesh schedule, if people would be interested.
Regards, Linus
[0]: https://www.open-mesh.org/projects/batman-adv/wiki [1]: https://www.open-mesh.org/projects/batman-adv/wiki/Multicast-optimizations [2]: https://www.open-mesh.org/projects/batman-adv/wiki/Multicast-optimizations-r... [3]: https://gluon.readthedocs.io/en/latest/package/gluon-mesh-batman-adv.html#mu... [4]: https://www.battlemesh.org/
b.a.t.m.a.n@lists.open-mesh.org