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

Wireless Networking • hap ac2 wifi-qcom-ac not working

$
0
0
Hi everyone,

I'm trying to apply configuration from here: https://help.mikrotik.com/docs/display/ ... ionexample:
(CAPs that support wifi-qcom-ac package and section below as well), but seems its not working as it described (or I miss something)

Seems it creates interfaces for ssid's which should be static, also that section:
/interface wifi
set [ find default-name=wifi1 ] configuration.manager=capsman disabled=no
set [ find default-name=wifi2 ] configuration.manager=capsman disabled=no
add disabled=no master-interface=wifi1 name=wifi21
add disabled=no master-interface=wifi2 name=wifi22

is deleted after I click on provision, after provision is not possible to create new static interface either. I dont understand what is going on.

capsman and wifi config:
Code:
/interface wifi capset caps-man-addresses=127.0.0.1 certificate=request enabled=yes \    lock-to-caps-man=yes slaves-static=yes/interface wifi capsmanset ca-certificate=auto certificate=auto enabled=yes package-path="" \    require-peer-certificate=no upgrade-policy=none/interface wifi provisioningadd action=create-dynamic-enabled comment=5ghz disabled=no \    master-configuration=lan slave-configurations=guest supported-bands=\    5ghz-acadd action=create-dynamic-enabled comment=2.4ghz disabled=no \    master-configuration=lan slave-configurations=iot,guest supported-bands=\    2ghz-n    /interface wifi datapathadd bridge=bridge disabled=no name=lanadd bridge=bridge disabled=no name=guest vlan-id=1026add bridge=bridge disabled=no name=iot vlan-id=1025/interface wifi securityadd authentication-types=wpa2-psk,wpa3-psk disabled=no name=lan wps=disableadd authentication-types=wpa2-psk disabled=no group-encryption=ccmp name=iot \    wps=disableadd authentication-types=wpa2-psk,wpa3-psk disabled=no name=guest wps=disable/interface wifi configurationadd channel.skip-dfs-channels=disabled country=Hungary datapath=lan disabled=\    no manager=capsman name=lan security=lan ssid=tesztadd channel.skip-dfs-channels=disabled country=Hungary datapath=lan disabled=\    no hide-ssid=yes manager=capsman name=iot security=iot ssid=teszt-iotadd channel.skip-dfs-channels=disabled country=Hungary datapath=lan disabled=\    no manager=capsman name=guest security=guest ssid=teszt-guest
bridge/vlan:
Code:
/interface bridgeadd admin-mac=74:4D:28:AB:C7:EB auto-mac=no comment=defconf name=bridge \    port-cost-mode=short vlan-filtering=yes/interface vlanadd interface=bridge name=vlan-guest vlan-id=1026add interface=bridge name=vlan-iot vlan-id=1025/interface bridge portadd bridge=bridge comment=defconf ingress-filtering=no interface=ether2 \    internal-path-cost=10 path-cost=10add bridge=bridge comment=defconf ingress-filtering=no interface=ether3 \    internal-path-cost=10 path-cost=10add bridge=bridge comment=defconf ingress-filtering=no interface=ether4 \    internal-path-cost=10 path-cost=10add bridge=bridge comment=defconf ingress-filtering=no interface=ether5 \    internal-path-cost=10 path-cost=10add bridge=bridge interface=wifi3 pvid=1025add bridge=bridge interface=wifi4 pvid=1026add bridge=bridge interface=wifi5 pvid=1026

rsc is attached..

Statistics: Posted by hoboristi — Sat Jan 27, 2024 1:48 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles