Hi everybody,
maybe I’m asking a completely stupid question, but has anyone encountered any problems migrating from the old CAPsMAN to the new CAPsMAN?
Everything has been working on my old CAPsMAN with cAP AC + VLAN for a few years now, however on the new one CAPsMAN I get the error “— SSID not set” after provision of APs.
Setup:
RouterOS v7.15.3
RB4011iGS+ (all ports are in bridge trunk with CAPsMAN)
cAP AC or cAP AX - nothing works
Could you please help me? Are there any limitations with the new CAPsMAN? Am I missing something?
Thank you in advance,
Michal
2024-08-14 13:52:52 by RouterOS 7.15.3
software id = ZXE1-B2UV
model = RB4011iGS+
/caps-man channel
add control-channel-width=20mhz extension-channel=XX name=channel
reselect-interval=8h skip-dfs-channels=yes
/interface bridge
add name=bridge_vlan
/interface ethernet
set [ find default-name=ether1 ] comment=TRUNK
set [ find default-name=ether2 ] comment=CAP_P_1
set [ find default-name=ether3 ] comment=CAP_P_3
/interface wifi
add name=cap-wifi1 radio-mac=D4:01:C3:D4:21:D3
add name=cap-wifi2 radio-mac=D4:01:C3:D4:21:D2
/caps-man datapath
add bridge=bridge_vlan name=vlan_guest vlan-id=99 vlan-mode=use-tag
add bridge=bridge_vlan name=vlan_internal_users vlan-id=10 vlan-mode=use-tag
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm name=sec-XXX
add authentication-types=wpa2-psk encryption=aes-ccm name=sec-XXX
add authentication-types=wpa2-eap eap-methods=eap-tls encryption=aes-ccm
name=sec-XXX_eap tls-certificate=S-MikroTik tls-mode=verify-certificate
/caps-man configuration
add channel=channel country=“czech republic” datapath=vlan_internal_users
installation=indoor mode=ap name=config_internal_users security=
sec-XXX ssid=“XXX”
add channel=channel country=“czech republic” datapath=vlan_guest
installation=indoor mode=ap name=config_guests security=sec-guest
ssid=“Guest”
add channel=channel country=“czech republic” datapath=vlan_internal_users
installation=indoor mode=ap name=config_internal_eap security=sec-XXX_eap
ssid=“TEST”
/interface list
add name=WAN
add name=LAN
/interface wifi channel
add disabled=no name=channel skip-dfs-channels=all width=20/40/80mhz
/interface wifi datapath
add bridge=bridge_vlan client-isolation=yes disabled=no name=
vlan_internal_users vlan-id=10
add bridge=bridge_vlan client-isolation=yes disabled=no name=vlan_guest
vlan-id=99
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no encryption=“” ft=yes
ft-over-ds=yes name=sec-XXX wps=disable
add authentication-types=wpa2-psk,wpa3-psk disabled=no encryption=“” ft=yes
ft-over-ds=yes name=sec-guest wps=disable
/interface wifi configuration
add channel=channel country=Czech datapath=vlan_internal_users disabled=no
mode=ap name=config_internal_users security=sec-XXX
security.authentication-types=“” .encryption=“” .ft=no ssid=DEF
steering.rrm=yes
add channel=channel country=Czech datapath=vlan_guest disabled=no mode=ap
name=config_guests security=sec-guest security.authentication-types=
“” .ft=no .ft-over-ds=no ssid=ABC steering.rrm=yes
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
set 1 name=serial1
/caps-man access-list
add action=accept allow-signal-out-of-range=5s disabled=no signal-range=
-70..120 ssid-regexp=“”
add action=reject allow-signal-out-of-range=10s disabled=no ssid-regexp=“”
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=config_internal_users
name-format=identity slave-configurations=
config_internal_eap,config_guests
/interface bridge port
add bridge=bridge_vlan interface=ether1
add bridge=bridge_vlan interface=ether2
add bridge=bridge_vlan interface=ether3
add bridge=bridge_vlan interface=ether4
add bridge=bridge_vlan interface=ether5
add bridge=bridge_vlan interface=ether6
add bridge=bridge_vlan interface=ether7
add bridge=bridge_vlan interface=ether8
add bridge=bridge_vlan interface=ether9
add bridge=bridge_vlan interface=ether10
add bridge=bridge_vlan interface=sfp-sfpplus1
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=ether6 list=LAN
add interface=ether7 list=LAN
add interface=ether8 list=LAN
add interface=ether9 list=LAN
add interface=ether10 list=LAN
add interface=sfp-sfpplus1 list=LAN
/interface wifi capsman
set enabled=yes interfaces=bridge_vlan package-path=“”
require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-enabled common-name-regexp=“” disabled=no identity-regexp=
“” master-configuration=config_internal_users radio-mac=00:00:00:00:00:00
slave-configurations=config_guests
/ip address
add address=192.168.66.4/24 interface=bridge_vlan network=192.168.66.0
/ip dns
set servers=192.168.66.1,8.8.8.8