Hi all,
I am a newbie of network, forgive me if my question is too naive.
My rb951-h2nd are using VLAN with rb450g. For maximum speed, I am using switch-chips to power VLAN.
On rb951-h2nd, both ether3 and ether4 have master-port ether1, so there is a switch group [ehter1(master-port), ether3, ether4]
Also here is the vlan setting:
/interface ethernet switch vlan
set ether1 vlan-mode=secure vlan-header=add-if-missing
set ether3 vlan-mode=secure vlan-header=always-strip default-vlan-id=10
set ether4 vlan-mode=secure vlan-header=always-strip default-vlan-id=20
Here is the port setting.
/interface ethernet switch vlan
add ports=ether3,ether1 switch=switch1 vlan-id=20
add ports=ether4,ether1 switch=switch1 vlan-id=30
On RB450G, ether4 running two vlan: (vlan-id=10, address=10.0.1.4) and (vlan-id=20, address=10.0.2.4) .
Above it works perfectly fine, I am happy with that.
But I want to bridge a VAP on rb951-h2nd running a network that is able to connect with VLAN(vlan-id=10) , is it possible ?