Hi !
First , I’d like to thank @anav for pointing me toward http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1
I have an access point from Ubiquiti, with Network1 (untagged) and Network100 ( tagged with vlan id 100), they are both connected to ether3( which has a PVID of 50 ).
I have router setup to server DHCP adress on VLAN 50 and VLAN 100.
With the below config my untagged trafic is tagged at the port level ( ether3 ) with vlan id 50 and can reach the dhcp server to get an IP.
I tried to setup an hybrid port so the tagged trafic ( with vlan 100) would reach the dhcp server for vlan 100 but it fails..
/system identity set name="Mikrotik"
/interface bridge add name=BR1
/interface bonding add mode=802.3ad name=bond1 slaves=ether7,ether8
/interface bridge port
add bridge=BR1 interface=ether1
add bridge=BR1 interface=ether2 pvid=50
add bridge=BR1 interface=ether3 pvid=50
add bridge=BR1 interface=ether4 pvid=50
add bridge=BR1 interface=ether5 pvid=50
add bridge=BR1 interface=ether6 pvid=50
add bridge=BR1 interface=bond1 pvid=50
add bridge=BR1 interface=sfp-sfpplus1 pvid=50
/interface bridge vlan add bridge=BR1 tagged=ether1 untagged=ether2,ether4,ether5,ether6,bond1,sfp-sfpplus1,BR1 vlan-ids=50
/interface bridge vlan add bridge=BR1 tagged=ether1 vlan-ids=100
/interface bridge vlan set bridge=BR1 tagged=ether3 [find vlan-ids=100]
/interface bridge set BR1 vlan-filtering=yes
I’m not sure where to go from here ( change network1 to use vlan id 50 and remove the pvid from ether3 maybe? )
I’d be glad for suggestions at this point!
Thanks !!
