Good day,
I'd like to ask about Trunk.
I know how to build one trunk but how to build 2 or more Trunks? Always from a different port.
Below are the ways that came to mind, but I don't think it will work properly.
I read about Vlans on the mikrotik wiki but I didn't understand it. I can set a lot, but Vlany / Trunks on multiple ports is too complicated for me
RB2011UiAS-2HnD-IN (settings - Main router)
RB952Ui-5ac2nD / RB951Ui-2nD (settings - switch) (at the end of Trunk)
A possible solution:
1Gbps ports
Eth1 Wan
eth2 PtP connection - Trunk
eth3 Boiler room - Trunk
eth4 Workshop - Trunk
eth5 office. - Trunk
100Mbps ports
eth6 living room - Trunk
eth7,8,9 cams - Vlan Cam only
(sfp and eth10 off)
These Vlans I have set up with different Vlan IDs, addresses, DHCP server with pools):
Vlan local ID 10
Vlan Voip ID 20
Vlan IoT ID 30
Vlan Cams ID 40
Vlan mkt ID 50 (network elements)
I would need to add these Vlans to the ports:
(or all Vlan on Eth2 - 6)
Eth2 Vlan - local, Voip, IoT, Cam, mkt
Eth3 Vlan - local, Voip, IoT, Cam
Eth4 Vlan - local, Voip, IoT, Cam
Eth5 Vlan - local, Voip, IoT, Cam, mkt
Eth6 Vlan - local, Voip, IoT
Eth7 Vlan - Cam
Eth8 Vlan - Cam
Eth9 Vlan - Cam
1. Make a bridge and set it to ports Eth1-6 and bridge_cams Eth7-9
-
| Bridge
-
(All vlans)
-
Eth2
-
Eth3
-
Eth4
-
Eth5
-
Eth6
-
| Bridge_cams
-
Vlan_cam2
-
Eth7
-
Eth8
-
Eth9
2. Bridges?
-
| Bridge All_Vlan
-
Eth2, Eth5, Eth6
-
Vlan local1 (ID-10, IP 192.168.10.1)
-
Vlan Voip1 (ID 20, IP 192.168.20.1)
-
Vlan IoT1 (ID 30, IP 192.168.30.1)
-
Vlan Cams1 (ID 40, IP 192.168.40.1)
-
Vlan mkt1 (ID 50, IP 192.168.50.1)
-
| Bridge Vlan2
-
Eth3, Eth4
-
Vlan local2 (ID-10, IP 192.168.10.1)
-
Vlan Voip2 (ID 20, IP 192.168.20.1)
-
Vlan IoT2 (ID 30, IP 192.168.30.1)
-
Vlan Cams2 (ID 40, IP 192.168.40.1)
-
Vlan mkt2 (ID 50, IP 192.168.50.1)
-
| Bridge Cams_Vlan
-
Eth7, Eth8, Eth9
-
Vlan Cams2 (ID 40, IP 192.168.40.1)
3. Make many Vlans under the same ID and IP and add them to the given ports? -
| Eth2
-
Vlan local1 (ID-10, IP 192.168.10.1)
-
Vlan Voip1 (ID 20, IP 192.168.20.1)
-
Vlan IoT1 (ID 30, IP 192.168.30.1)
-
Vlan Cams1 (ID 40, IP 192.168.40.1)
-
Vlan mkt1 (ID 50, IP 192.168.50.1)
-
| Eth3
-
Vlan local2 (ID-10, IP 192.168.10.1)
-
Vlan Voip2 (ID 20, IP 192.168.20.1)
-
Vlan IoT2 (ID 30, IP 192.168.30.1)
-
Vlan Cams2 (ID 40, IP 192.168.40.1)
-
| Eth4
-
Vlan local3 (ID-10, IP 192.168.10.1)
-
Vlan Voip3 (ID 20, IP 192.168.20.1)
-
Vlan IoT3 (ID 30, IP 192.168.30.1)
-
Vlan Cams3 (ID 40, IP 192.168.40.1)
-
| Eth5
-
Vlan local4 (ID-10, IP 192.168.10.1)
-
Vlan Voip4 (ID 20, IP 192.168.20.1)
-
Vlan IoT4 (ID 30, IP 192.168.30.1)
-
Vlan Cams4 (ID 40, IP 192.168.40.1)
-
Vlan mkt4 (ID 50, IP 192.168.50.1)
-
| Eth6
-
Vlan local5 (ID-10, IP 192.168.10.1)
-
Vlan Voip5 (ID 20, IP 192.168.20.1)
-
Vlan IoT5 (ID 30, IP 192.168.30.1)
-
Vlan Cams5 (ID 40, IP 192.168.40.1)
-
| Eth7
-
Vlan Voip6 (ID 20, IP 192.168.20.1)
-
| Eth8
-
Vlan Voip7 (ID 20, IP 192.168.20.1)
-
| Eth9
-
Vlan Voip8 (ID 20, IP 192.168.20.1)
I really don't know how to solve it, so I'd like to ask you for advice on how to do this.
Thank you for your time and opinions and any solutions.