If there were vlans they must have been created by the Quick Set options. I know very little about that.
I used this post to make a cleaner config after doing a no-defaults reset:
http://forum.mikrotik.com/t/mikrotik-ap-without-dhcp-integrate-in-existing-subnet/154983/2
Seems a lot shorter:
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
dynamic-keys supplicant-identity=MikroTik
add authentication-types=wpa2-psk disable-pmkid=yes eap-methods="" mode=\
dynamic-keys name=secure supplicant-identity=MikroTik
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-g/n channel-width=20/40mhz-XX \
country="united states3" disabled=no frequency=auto installation=indoor \
mode=ap-bridge security-profile=secure ssid=RBNS-hAP-AC2 \
wireless-protocol=802.11 wps-mode=disabled
set [ find default-name=wlan2 ] band=5ghz-onlyac channel-width=\
20/40/80mhz-XXXX disabled=no frequency=auto installation=indoor mode=\
ap-bridge security-profile=secure ssid=RBNS-hAP-AC2 wireless-protocol=\
802.11 wps-mode=disabled
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge1 interface=all
/ip dhcp-client
add interface=bridge1
/system clock
set time-zone-name=America/Anchorage
/system identity
set name=Mikrotik.AP
The Wi-Fi channel setups ended up backwards for some reason. I had to fix that but otherwise it seemed to work OK.
But now I’m wondering if there is a good guide to setting the Wi-Fi options to maximize the speed of the connection, especially for the 5GHz band.