mikrotikvlanswitching

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
mikrotikvlanswitching [2021/08/17 08:33] Fabian Horstmikrotikvlanswitching [2021/08/17 09:52] Fabian Horst
Zeile 15: Zeile 15:
  
  
-Warning: Not all devices with a switch chip are capable of VLAN switching on a hardware level, check the supported features for each switch chip, the compatibility table can be found Here. If a device has VLAN table support, then it is capable of VLAN switching using the built-in switch chip. You can check the device's switch chip either in the provided link or by using <code>/interface ethernet switch print</code>+Warning: Not all devices with a switch chip are capable of VLAN switching on a hardware level, check the supported features for each switch chip, the compatibility table can be found Here. If a device has VLAN table support, then it is capable of VLAN switching using the built-in switch chip. You can check the device's switch chip either in the provided link or by using<code>/interface ethernet switch print</code>
  
 +Achtung: Nicht alle Geräte mit einem Switch Chip unterstützten VLAN-Switching auf Hardware Ebene! Prüfe bei jedem Gerät die kompatibilität! Wenn ein Gerät eine VLAN-Switchin Tabelle hat ist es unterstützt. Du kannst die Funktion bei einem MikroTik mit folgendem Befehl prüfen: <code>/interface ethernet switch print</code>
 +
 +Hier ein Beispiel eines RB2011LS(mipsbe)
 +<code>
 +[admin@MikroTik] > /interface ethernet switch print
 +Flags: I - invalid 
 + #   NAME     TYPE             MIRROR-SOURCE    MIRROR-TARGET    SWITCH-ALL-PORTS
 +   switch1  Atheros-8327     none             none            
 +   switch2  Atheros-8227     none             none           
 +</code>
 +
 +
 +==== 2011,RB750 etc. Musterkonfiguration ====
  
 <code> <code>
Zeile 39: Zeile 52:
 set switch1-cpu vlan-header=leave-as-is vlan-mode=secure set switch1-cpu vlan-header=leave-as-is vlan-mode=secure
 </code> </code>
 +
 +<code>
 +bridge -> vlan filtering an!</code>
  
 More detailed examples can be found here. https://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features#Setup_Examples More detailed examples can be found here. https://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features#Setup_Examples
  • mikrotikvlanswitching.txt
  • Zuletzt geändert: 2021/08/17 12:52
  • von Fabian Horst