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