Takto to máme nastaveno my, managment je bez VLAN, internet běží na tagované VLAN 100, takže aby měl zákazník internet, je potřeba odtagovat VLAN 100 na Eth port.
/interface bridge
add l2mtu=1598 name=Inet_bridge protocol-mode=none
add l2mtu=2290 name=Mgmt_bridge protocol-mode=none
/interface wireless
set band=5ghz-a/n country="czech republic" \
disabled=no frequency=5520 l2mtu=2290 mode=station-bridge ssid=xxx
/interface vlan
add interface=wlan1 l2mtu=2286 name=Inet_wlan1 vlan-id=100
/interface bridge port
add bridge=Inet_bridge interface=ether1
add bridge=Mgmt_bridge interface=wlan1
add bridge=Inet_bridge interface=Inet_wlan1
/ip address
add address=192.168.100.1/24 interface=ether1 network=192.168.100.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=wlan1