Hi Guys,
I just cant seem to get my head around a simple vlan config.
ver 6.46.4
eth1 comes from a ubiquity switch that has the lan port configured with vlan 1 (Native) as un tagged and vlan 189 as tagged.
eth4 is vlan 1 native (part of bridge that has eth1,2,3,4,5)
eth3 needs to be an access port to vlan 189 (native).
thats it nothing more. I have looked at the manual but every thing I have tried i have been unable to get it to work.
Since there is no routing would it make sense to use hardware type vlan approach (and not what I am used to which is bridge software vlan approach).
Would it be best to take the router default setup and Bridge all The ports and remove dhcp server / client from all interfaces.
OR when resetting to defaults choose quickset Bridge Mode (vice Router mode) and assume this auto selects bridge all ports (an option on the quickset page).
Post your config here to look at…
A diagram would be helpful as your explanation is convoluted
Thanks for the response anav..
Switching is fine but the requirements are untagged vlan 1 on ether1 and tagged 189 on ether 1 (cisco equivalent to trunk?
ether 2 untaged vlan 1 (cisco equivalent access port vlan 1 native/untagged)
ether 3 untagged vlan 189 (cisco equivalent access port vlan 189 native/untagged)
Okay I will have a look at my 260Gs configs and see what I can surmise…
LINK
Port1 - from UBIQUITI (Trunk Port, vlan189,1)
Port2 - To deviceA (access port vlan1)
Port3 - To device B (access port vlan 189)
VLAN
From Ubiquiti - vlanmode=enabled, vlanreceive=any, defaultvlanid=1, vlanheader= leave as is
To deviceA - vlanmode=strict, vlanreceive=only untagged, defaultvlanid=1, vlanheader= always strip
To deviceB - vlanmode=strict, vlanreceive=only untagged, defaultvlanid=189, vlanheader= always strip
One single tiny tiny detail … ether interfaces are slave interfaces to the bridge for RouterOS. Therefore the bridge should be in the LAN interface list. (Only has impact on config lines, like default firewall rules, where LAN is used to reference the interfaces, and there are probably none as this is a bridged.configuration) Having ether1 on the WAN list is just cosmetic, as ether1 is a slave interface to the bridge.