normis, i show you it by pictiures.
1) Point2point in NV2.
Configuration of BRIDGE:
# software id = YKSM-BRLR
#
# model = RouterBOARD SXTsq G-5acD
# serial number = 819007A88AC1
/interface bridge
add fast-forward=no name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee \
disabled=no frequency=5500 frequency-mode=superchannel mode=bridge \
nv2-preshared-key=123456 nv2-security=enabled ssid=TEST tx-power=5 \
tx-power-mode=all-rates-fixed wireless-protocol=nv2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.88.1/24 interface=bridge1 network=192.168.88.0
/system identity
set name=BRIDGE
Configuration of STATION:
# jan/02/1970 00:06:38 by RouterOS 6.41
# software id = FZG7-ICS1
#
# model = RouterBOARD SXTsq G-5acD
# serial number = 819007DB4382
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee \
disabled=no frequency=5500 frequency-mode=superchannel nv2-preshared-key=\
123456 nv2-security=enabled scan-list=5500 ssid=TEST wireless-protocol=nv2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.88.2/24 interface=bridge1 network=192.168.88.0
/system identity
set name=STATION
And so we get disable bridge with connected CPEs:
2) Point2point in 802.11- bridge is working!!!
Configuration of STATION:
# model = RouterBOARD SXTsq G-5acD
# serial number = 819007DB4382
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee \
disabled=no frequency=5500 frequency-mode=superchannel nv2-preshared-key=\
123456 nv2-security=enabled scan-list=5500 ssid=TEST wireless-protocol=\
802.11
/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=12345678 \
wpa2-pre-shared-key=12345678
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.88.2/24 interface=bridge1 network=192.168.88.0
/system identity
set name=STATION
[admin@STATION] >
Configuration of BRIDGE:
# jan/02/1970 00:24:07 by RouterOS 6.41
# software id = YKSM-BRLR
#
# model = RouterBOARD SXTsq G-5acD
# serial number = 819007A88AC1
/interface bridge
add fast-forward=no name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee \
disabled=no frequency=5500 frequency-mode=superchannel mode=bridge \
nv2-preshared-key=123456 nv2-security=enabled ssid=TEST tx-power=5 \
tx-power-mode=all-rates-fixed wireless-protocol=802.11
/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=12345678 \
wpa2-pre-shared-key=12345678
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.88.1/24 interface=bridge1 network=192.168.88.0
/system identity
set name=BRIDGE
Suppliers of the Mikrotik say that such situation not only at me one.