Hello,
Again I’m a bit lost related to what would be the best approach in my case
- router RB450Gx4
- ether1 WAN
- ether5 trunk port =>SW1
/interface bridge vlan
add bridge=BR1 tagged=BR1,ether5 vlan-ids=80
add bridge=BR1 tagged=BR1,ether5 vlan-ids=99
add bridge=BR1 tagged=ether5,BR1 vlan-ids=10
add bridge=BR1 tagged=ether5,BR1 vlan-ids=100
Interface vlan
/interface vlan
add comment="subnet[mgmt vlan] 192.168.99.0/24" interface=BR1 name=BASE_VLAN vlan-id=99
add comment=":: subnet 192.168.50.0/21" interface=BR1 name=vlan10 vlan-id=10
add comment="subnet 192.168.100.0/21" interface=BR1 name=vlan100 vlan-id=100
add comment="subnet[wireless] 192.168.80.0/24" interface=BR1 name=vlan_80 vlan-id=80
So far so good,
However I’m interested if makes any difference to use switch chip in this case… and if so… how to port mentioned config to switch config ?