CubeSA 60 Pro ac Point-to-MultiPoint setup advise

Hi there,

I’m a beginner and would like some advise if my Point-to-Multipoint setup is ok. I would like any expert advice where to make changes.

Below are the scripts from my Master and 1 Slave Setup. If the setup is good then I will deploy it to the other Slaves. I’m using this for a Camera Wireless Perimiter Network. The devices will be max 500m away from the Master

Master

# 2025-02-23 13:13:37 by RouterOS 7.17.2
# software id = YZPU-W401
#
# model = CubeG-5ac60ay-SA
# serial number = ********
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=\
    20/40/80mhz-XXXX country="south africa" disabled=no frequency=auto mode=\
    ap-bridge nv2-security=enabled ssid=KoekiesPerim wireless-protocol=nv2
/interface w60g
set [ find ] disabled=no mode=bridge name=wlan60-1 put-stations-in-bridge=\
    bridge1 ssid=KoekiesPerim
/interface bonding
add mode=active-backup name=bonding1 primary=wlan60-1 slaves=wlan60-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=bonding1
add bridge=bridge1 interface=ether1
/interface wireless align
set filter-mac=F4:1E:57:7A:ED:47 receive-all=yes ssid-all=yes
/ip address
add address=192.168.11.20/24 interface=bridge1 network=192.168.11.0
/system clock
set time-zone-name=Africa/Johannesburg
/system clock manual
set time-zone=+02:00
/system gps
set port=gps
/system identity
set name=Ptp_Master
/system note
set show-at-login=no

Slave

# 2025-02-23 13:14:05 by RouterOS 7.17.2
# software id = SJDL-FYBI
#
# model = CubeG-5ac60ay
# serial number = *******
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=\
    20/40/80mhz-XXXX country="south africa" disabled=no frequency=auto \
    installation=outdoor mode=station-bridge nv2-security=enabled ssid=\
    KoekiesPerim wireless-protocol=nv2
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 ssid=KoekiesPerim
/interface bonding
add mode=active-backup name=bonding1 primary=wlan60-1 slaves=wlan60-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=bonding1
add bridge=bridge1 interface=ether1
/ip address
add address=192.168.11.21/24 interface=bridge1 network=192.168.11.0
/system clock
set time-zone-name=Africa/Johannesburg
/system gps
set port=gps
/system identity
set name=Ptp_Slave
/system note
set show-at-login=no

Please use code tags for code. It makes reading easier → button < / > in the editor

Hi this is a normal script extract as I use Winbox to do setups. I do not know how to change the scripting as I’m still a beginner