Hi,
I have some problems after setting my hAP ac devices in bridge mode. Functionality supposed to be wlan ap’s
The problem is no management from ip address and no ping working.
wlan office and guest networking is working fine with both internal and internet
I guess there is misconfiguration of routing or something
Ensure you have an IP address assigned to the bridge or one of the etherX ports of the hAP AC. Please post your config if you have a more complex setup.
I have tried to link to both Ether1 or bridge1 wich the network cable is connected with the PoE adapter. Here is the export attached too
I am sure there is som misconfiguration, but can’t figure it out. I have several years of xperience with wlan and network but new into Mikrotik 
/interface mesh
add name=wlan_Mesh
/interface bridge
add name=bridge1
add fast-forward=no name=bridge_wlanGjest pvid=2
add fast-forward=no name=bridge_wlanKontor
/interface ethernet
set [ find default-name=ether1 ] mac-address=64:D1:54:FE:E1:19
set [ find default-name=ether2 ] mac-address=64:D1:54:FE:E1:1A
set [ find default-name=ether3 ] mac-address=64:D1:54:FE:E1:1B
set [ find default-name=ether4 ] mac-address=64:D1:54:FE:E1:1C
set [ find default-name=ether5 ] mac-address=64:D1:54:FE:E1:1D
set [ find default-name=sfp1 ] mac-address=64:D1:54:FE:E1:1E
/interface wireless
set [ find default-name=wlan1 ] name=wlan3 ssid=“Bjorgu AP-01”
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” group-ciphers=tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=wlan_Kontor supplicant-identity=“” unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=TestOffice wpa2-pre-shared-key=TestOffice
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” group-ciphers=tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=wlan_Gjest supplicant-identity=“” unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=TestGuest wpa2-pre-shared-key=TestGuest
/interface wireless
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee disabled=no frequency=auto mode=ap-bridge name=wlan4 security-profile=wlan_Kontor ssid=“Bjorgu 5G” wds-default-bridge=bridge_wlanKontor wds-mode=dynamic-mesh wps-mode=disabled
add disabled=no keepalive-frames=disabled mac-address=66:D1:54:FE:E1:1F master-interface=wlan4 multicast-buffering=disabled name=wlan_Gjest security-profile=wlan_Gjest ssid=“Bjorgu Gjest 5G” vlan-id=2 vlan-mode=use-tag wds-cost-range=0 wds-default-bridge=bridge_wlanGjest wds-default-cost=0 wds-mode=dynamic-mesh wps-mode=disabled
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=sfp1
add bridge=bridge1 interface=wlan4
add bridge=bridge_wlanGjest interface=wlan_Gjest
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface bridge vlan
add bridge=bridge_wlanGjest tagged=ether1 vlan-ids=2
/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 list=LAN
add list=LAN
/interface mesh port
add interface=bridge1 mesh=wlan_Mesh
add interface=bridge_wlanGjest mesh=wlan_Mesh
add interface=bridge_wlanKontor mesh=wlan_Mesh
/ip address
add address=192.168.1.222/24 interface=ether1 network=192.168.1.0
/ip dns
set servers=192.168.1.41
/ip route
add distance=1 gateway=192.168.1.1
/system identity
set name=“Bjorgu AP-03”
This case have now been solved. It was some misconfiguration with bridge/ethernet