User Tools

Site Tools


networking:router:mikrotik_vlan

This is an old revision of the document!


Mikrotik VLAN

VLAN = Broadcast Domain

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.1381701545.txt.gz · Last modified: 2013/10/13 15:59 by gcooper