One of the networks is a guest network broadcast at 2.4GHz and 5GHz and it is provided by one vlan to the AP. In the configuration of these interfaces, the client-to-client-forwarding parameter is turned off, but if I understand correctly, communication between the 2.4GHz and 5GHz interfaces will still be possible. How can it be isolated ?
You can use split horizon to isolate bridge ports. Be aware that this will disable hw acceleration on the bridge.
Why are you using local forwarding if you don’t want to have local traffic?
I can only use bridge horizon with capsman forwarding. With local forwarding, the only interface on the router is vlan for the guest network (common for 2.4GHz and 5GHz interfaces). On the cap, the interferences add to the bridge dynamically so there also can’t use bridge horizon.
I use local forwarding because of better network performance.
First of all you can always change “create dynamic enabled” to “create enabled”.
And second, even with dynamic cAP interfaces you can specify bridge horizon in datapath.
This traffic does not reach the router (controller). Alternatively what you say could be done on the cAP itself (using bridge filtering). However, i.e. manual configuration of each CAP and in the event of reconfiguration the need to change many to many APs.
This parameter set on the controller has no effect on local forwarding. And the bridge horizon field on dynamic interfaces is not configurable.
We are talking here about local forwarding, not capsman forwarding. There, I do not choose the bridge on the controller, I only give the vlan on which this traffic comes to the CAP.
cAP interfaces has to be bridged on one side: either on cAPs or on CAPsMAN.
And if I recall correctly, both methods can be used for both local and capsman forwarding.
But I can be wrong.
Anyway, regardless of that, you can always use bridge horizon on the bridge, where they are actually added.
If in your case the bridge is on a cAP itself - configure bridge horizon there.
When configuring datapath for local forwarding, the bridge on cAP is in the game … although implicitly and when not set, I guess it takes first bridge it finds.
Thanks for all the answers.
I also got info from the support - the only option to separate clients from different cAP interfaces is to introduce traffic filtering rules on the bridge.