MM8108-EKH19 in 802.11s

I have configured 3 units in 802.11s as described in the User Manual. I have an ethernet IP camera connected to a far mesh point. The mesh gate is connected to my PCs network (via the included MM router). The problem I am having is that I am not seeing the halow mesh route through any hops. It only takes a direct route between camera mesh point and PC mesh gate. My camera is configured for TCP and have it set at a low resolution and data rate (about 3Mbps). I have used attenuators to weaken the direct signal between the PC mesh gate and the camera mesh point so the signal between them is below the RSSI threshold. The system never uses the intermediate mesh point that is at a much higher signal level to both the camera mesh point and the mesh gate.

I have tried using traceroute which shows no hops. The realtime graph for wlan0 does not show any appreciable data flow (in or out) on the intermedia mesh point. Wireshark only shows the packet source and destination and nothing in between.

Thank you

Hi @PNW

The mesh will be layer 2, so you won’t see the hops with traceroute. You might want to check mesh paths with iw dev wlan0 mpath dump.

This might be the network settling into a state it deems is most suitable. What is the metric reported by mpath dump on the mesh gate?

For testing purposes, you can force the mesh gate to limit it’s peers to 1 with uci set mesh11sd.mesh_params.mesh_max_peer_links=1 and then reload_config from the terminal on the mesh gate. Of course, this won’t be helpful for a real deployment.