VLAN - drop everything which is not native vlan?

Hi all,

I guess this might be considered as a rather stupid question:
I have created a bonding interface on a 2011 (ROS 6.12) and it’s no problem extracting the needed VLANs from it and bridging them to their destinations.
But I’m somehow stuck with adding a bridge for the native (untagged) VLAN only.
I need a bridge attached to the bonding interface in which no VLANs shall appear but the native.

Any hint is highly appreciated.


Thanks,
-Chris

D’oh.
Got it - was pretty simple but nut the way I expected it to be :slight_smile:

/interface bridge filter
add action=drop chain=input in-interface=bonding4 mac-protocol=vlan

-Chris