User Tools

Site Tools


networking:router:mikrotik_vlan

This is an old revision of the document!


MikroTik VLAN

VLAN = Broadcast Domain

Example with Wireless: http://mum.mikrotik.com/presentations/CZ09/VLAN-Workshop-Prague-final.pdf

Great examples with CoS: http://wiki.mikrotik.com/wiki/Vlans_on_Mikrotik_environment

  • VLAN interfaces on MikroTik devices are “add tag on egress / remove tag from ingress”
  • To be able to forward packets from access-ports to VLANs, we need bridges
  1. Configure VLANs on trunk interface ports
    • /interface vlan add name=vlan-10 vlan-id=10 interface=ether5 disabled=no
  2. Create bridges for the VLANs
    • /interface bridge add name=br-vlan10 disabled=no
  3. Add access-ports to the bridges
    • /interface bridge port add interface="vlan-10" bridge="br-vlan10" disabled=no
      /interface bridge port add interface="ether1" bridge="br-vlan10" disabled=no

VLAN Tagging

With Cisco Switch Trunk Ports

Simple Wireless Guest Network

VLANs Over OpenVPN Tunnel

Per VLAN with PPTP

networking/router/mikrotik_vlan.1381707297.txt.gz · Last modified: 2013/10/13 17:34 by gcooper