QUOTE(soonwai @ Apr 14 2023, 02:43 PM)
I think I read the same thing also but didn't really test what they said about hwoffload and vlans. Anyways this is how my vlans are set with a single bridge1 and all ether ports are running with hwoffload. This is on RB5009.
- I use vlan50 for LAN traffic.
- My modem & router are upstairs. That's why my hypptv vlan600 is trunked to the Hypptv STB downstairs.
So for simpler setup, maybe something like this:
- where ether2 is wan port and ether8 is hypptv port.
btw, switch chip ethernet hwoffload for hAP ax3 not implemented yet. So, for now, you won't see the hwupload flag no matter what you do.
https://help.mikrotik.com/docs/display/ROS/...dwareOffloading
See footnote 6 for IPQ-PPE.
6. Currently, HW offloaded bridge support for the IPQ-PPE switch chip is still a work in progress. We recommend using, the default, non-HW offloaded bridge (enabled RSTP).
MikroTik vlan setup with bridge interface has always confused me a lot. I don't know why, the configuration is a bit weird and I can't really fathom it no matter how much I try to study.CODE
/interface vlan
add interface=bridge1 name=vlan500 vlan-id=500
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan500 max-mru=1500 max-mtu=1488 name=pppoe-out1 user=soonwai@unifi
/interface bridge
add arp=reply-only ingress-filtering=no name=bridge1 protocol-mode=none vlan-filtering=yes
/interface bridge port
add bridge=bridge1 interface=ether2-wan1
add bridge=bridge1 interface=ether3-trunk1
add bridge=bridge1 interface=ether4 pvid=50
add bridge=bridge1 interface=ether5 pvid=50
add bridge=bridge1 interface=ether6 pvid=50
add bridge=bridge1 interface=ether7 pvid=50
add bridge=bridge1 interface=ether8 pvid=50
add bridge=bridge1 interface=sfp-sfpplus1 pvid=50
add bridge=bridge1 interface=ether1 pvid=50
/interface bridge vlan
add bridge=bridge1 tagged=ether3-trunk1,bridge1 untagged=ether1,ether4,ether5,ether6,ether7,ether8,sfp-sfpplus1 vlan-ids=50
add bridge=bridge1 tagged=ether2-wan1,ether3-trunk1,bridge1 vlan-ids=600
add bridge=bridge1 tagged=ether2-wan1,bridge1 vlan-ids=500
add interface=bridge1 name=vlan500 vlan-id=500
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan500 max-mru=1500 max-mtu=1488 name=pppoe-out1 user=soonwai@unifi
/interface bridge
add arp=reply-only ingress-filtering=no name=bridge1 protocol-mode=none vlan-filtering=yes
/interface bridge port
add bridge=bridge1 interface=ether2-wan1
add bridge=bridge1 interface=ether3-trunk1
add bridge=bridge1 interface=ether4 pvid=50
add bridge=bridge1 interface=ether5 pvid=50
add bridge=bridge1 interface=ether6 pvid=50
add bridge=bridge1 interface=ether7 pvid=50
add bridge=bridge1 interface=ether8 pvid=50
add bridge=bridge1 interface=sfp-sfpplus1 pvid=50
add bridge=bridge1 interface=ether1 pvid=50
/interface bridge vlan
add bridge=bridge1 tagged=ether3-trunk1,bridge1 untagged=ether1,ether4,ether5,ether6,ether7,ether8,sfp-sfpplus1 vlan-ids=50
add bridge=bridge1 tagged=ether2-wan1,ether3-trunk1,bridge1 vlan-ids=600
add bridge=bridge1 tagged=ether2-wan1,bridge1 vlan-ids=500
- I use vlan50 for LAN traffic.
- My modem & router are upstairs. That's why my hypptv vlan600 is trunked to the Hypptv STB downstairs.
So for simpler setup, maybe something like this:
CODE
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 untagged=ether1,ether3,ether4,ether5,ether6,ether7,sfp-sfpplus1 vlan-ids=50
add bridge=bridge1 tagged=ether8-unifitv,bridge1 vlan-ids=600
add bridge=bridge1 tagged=ether2-wan1,bridge1 vlan-ids=500
add bridge=bridge1 tagged=bridge1 untagged=ether1,ether3,ether4,ether5,ether6,ether7,sfp-sfpplus1 vlan-ids=50
add bridge=bridge1 tagged=ether8-unifitv,bridge1 vlan-ids=600
add bridge=bridge1 tagged=ether2-wan1,bridge1 vlan-ids=500
- where ether2 is wan port and ether8 is hypptv port.
btw, switch chip ethernet hwoffload for hAP ax3 not implemented yet. So, for now, you won't see the hwupload flag no matter what you do.
https://help.mikrotik.com/docs/display/ROS/...dwareOffloading
See footnote 6 for IPQ-PPE.
6. Currently, HW offloaded bridge support for the IPQ-PPE switch chip is still a work in progress. We recommend using, the default, non-HW offloaded bridge (enabled RSTP).
Apr 15 2023, 02:13 PM

Quote
0.0140sec
0.27
6 queries
GZIP Disabled