Community discussions

MikroTik App
 
joshhboss
Member Candidate
Member Candidate
Topic Author
Posts: 274
Joined: Thu Aug 01, 2019 2:13 pm

60GHz PTMP with 5gz Failover Sanity Check

Thu Jan 18, 2024 1:58 am

Now I did do my research !! and found this link here that kind of led me to what I feel is a working setup for these (3) 60G AC Cubes.. working as a 60ghz PTMP with 5gz FailOver..

viewtopic.php?p=998884#p998884

I did have some issues getting things to work with the Master side having "put-stations-in-bridge=none" but after putting station into the bridge (on all sides)it feels like it worked.. I disabled the 60g and noticed that the link failed over and noticed in the bonding tab that is was switching accordingly from 60 as the active link to the wlan1.

I believe the key that led this to work was only having the bonding interface setup on the client (station sides)

If possible id appreciate any insight to make sure my config is right.

Master
/interface bridge
add admin-mac=18:FD:74:84:9A:DC auto-mac=no comment=defconf name=bridge
/interface w60g
set [ find ] disabled=no isolate-stations=no name=wlan60-1 password=xxxxxxxx \
    put-stations-in-bridge=bridge region=usa ssid=br60wapac3
/interface w60g station
add mac-address=18:FD:74:84:9A:DD name=wlan60-station-1 parent=wlan60-1 \
    remote-address=18:FD:74:84:AA:5B
add mac-address=18:FD:74:84:9A:DD name=wlan60-station-2 parent=wlan60-1 \
    remote-address=18:FD:74:84:AA:16
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=redAB \
    supplicant-identity="" wpa2-pre-shared-key=xxxxxxxx
/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=ap-bridge \
    security-profile=redAB ssid=br60wapac3
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge interface=wlan60-1
add bridge=bridge interface=wlan1
/ip address
add address=10.10.10.26/23 comment=defconf interface=bridge network=10.10.10.0
/ip dns
set servers=8.8.8.8
/ip route
add distance=1 gateway=192.168.2.1
/system clock
set time-zone-autodetect=no time-zone-name=America/New_York
/system identity
set name=60AC-WAP3-Cube-10.26
/system ntp client
set enabled=yes primary-ntp=40.119.6.228
/tool romon
set enabled=yes
Station 1
/interface bridge
add admin-mac=18:FD:74:84:AA:15 auto-mac=no comment=defconf name=bridge
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 password=xxxxxxx put-stations-in-bridge=\
    bridge region=usa ssid=br60wapac3
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=redAB supplicant-identity="" \
    wpa2-pre-shared-key=xxxxxxx
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee disabled=no frequency=\
    5765 installation=outdoor mode=station-bridge security-profile=redAB ssid=br60wapac3
/interface bonding
add mode=active-backup name=bonding1 primary=wlan60-1 slaves=wlan60-1,wlan1
/snmp community
add addresses=::/0 name=bigredsnmp
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge interface=bonding1
/ip address
add address=10.10.10.27/23 comment=defconf interface=bridge network=10.10.10.0
/ip dns
set servers=8.8.8.8,1.1.1.1
/ip route
add distance=1 gateway=10.10.10.1
/snmp
set enabled=yes trap-community=bigredsnmp trap-version=2
/system clock
set time-zone-name=America/New_York
/system identity
set name=60-5-FailOverStation-10.27
/system ntp client
set enabled=yes primary-ntp=40.119.6.228
Station 2
/interface bridge
add admin-mac=18:FD:74:84:AA:5A auto-mac=no comment=defconf name=bridge
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 password=xxxxxxxx \
    put-stations-in-bridge=bridge region=usa ssid=br60wapac3
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=redAB \
    supplicant-identity="" wpa2-pre-shared-key=xxxxxxx
/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 \
    security-profile=redAB ssid=br60wapac3
/interface bonding
add mode=active-backup name=bonding1 primary=wlan60-1 slaves=wlan60-1,wlan1
/snmp community
add addresses=::/0 name=bigredsnmp
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge interface=bonding1
/ip address
add address=10.10.10.28/23 comment=defconf interface=bridge network=10.10.10.0
/ip route
add distance=1 gateway=10.10.10.1
/snmp
set enabled=yes trap-community=bigredsnmp
/system identity
set name=60-5-FailOverStation-10.28
 
User avatar
sirbryan
Member
Member
Posts: 320
Joined: Fri May 29, 2020 6:40 pm
Location: Utah
Contact:

Re: 60GHz PTMP with 5gz Failover Sanity Check

Wed Jan 24, 2024 2:41 pm

Short answer: Yes. On AP side put all 60GHz and 5GHz radios in the same Layer 2 network (bridge/LAN/VLAN) and set up CPE bond to be active/passive (or active/backup, whatever it is).

This will also allow you to pass VLAN tags through, so long as the bridge/switch/router at the AP side has all VLANs tagged to all participating ports.

Who is online

Users browsing this forum: No registered users and 11 guests