Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Wireless Networking • 60GHz PTMP with 5gz Failover Sanity Check

$
0
0
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
Code:
/interface bridgeadd admin-mac=18:FD:74:84:9A:DC auto-mac=no comment=defconf name=bridge/interface w60gset [ find ] disabled=no isolate-stations=no name=wlan60-1 password=xxxxxxxx \    put-stations-in-bridge=bridge region=usa ssid=br60wapac3/interface w60g stationadd mac-address=18:FD:74:84:9A:DD name=wlan60-station-1 parent=wlan60-1 \    remote-address=18:FD:74:84:AA:5Badd 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-profilesset [ find default=yes ] supplicant-identity=MikroTikadd authentication-types=wpa2-psk mode=dynamic-keys name=redAB \    supplicant-identity="" wpa2-pre-shared-key=xxxxxxxx/interface wirelessset [ 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 portadd bridge=bridge comment=defconf interface=ether1add bridge=bridge interface=wlan60-1add bridge=bridge interface=wlan1/ip addressadd address=10.10.10.26/23 comment=defconf interface=bridge network=10.10.10.0/ip dnsset servers=8.8.8.8/ip routeadd distance=1 gateway=192.168.2.1/system clockset time-zone-autodetect=no time-zone-name=America/New_York/system identityset name=60AC-WAP3-Cube-10.26/system ntp clientset enabled=yes primary-ntp=40.119.6.228/tool romonset enabled=yes
Station 1
Code:
/interface bridgeadd admin-mac=18:FD:74:84:AA:15 auto-mac=no comment=defconf name=bridge/interface w60gset [ find ] disabled=no mode=station-bridge name=wlan60-1 password=xxxxxxx put-stations-in-bridge=\    bridge region=usa ssid=br60wapac3/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTikadd authentication-types=wpa2-psk mode=dynamic-keys name=redAB supplicant-identity="" \    wpa2-pre-shared-key=xxxxxxx/interface wirelessset [ 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 bondingadd mode=active-backup name=bonding1 primary=wlan60-1 slaves=wlan60-1,wlan1/snmp communityadd addresses=::/0 name=bigredsnmp/interface bridge portadd bridge=bridge comment=defconf interface=ether1add bridge=bridge interface=bonding1/ip addressadd address=10.10.10.27/23 comment=defconf interface=bridge network=10.10.10.0/ip dnsset servers=8.8.8.8,1.1.1.1/ip routeadd distance=1 gateway=10.10.10.1/snmpset enabled=yes trap-community=bigredsnmp trap-version=2/system clockset time-zone-name=America/New_York/system identityset name=60-5-FailOverStation-10.27/system ntp clientset enabled=yes primary-ntp=40.119.6.228
Station 2
Code:
/interface bridgeadd admin-mac=18:FD:74:84:AA:5A auto-mac=no comment=defconf name=bridge/interface w60gset [ find ] disabled=no mode=station-bridge name=wlan60-1 password=xxxxxxxx \    put-stations-in-bridge=bridge region=usa ssid=br60wapac3/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTikadd authentication-types=wpa2-psk mode=dynamic-keys name=redAB \    supplicant-identity="" wpa2-pre-shared-key=xxxxxxx/interface wirelessset [ 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 bondingadd mode=active-backup name=bonding1 primary=wlan60-1 slaves=wlan60-1,wlan1/snmp communityadd addresses=::/0 name=bigredsnmp/interface bridge portadd bridge=bridge comment=defconf interface=ether1add bridge=bridge interface=bonding1/ip addressadd address=10.10.10.28/23 comment=defconf interface=bridge network=10.10.10.0/ip routeadd distance=1 gateway=10.10.10.1/snmpset enabled=yes trap-community=bigredsnmp/system identityset name=60-5-FailOverStation-10.28

Statistics: Posted by joshhboss — Thu Jan 18, 2024 1:58 am



Viewing all articles
Browse latest Browse all 15133

Trending Articles