out of the box bridge CubeG-5ac60ad not working

Hi,

I’ve checked what I can find (e.g. http://forum.mikrotik.com/t/cubeg-5ac60adpair-not-working-out-of-box/152077/1 , the product page ) so far without luck. One document it would be great to find is something describing aligning the devices, and the meaning of the LEDs on the back of the unit.

The devices are literally out of the box, I have not changed anything other than making sure the master is in PTP Bridge AP mode, and the Slave in PTP Bridge CPE. The devices are pointing at each other behind glass windows, approximately 30m apart (across a road, line of sight, no obstructions). The devices do not seem to connect to each other. The slave shows “searching for network” on the QuickSet page. The master appears to be missing a WiFi password on it’s QuickSet page, but this does appear in the export config. I changed the PW in the export configs uploaded here, using a single global find-and-replace (so that all of the “[PW redacted]” values were previously identical.

I have also reset configuration back to defaults on both units, in case they were shipped with something changed - this made no difference. I removed the serial numbers from the export output.

I would appreciate any tips or guidance .. as my experience with paired Mikrotik products in the past has been fantastic. This one baffles me.

Master:

# jan/02/1970 00:55:07 by RouterOS 6.48.6
# software id = 61XN-GRN5
#
# model = CubeG-5ac60ad
# serial number = xxxxxxxxxxx
/interface bridge
add admin-mac=48:A9:8A:F9:2F:E2 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX disabled=no frequency=auto installation=outdoor mode=bridge ssid=MikroTik-f92fe2
/interface w60g
set [ find ] disabled=no mode=bridge name=wlan60-1 password=[**PW-redacted**] ssid=MikroTik-f92fe2
/interface w60g station
add comment=defconf mac-address=48:A9:8A:F9:2F:E3 name=wlan60-station-1 parent=wlan60-1 remote-address=48:A9:8A:F9:31:60
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-station-1 slaves=wlan60-station-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=[**PW-redacted**]
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
/ip address
add address=192.168.88.2/24 comment=defconf interface=bridge network=192.168.88.0
/system identity
set name=RouterOS

Slave:

# jan/02/1970 00:48:03 by RouterOS 6.48.6
# software id = VNG7-HX4I
#
# model = CubeG-5ac60ad
# serial number = xxxxxxxxxxx
/interface bridge
add admin-mac=48:A9:8A:F9:31:5F auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX disabled=no frequency=auto installation=outdoor mode=station-bridge ssid=MikroTik-f92fe2
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 password=[**PW-redacted**] ssid=MikroTik-f92fe2
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-1 slaves=wlan60-1,wlan1
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=[**PW-redacted**]
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
/interface list member
add interface=wlan1 list=WAN
add interface=bridge list=LAN
/ip address
add address=192.168.88.3/24 comment=defconf interface=bridge network=192.168.88.0
/system identity
set name=RouterOS

Mikrotek-Slave.png
Mikrotik-Master.png