On the diagram you can see my current setup, both routers are connected with LAN cable.
HAP ac^2 is set as network switch, no default config, all ports are added to the bridge, no DHCP server is running on it.
My question is how to set up the WiFi settings so it just extends the HAP AX^3 wireless network. The idea is the devices seamlessly switching between the routers so they use the strongest possible signal at all times?
Install wifi-qcom-ac on the hAP ac2 (as far as you haven’t yet). It’s part of the extra package.
Configure CAPsMAN on hAP AX3.
https://help.mikrotik.com/docs/spaces/ROS/pages/224559120/WiFi#WiFi-WiFiCAPsMAN
Thanks for the information, I was able to install wifi-qcom-ac on the hAP ac2 with netinstall, else it wasn’t working.
Now the problem is that trough the CAP device I can’t get IP address, when close next to the CAP WiFi i see -30db signal strength, so i guess its trying to connect trough the CAP wifi network.
CAPsMAN config:
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] mac-address=48: name=ether1-WAN
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=10min-cac .width=20/40/80mhz configuration.distance=3 .mode=ap \
.multicast-enhance=enabled .ssid=Name disabled=no security.authentication-types=wpa2-psk .encryption=ccmp .ft=yes .ft-over-ds=yes .wps=\
push-button
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=10min-cac .width=20/40mhz-Ce configuration.distance=3 .mode=ap \
.multicast-enhance=enabled .ssid=Name disabled=no security.authentication-types=wpa2-psk .encryption=ccmp .ft=yes .ft-over-ds=yes .wps=\
push-button
/interface list
add name=WAN
add name=LAN
/interface wifi datapath
add bridge=bridge1 name=DP_AC
/interface wifi configuration
add channel.band=2ghz-n .skip-dfs-channels=10min-cac .width=20/40mhz-Ce datapath=DP_AC disabled=no distance=3 mode=ap multicast-enhance=enabled name=\
cfg2.4_master security.authentication-types=wpa2-psk .encryption=ccmp .ft=yes .ft-over-ds=yes .wps=push-button ssid=Name
add channel.band=5ghz-ac .skip-dfs-channels=10min-cac .width=20/40/80mhz datapath=DP_AC disabled=no distance=3 mode=ap multicast-enhance=enabled name=\
cfg5_master security.authentication-types=wpa2-psk .encryption=ccmp .ft=yes .ft-over-ds=yes .wps=push-button ssid=Name
/interface wifi security
add authentication-types=wpa2-psk disabled=no encryption=ccmp ft=yes ft-over-ds=yes name=sec_CAP wps=disable
/interface wifi configuration
add channel.band=2ghz-n .skip-dfs-channels=10min-cac .width=20/40mhz datapath=DP_AC disabled=no distance=3 mode=ap multicast-enhance=enabled name=\
cfg2.4_CAP security=sec_CAP security.authentication-types="" .encryption="" .ft=yes .ft-over-ds=yes ssid=Name
add channel.band=5ghz-ac .skip-dfs-channels=10min-cac .width=20/40/80mhz datapath=DP_AC disabled=no distance=3 mode=ap multicast-enhance=enabled name=\
cfg5_CAP security=sec_CAP security.authentication-types="" .encryption="" .ft=yes .ft-over-ds=yes ssid=Name
/ip pool
add name=dhcp_pool1 ranges=10.10.10.2-10.10.10.254
/ip dhcp-server
add address-pool=dhcp_pool1 interface=bridge1 name=dhcp2
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wifi1
add bridge=bridge1 interface=wifi2
/ip neighbor discovery-settings
set discover-interface-list=!LAN
/interface list member
add interface=ether1-WAN list=WAN
add interface=bridge1 list=LAN
/interface wifi capsman
set ca-certificate=auto enabled=yes package-path="" require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=cfg2.4_master slave-configurations=cfg2.4_CAP supported-bands=2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=cfg5_master slave-configurations=cfg5_CAP supported-bands=5ghz-ac
/ip address
add address=10.10.10.1/24 interface=bridge1 network=10.10.10.0
/ip dhcp-client
add interface=ether1-WAN
/ip dhcp-server network
add address=0.0.0.0/24 gateway=0.0.0.0 netmask=24
add address=10.10.10.0/24 dns-server=,8.8.8.8,8.8.4.4, gateway=10.10.10.1
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=drop chain=input in-interface-list=!LAN
add action=accept chain=input connection-state=established,related,untracked
add action=drop chain=input connection-state=invalid
add action=accept chain=input protocol=icmp
add action=accept chain=input dst-address=127.0.0.1
add action=accept chain=input dst-port=53 in-interface-list=LAN protocol=udp
add action=accept chain=input dst-port=53 in-interface-list=LAN protocol=tcp
add action=drop chain=input
add action=fasttrack-connection chain=forward connection-mark=no-mark connection-state=established,related hw-offload=yes
add action=accept chain=forward connection-state=established,related,untracked
add action=drop chain=forward connection-state=invalid
add action=accept chain=forward in-interface-list=LAN out-interface-list=WAN
add action=drop chain=forward
add action=accept chain=forward connection-nat-state=dstnat
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/system clock
set time-zone-name=
/system identity
set name=
/system note
set show-at-login=no
CAP AP configuration:
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface wifi
# managed by CAPsMAN
# mode: AP, SSID: Name, channel: 2427/n/Ce
set [ find default-name=wifi1 ] configuration.manager=capsman .mode=ap disabled=no
# managed by CAPsMAN
# mode: AP, SSID: Name, channel: 5560/ac/eeeC
set [ find default-name=wifi2 ] configuration.manager=capsman .mode=ap disabled=no
# managed by CAPsMAN
# mode: AP, SSID: Name
add configuration.mode=ap disabled=no mac-address=4A: master-interface=wifi1 name=wifi21
# managed by CAPsMAN
# mode: AP, SSID: Name
add configuration.mode=ap disabled=no mac-address=4A: master-interface=wifi2 name=wifi22
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wifi1 pvid=10
add bridge=bridge1 interface=wifi21 pvid=20
add bridge=bridge1 interface=wifi2 pvid=10
add bridge=bridge1 interface=wifi22 pvid=20
/interface bridge vlan
add bridge=bridge1 tagged=ether1 untagged=wifi1,wifi2 vlan-ids=10
add bridge=bridge1 tagged=ether1 untagged=wifi21,wifi22 vlan-ids=20
/interface wifi cap
set discovery-interfaces=bridge1 enabled=yes slaves-static=yes
/system clock
set time-zone-name=
/system identity
set name=
/system note
set show-at-login=no
any help with this one?
