I have a hotspot running on a bridge, and to that bridge i added about 10 EOIP tunnels of various access points in the field.
this all works great.
however if i look at the 10 or so EOIP tunnels they ALL seem to always be sending abuot 5-11kbits per sec. which i assume is layer 2 broadcast traffiic from all the wireless clients connected to the various access points.
how can i tell the bridge to only forward traffic from the source bridge to each EOIP tunnel, and not allow traffic to pass between bridges?
First you need to capture the packets to determine what the actual traffic is and then you’ll know what bridge filter rule to make to drop that particular traffic.
You mean not passing traffic between interfaces right?
The second drop forward rule on the router that all the EOIP tunnels go to works great.
I had been just dropping ports 137-139 on each interface before..but this is really cutting back on the garbage traffic.
one other question, I run the dhcp server and hotspot on this same router, so those services are deliverd to each Access point over their respective EOIP tunnel. If i want to better elimated any cross client layer2 broadcast at the AP level (i.e. hotspot laptop clients broadcating to each other over 2.4, at the AP)
Or you can use bridge horizon feature. Configure all EoIP bridge ports with the same horizon value and data received from one will not get forwarded to another. This feature was primarily implemented to support VPLS split horizon bridging, but can also be used in other situations where more control over bridge forwarding is necessary.
In that case you need to disable default forwarding on the wireless interface for each AP.
/interface wireless set wlan1 default-forwarding=no
default-forwarding (yes | no; default: yes) - to use data forwarding by default or not. If set to ‘no’, the registered clients will not be able to communicate with each other