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

Wireless Networking • Dual-CAPsMAN (7.13+) issues

$
0
0
I'm testing Dual-CAPsMAN scenarios on the new 7.13.4 version. Based on the MikroTik official YT video, they mentioned the new and the legacy CAPsMAN can work together on a device for supporting the devices with wiif-qcom/wifi-qcom-ac and the older devices with wireless packages, in one box.
I'm faced issues with this.

CAPsMAN device
CHR 7.13.4 routeros+wireless packages, started with full empty config, 1 interface ether1
Code:
# 2024-02-14 06:45:33 by RouterOS 7.13.4# software id = #/caps-man channeladd band=2ghz-g/n control-channel-width=20mhz frequency=2412 name=2GHz/caps-man datapathadd local-forwarding=yes name=datapath1/interface ethernetset [ find default-name=ether1 ] disable-running-check=no/caps-man interfaceadd disabled=no l2mtu=1600 mac-address=XX:XX:XX:XX:XX:XX master-interface=none \    name=cap1 radio-mac=XX:XX:XX:XX:XX:XX radio-name=XXXXXXXXXXXX/caps-man securityadd authentication-types=wpa2-psk encryption=aes-ccm name=security1/caps-man configurationadd channel=2GHz country=hungary datapath=datapath1 distance=indoors \    installation=indoor mode=ap name=Hedgehog2G security=security1 ssid=\    Hedgehog2G/diskset slot1 slot=slot1 type=hardwareset slot2 slot=slot2 type=hardware/interface wifi channeladd band=5ghz-ax disabled=no frequency=5180 name=5GHz width=20/40/80mhzadd band=2ghz-ax disabled=no frequency=2437 name=2GHz width=20/40mhz/interface wifi securityadd authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1/interface wifi configurationadd channel=5GHz country=Hungary disabled=no mode=ap name=Hedgehog_5GHz \    security=sec1 ssid=Hedgehog5Gaxadd channel=2GHz country=Hungary disabled=no mode=ap name=Hedgehog_2GHz \    security=sec1 ssid=Hedgehog2Gax/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/caps-man managerset ca-certificate=auto certificate=auto enabled=yes/caps-man manager interfaceset [ find default=yes ] forbid=yesadd disabled=no interface=ether1/caps-man provisioningadd action=create-dynamic-enabled hw-supported-modes=gn master-configuration=\    Hedgehog2G name-format=identity radio-mac=XX:XX:XX:XX:XX:XX/interface wifi capsmanset ca-certificate=auto certificate=auto enabled=yes interfaces=ether1 \    package-path="" require-peer-certificate=no upgrade-policy=none/interface wifi provisioningadd action=create-dynamic-enabled disabled=no master-configuration=\    Hedgehog_5GHz name-format=%I-5G radio-mac=XX:XX:XX:XX:XX:XX \    supported-bands=5ghz-axadd action=create-dynamic-enabled disabled=no master-configuration=\    Hedgehog_2GHz name-format=%I-2G radio-mac=XX:XX:XX:XX:XX:XX \    supported-bands=2ghz-ax/ip addressadd address=192.168.1.249/24 interface=ether1 network=192.168.1.0/system identityset name=chr.kp.local/system loggingadd topics=wireless,debug/system noteset show-at-login=no
CAP1 (AX)
hAP ax3 7.13.4 routeros+wifi-qcom packages, started with full empty config
controlled by the CHR WiFi CAPsMAN (the new) - works fine, till the first cold boot, Then stop working with 'no sutiable CAPsMAN' debug log messages.
Code:
# 2024-02-14 07:42:46 by RouterOS 7.13.4# software id = K8QE-XGVD## model = C53UiG+5HPaxD2HPaxD# serial number = Xxx/interface bridgeadd name=bridge1/interface wifi# no connection to CAPsMANadd configuration.manager=capsman .mode=ap datapath.bridge=bridge1 disabled=no radio-mac=XX:XX:XX:XX:XX:XX# no connection to CAPsMANadd configuration.manager=capsman .mode=ap datapath.bridge=bridge1 disabled=no radio-mac=XX:XX:XX:XX:XX:XX/interface bridge portadd bridge=bridge1 interface=ether2add bridge=bridge1 interface=ether1/interface wifi capset caps-man-addresses=192.168.1.249 certificate=request discovery-interfaces=bridge1 enabled=yes lock-to-caps-man=no/ip addressadd address=192.168.1.251/24 interface=bridge1 network=192.168.1.0/ip dnsset servers=192.168.1.252/ip routeadd gateway=192.168.1.254/system clockset time-zone-name=Europe/Budapest/system identityset name=ax3.kp.local/system loggingadd topics=caps,debug/system noteset show-at-login=no
CAP2 (a legacy 2,4 radio)
mAP lite 7.13.4 routeros+wireless packages, started with full empty config
controlled by the CHR Wireless/CAPsMAN (legacy)
Issues: The device can request the certificate and show managed by capsman. On capsman side its showing as a RemoteCAP and the Radio is showing also.
But after I provision a config I see that the interface restarts so getting the information from the CAPsMAN but shows empty SSID and capsman forwarding even thoug I've set local-forwading datapath. And the device doesn't advertise any SSID.
Code:
# 2024-02-14 06:43:33 by RouterOS 7.13.4# software id = #/caps-man channeladd band=2ghz-g/n control-channel-width=20mhz frequency=2412 name=2GHz/caps-man datapathadd local-forwarding=yes name=datapath1/interface ethernetset [ find default-name=ether1 ] disable-running-check=no/caps-man interfaceadd disabled=no l2mtu=1600 mac-address=XX:XX:XX:XX:XX:XX master-interface=none \    name=cap1 radio-mac=XX:XX:XX:XX:XX:XX radio-name=XXXXXXXXXXXX/caps-man securityadd authentication-types=wpa2-psk encryption=aes-ccm name=security1/caps-man configurationadd channel=2GHz country=hungary datapath=datapath1 distance=indoors \    installation=indoor mode=ap name=Hedgehog2G security=security1 ssid=\    Hedgehog2G/diskset slot1 slot=slot1 type=hardwareset slot2 slot=slot2 type=hardware/interface wifi channeladd band=5ghz-ax disabled=no frequency=5180 name=5GHz width=20/40/80mhzadd band=2ghz-ax disabled=no frequency=2437 name=2GHz width=20/40mhz/interface wifi securityadd authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1/interface wifi configurationadd channel=5GHz country=Hungary disabled=no mode=ap name=Hedgehog_5GHz \    security=sec1 ssid=Hedgehog5Gaxadd channel=2GHz country=Hungary disabled=no mode=ap name=Hedgehog_2GHz \    security=sec1 ssid=Hedgehog2Gax/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/caps-man managerset ca-certificate=auto certificate=auto enabled=yes/caps-man manager interfaceset [ find default=yes ] forbid=yesadd disabled=no interface=ether1/caps-man provisioningadd action=create-dynamic-enabled hw-supported-modes=gn master-configuration=\    Hedgehog2G name-format=identity radio-mac=XX:XX:XX:XX:XX:XX/interface wifi capsmanset ca-certificate=auto certificate=auto enabled=yes interfaces=ether1 \    package-path="" require-peer-certificate=no upgrade-policy=none/interface wifi provisioningadd action=create-dynamic-enabled disabled=no master-configuration=\    Hedgehog_5GHz name-format=%I-5G radio-mac=XX:XX:XX:XX:XX:XX \    supported-bands=5ghz-axadd action=create-dynamic-enabled disabled=no master-configuration=\    Hedgehog_2GHz name-format=%I-2G radio-mac=XX:XX:XX:XX:XX:XX \    supported-bands=2ghz-ax/ip addressadd address=192.168.1.249/24 interface=ether1 network=192.168.1.0/system identityset name=chr.kp.local/system loggingadd topics=wireless,debug/system noteset show-at-login=no
The certificates are fine.

Statistics: Posted by kovacspro — Wed Feb 14, 2024 8:49 am



Viewing all articles
Browse latest Browse all 15133

Trending Articles