Same issue here. WLAN-port "w60g" (wlan60-1 OR wlan0) on AP (RBwAPG-60ad-A) is always disabled. In this case, the devices are connected to each other, but there is no traffic.
AP:
mar/06/2019 04:10:17 by RouterOS 6.44
software id = VX5K-W5BI
model = RBwAPG-60ad-A
serial number = 81ED0890757F
/interface bridge
add mtu=1500 name=bridge0 protocol-mode=none vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] name=ether0 speed=100Mbps
/interface w60g
set [ find ] disabled=no isolate-stations=no mode=bridge name=wlan0 password=password ssid=w60g-90
/interface vlan
add interface=bridge0 name=bridge0.297 vlan-id=297
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods=""
mode=dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=password wpa2-pre-shared-key=password
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/snmp community
set [ find default=yes ] addresses=192.168.111.0/24 name=password
/system logging action
set 3 bsd-syslog=yes remote=192.168.111.114
/interface bridge port
add bridge=bridge0 ingress-filtering=yes interface=ether0
add bridge=bridge0 ingress-filtering=yes interface=wlan0
/interface bridge vlan
add bridge=bridge0 tagged=ether0,wlan0,bridge0 vlan-ids=297
/ip address
add address=192.168.197.253/24 interface=ether0 network=192.168.197.0
add address=192.168.197.90/24 interface=bridge0.297 network=192.168.197.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=bridge0
/ip dns
set servers=192.168.111.1,192.168.111.3
/ip route
add distance=1 gateway=192.168.197.1
/ip service
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/snmp
set contact=none enabled=yes location=password trap-generators=interfaces trap-interfaces=all trap-version=2
/system clock
set time-zone-autodetect=no
/system clock manual
set time-zone=+05:00
/system identity
set name=password
/system logging
set 1 action=echo
set 2 action=echo
set 3 action=disk
add action=remote topics=!debug,!snmp
/system ntp client
set enabled=yes primary-ntp=192.168.111.102
Station:
mar/06/2019 04:05:45 by RouterOS 6.44
software id = J084-ZX6V
model = RBLHG-60ad
serial number = 9DF2090D9E42
/interface bridge
add comment=MANAGEMENT mtu=1500 name=bridge0 protocol-mode=none vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full name=ether0
/interface w60g
set [ find ] disabled=no isolate-stations=no mode=station-bridge name=wlan0 password=password ssid=w60g-90
/interface vlan
add interface=bridge0 name=bridge0.297 vlan-id=297
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods=""
mode=dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=password wpa2-pre-shared-key=password
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/snmp community
set [ find default=yes ] addresses=192.168.111.0/24 name=password
/system logging action
set 3 bsd-syslog=yes remote=192.168.111.114
/interface bridge port
add bridge=bridge0 ingress-filtering=yes interface=ether0
add bridge=bridge0 frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=wlan0
/interface bridge vlan
add bridge=bridge0 tagged=wlan0,bridge0 vlan-ids=297
/ip address
add address=192.168.197.91/24 comment=MANAGEMENT interface=bridge0.297 network=192.168.197.0
add address=192.168.1.200/24 comment=Client interface=ether0 network=192.168.1.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=bridge0
add dhcp-options=hostname,clientid interface=bridge0
/ip dns
set servers=192.168.111.1,192.168.111.3
/ip route
add distance=1 gateway=192.168.197.1
/ip service
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/snmp
set contact=none enabled=yes location=password trap-generators=interfaces trap-interfaces=all trap-version=2
/system clock
set time-zone-autodetect=no
/system clock manual
set time-zone=+05:00
/system identity
set name=password
/system logging
set 0 action=disk
set 1 action=echo
set 2 action=echo
set 3 action=disk
add action=remote topics=!debug,!snmp
add action=remote topics=!debug,!snmp
/system ntp client
set enabled=yes primary-ntp=192.168.111.102
Because of this, VLAN-forwarding (Wireless VLAN Trunk) between the AP and Station does not work. Configured according to the instructions RouterOS - RouterOS - MikroTik Documentation -- no ping.
I hope someone can help me too.