I am trying to connect a Mikrotik Access Point to Mikrotik Router. I am able to get the AP (mostly) working, but it doesn’t get assigned an IP by the main router (and also can’t access the internet). I believe this is happening because the Mikrotik AP is not tagging it’s own traffic. I want the Mikrotik AP to be a part of VLAN 20 and pull it’s IP via DHCP from the main router. I’ve included the configuration from the Access Point below. I believe that the main router configuration is correct because when i use ether2-5 on the access point, I am able to successfully get an IP assigned by the router’s DHCP server and am a part of VLAN 20. What am i missing? Thank you for the help!
# jan/02/1970 00:01:19 by RouterOS 6.48
# software id = JVFK-X1M2
#
# model = RouterBOARD 962UiGS-5HacT2HnT
# serial number = 8A7D08DEEF06
/interface bridge
add name=bridge vlan-filtering=yes
/interface wireless
# managed by CAPsMAN
set [ find default-name=wlan1 ] ssid=MikroTik
# managed by CAPsMAN
set [ find default-name=wlan2 ] ssid=MikroTik
/interface vlan
add interface=bridge name=vlan-20-private vlan-id=20
add interface=bridge name=vlan-21-public vlan-id=21
add interface=bridge name=vlan-22-kids vlan-id=22
add interface=bridge name=vlan-23-vpn-mn vlan-id=23
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge frame-types=admit-only-vlan-tagged ingress-filtering=yes \
interface=ether1
add bridge=bridge frame-types=admit-only-untagged-and-priority-tagged \
ingress-filtering=yes interface=ether2 pvid=20
add bridge=bridge frame-types=admit-only-untagged-and-priority-tagged \
ingress-filtering=yes interface=ether3 pvid=20
add bridge=bridge frame-types=admit-only-untagged-and-priority-tagged \
ingress-filtering=yes interface=ether4 pvid=20
add bridge=bridge frame-types=admit-only-untagged-and-priority-tagged \
ingress-filtering=yes interface=ether5 pvid=20
add bridge=bridge interface=sfp1
add bridge=bridge interface=wlan2
add bridge=bridge interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface bridge vlan
add bridge=bridge tagged=bridge,ether1 untagged=ether2,ether3,ether4,ether5 \
vlan-ids=20
add bridge=bridge tagged=ether1 vlan-ids=21
add bridge=bridge tagged=ether1 vlan-ids=22
add bridge=bridge tagged=ether1 vlan-ids=23
/interface list member
add interface=ether1 list=LAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=sfp1 list=LAN
add interface=wlan2 list=LAN
add interface=wlan1 list=LAN
/interface wireless cap
#
set discovery-interfaces=ether1 enabled=yes interfaces=wlan2,wlan1
/ip address
add address=192.168.20.2/24 interface=vlan-20-private network=192.168.20.0
/system identity
set name=MO-STL-BEDROOM