From 9c90715d9e7599bc5f24ab21842e96de509657f7 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 15 Jun 2025 22:53:54 +0200 Subject: [PATCH] update --- ...tsu_PRAID_CP400i_(D3307-A12)_to_IT_mode.md | 1 + _knowledge-base/vlans.md | 24 +++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 _knowledge-base/Crossflashing_Fujitsu_PRAID_CP400i_(D3307-A12)_to_IT_mode.md diff --git a/_knowledge-base/Crossflashing_Fujitsu_PRAID_CP400i_(D3307-A12)_to_IT_mode.md b/_knowledge-base/Crossflashing_Fujitsu_PRAID_CP400i_(D3307-A12)_to_IT_mode.md new file mode 100644 index 0000000..0b2d461 --- /dev/null +++ b/_knowledge-base/Crossflashing_Fujitsu_PRAID_CP400i_(D3307-A12)_to_IT_mode.md @@ -0,0 +1 @@ +https://forums.servethehome.com/index.php?threads/guide-crossflashing-fujitsu-praid-cp400i-d3307-a12-to-it-mode.41915/ diff --git a/_knowledge-base/vlans.md b/_knowledge-base/vlans.md index 7cea5f7..9f3aef0 100644 --- a/_knowledge-base/vlans.md +++ b/_knowledge-base/vlans.md @@ -251,9 +251,29 @@ imagine a situation where one would want different number between these two. -## MikroTik - Switch +
+

MikroTik - Switch

+ +![mikrotik_switch](https://i.imgur.com/FMpl9TA.gif) + + +[a vlan guide](https://forum.mikrotik.com/viewtopic.php?t=143620) + +* **Bridge** section is where all the settings are happening.
+ This setup is simple layer 2, no routing, not doing anything with interfaces. +* Have a **bridge**, create a new one if you have clean config
+ Assign all the physical ports to this bridge in **Bridge > Ports** +* Create **VLANs** in **Bridge > VLANs** that you want the switch be aware of.
+ Set which ports are tagged and which untagged for that vlan + * untagged - frames leaving the port are normal - PCs, Printers, TVs,.. + * tagged - frames leaving the port are tagged - servers, gateways, wifi APs,... +* Set **PVIDs** for the ports in **Bridge > Ports**
+ PVIDs is about **untagged frames** going in to the switch, + if they should be assigned VLAN tag as they move through switch. + By default mikrotik switches give tag 1 to all ports. + +
-* [a vlan guide](https://forum.mikrotik.com/viewtopic.php?t=143620)

Ubiquiti Unifi - Switch