I need to make a simple VLAN configuration. I admit ROS is completely foreign to me.
I can program CISCO switches easily so I know what I want.
I've read through all the guides, and while actually performing the commands is slowly getting easier things are still unclear.
What I want to do is pretty simple.
Vlans:
VLAN 10 - Staff
VLAN 20 - Staff2
VLAN 50 - Guest
VLAN 100 - MGT
Interfaces:
1-40 VLAN 10
41-48 Trunk 10,20,50,100 [for access points or uplink or downlink to other switches]
48 = uplink to unifi gateway with vlans & networks created
49 = mgt access (VLAN 10)
Questions:
-Under "/interface bridge vlan" do I really have to list all 40 ports as untaged? [vice-versa, do I really need to list every tagged port for every untaged port?]
-Why do the interface numbers change? My goodness this is the most annoying thing!
-After deleting all the interfaces inside the default bridge group, I run this command to add most ports to the new bridge; it doesn't work for multiple interfaces. Do I really need to do this individually 40 times? "add bridge=BridgeStaff interface=ether1,2,3,...,40 pvid=10"
-Do I need to specify the "hw=yes" flag (I assume this is for hardware offloading)?
-If I rename an interface with a human understandable name, what is the best way to keep the interfaces in order? (eg. 1-RM207-Mary, 2-RM307-Bob) [I'm useed to CISCO gi1/1 or te1/1 being consistent and adding description to interface]
-Under bridge port print, what does *3E mean?
-Is "/export" same as 'show run'?
-When I run "/interface bridge vlan add bridge=BridgeStaff tagged=ether48 untagged=ether1 vlan-ids=10" it says failure vlan already added
-How do I tell what an interface is setup as (turnk, access, vlan, etc) "/interface ethernet print" is super vague [/interface bridge port> print] might work
-
Notes:
Under "/interface bridge port>" keep removing 1,2,3,4,5,6,7,8,9,10 until all the ports are removed [hint: use 'print' to show the current interfaces inside the bridge]
Seems Mikrotik's implementation of vlans and trunks is absurdly complicated and not necessary. I cannot wait for SwOS to come out, until then; buying more of this switch is out of the question. The smaller CRS328-24P-4S+RM is great though with SwOS.
References:
https://www.reddit.com/r/mikrotik/comme ... _a_bridge/
https://wiki.mikrotik.com/wiki/Manual:I ... s_Ports.29
https://wiki.mikrotik.com/wiki/Manual:Bridge_VLAN_Table
https://help.mikrotik.com/docs/display/ ... figuration
https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge
https://youtu.be/ZMMpza-O7_w