Hello
I’m trying to setup vlan trunking on a bridge, with a very simple setup for start, but I can’t get it to work in any way.
I am testing with an empty configuration.
This is my configuration from /interface/export
/interface bridge
add ingress-filtering=no name=bridge1 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=mgm vlan-id=30
/interface bridge port
add bridge=bridge1 interface=ether2
/interface bridge vlan
add bridge=bridge1 tagged=ether2 vlan-ids=30
/ip address
add address=10.30.0.1/24 interface=mgm network=10.30.0.0
Tested with ingress-filtering=yes as well, without results. Disabled and enabled it on the bridge port as well.
As far as I’ve seen, after disabling hw offload and capturing the traffic, ARP requests are sent, replies are received but then ignored by the bridge.
Does anyone have any idea what I am missing?
I’ve been reading forum tickets and the documentation all day, and from what i’ve seen, the above configuration should be correct.
If I move the vlan interface to ether2 and remove ether2 from the bridge, all is working well.