Zdravím.
Má situace:
CAPsMAN - hAP ax3
CAP - cAP ax
SSID: TEST - no VLAN
SSID: GUEST - vlan20
Na hAP ax3 jsem dosáhl situace, že CAPsMAN funguje korektně. Lokální iface pěkně spravuje (i když jsem se tady dočetl, že by to na local iface fungovat nemělo). TEST dostane IP ze svého pool, GUEST na vlan20 zase ze svého pool a vše funguje pěkně. FW rules nastavená nemám, prozatím potřebuji, aby to vůbec fungovalo. Potud vše OK. Ovšem jakmile připojím remote cAP ax, tak sice CAPsMAN remote radio vidí, provisioning proběhne korektně. Pokud se připojím na TEST, připojení také proběhne korektně. Ovšem pokud se pokusím připojit k GUEST sleduji, jak se dynamicky vytvoří v BRIDGE/VLAN tagged port (wifi8) s VLAN ID 20 ale adresu prostě nedostane. Už mi z toho jde hlava kolem...
CAPsMAN:
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=vlan20 vlan-id=20
/interface list
add name=WAN
add name=LAN
/interface wifi datapath
add bridge=bridge1 disabled=no name=datapath_TEST
add disabled=no name=datapath_GUEST vlan-id=20
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec_TEST
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec_GUEST
/interface wifi configuration
add datapath=datapath_TEST disabled=no name=cfg_TEST security=sec_TEST ssid=\
TEST
add datapath=datapath_GUEST disabled=no name=cfg_GUEST security=sec_GUEST \
ssid=GUEST
/ip pool
add name=pool_MAIN ranges=192.168.0.10-192.168.0.50
add name=pool_GUEST ranges=192.168.8.10-192.168.8.50
/ip dhcp-server
add address-pool=pool_MAIN interface=bridge1 name=DHCP_MAIN
add address-pool=pool_GUEST interface=vlan20 name=DHCP_GUEST
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
/interface bridge vlan
add bridge=bridge1 tagged=bridge1 vlan-ids=20
/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
/interface wifi cap
set enabled=yes
/interface wifi capsman
set enabled=yes interfaces=bridge1 package-path="" require-peer-certificate=\
no upgrade-policy=none
/interface wifi provisioning
add action=create-dynamic-enabled disabled=yes master-configuration=cfg_TEST \
slave-configurations=cfg_GUEST
/ip address
add address=192.168.0.1/24 interface=bridge1 network=192.168.0.0
add address=192.168.8.1/24 interface=vlan20 network=192.168.8.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=192.168.0.0/24 dns-server=185.43.135.1 gateway=192.168.0.1
add address=192.168.8.0/24 dns-server=185.43.135.1 gateway=192.168.8.1
/ip dns
set servers=193.17.47.1,185.43.135.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/system clock
set time-zone-name=Europe/Prague
/system identity
set name=MikroTik_CAPsMAN
/system note
set show-at-login=no
CAP02:
`
/interface bridge
add name=bridge_CAP vlan-filtering=yes
/interface wifi
managed by CAPsMAN
mode: AP, SSID: TEST, channel: 5680/ax/eCee
set [ find default-name=wifi1 ] configuration.manager=capsman .mode=ap \
datapath.bridge=bridge_CAP disabled=no
managed by CAPsMAN
mode: AP, SSID: TEST, channel: 2412/ax/Ce
set [ find default-name=wifi2 ] configuration.manager=capsman .mode=ap \
datapath.bridge=bridge_CAP disabled=no
/interface bridge port
add bridge=bridge_CAP interface=ether1
add bridge=bridge_CAP interface=ether2
/interface bridge vlan
add bridge=bridge_CAP tagged=bridge_CAP vlan-ids=20
/interface wifi cap
set discovery-interfaces=bridge_CAP enabled=yes
/ip dhcp-client
add interface=bridge_CAP
/system clock
set time-zone-name=Europe/Prague
/system identity
set name=MikroTik_CAP02
/system note
set show-at-login=no`