L3HW offloading relies on L2HW offloading and that ports are members of the same bridge where you enable bridge vlan filtering, which I don't see from your config.
This piece is missing from your config:
/interface bridge
add name=bridge vlan-filtering=yes
Without it enabled, settings in /interface bridge vlan won't get active, but only defined.
You can see an example from MikroTik help page: https://help.mikrotik.com/docs/display/ ... onExamples
Also, in general, is not advised to use vlan id=1 for your vlan, but a different value (even though you can make it work as well as any other vlan id).
This piece is missing from your config:
/interface bridge
add name=bridge vlan-filtering=yes
Without it enabled, settings in /interface bridge vlan won't get active, but only defined.
You can see an example from MikroTik help page: https://help.mikrotik.com/docs/display/ ... onExamples
Also, in general, is not advised to use vlan id=1 for your vlan, but a different value (even though you can make it work as well as any other vlan id).
Statistics: Posted by accarda — Mon Jan 22, 2024 6:51 am