Hello everyone,
I got a fresh hAP ax S, I'm also fresh in MikroTik world, and just want to achieve a simple task - broadcast two different SSID's with separate VLANs, IP and Firewall rulesets (let's juts say for private devices and guest devices) on both radios.
My device runs latest stable version 7.22.3 (factory software 7.19.4).
I've updated (out-of-the-box but updated) following packages:
NAME VERSION BUILD-TIME SIZE
0 routeros 7.22.3 2026-05-07 09:19:52 11.7MiB
1 wifi-mediatek 7.22.3 2026-05-07 09:19:52 5.0MiB
2 XA calea 24.1KiB
3 XA container 184.1KiB
4 XA dude 1224.1KiB
5 XA gps 24.1KiB
6 XA iot 796.1KiB
7 XA iot-bt-extra 428.1KiB
8 XA openflow 76.1KiB
9 XA rose-storage 4052.1KiB
10 XA tr069-client 120.1KiB
11 XA ups 48.1KiB
12 XA user-manager 340.1KiB
13 XA wifi-halow-mm 612.1KiB
14 XA wifi-qcom 9.3MiB
15 XA wifi-qcom-ac 2628.1KiB
16 XA wireless 1848.1KiB
17 XA zerotier 744.1KiB
I've reviewed MikroTik manual in section virtual AP, and I've no idea why I can't use /interface> wireless ? My CLI provides only /interface> wifi with which I'm unable to set ap-bridge mode. On both master interfaces I can only choose ap, station, station-bridge or station-pseudobridge modes.
The setup is basically default - I've just played with Channels and Configuration templates which are added to each master wifi interfaces:
0 M BR default-name="wifi1" name="wifi1" l2mtu=1560
mac-address=04:F4:1C:CD:9D:54 arp-timeout=auto
radio-mac=04:F4:1C:CD:9D:54 configuration=Config_2_4GHz
configuration.country=Germany .ssid="MikroTik" .mode=ap
security.authentication-types=wpa2-psk,wpa3-psk
channel=channel_freq_2_4
channel.frequency=2412,2437,2462 .width=20mhz
1 M BR default-name="wifi2" name="wifi2" l2mtu=1560
mac-address=04:F4:1C:CD:9D:55 arp-timeout=auto
radio-mac=04:F4:1C:CD:9D:55 configuration=Config_5GHz
configuration.country=Germany .ssid="MikroTik" .mode=ap
security.authentication-types=wpa2-psk,wpa3-psk
channel=channel_freq_5
channel.frequency=5180,5200,5220,5240 .skip-dfs-channels=all
.deprioritize-unii-3-4=yes
0 name="Config_2_4GHz" country=Germany ssid="MikroTik" mode=ap
security.authentication-types=wpa2-psk,wpa3-psk
channel=channel_freq_2_4
channel.frequency=2412,2437,2462 .width=20mhz .skip-dfs-channels=all
1 name="Config_5GHz" country=Germany ssid="MikroTik" mode=ap
security.authentication-types=wpa2-psk,wpa3-psk
channel=channel_freq_5
channel.frequency=5180,5200,5220,5240 .skip-dfs-channels=all
.deprioritize-unii-3-4=yes
Any ideas are much appreciated!
Best Regards,