Hi,
thanks for the reply. I was waiting for it like kids for Santa. But this time I have to wait longer than that as I am still at the same spot.
I have figured it out that I should have just one frequency. Changed that already but still noting.
I have also tried to do the local forwarding and indeed interfaces are coming up but wierd SSID (mikrotik came up only on master wlan interface.)
I have also tried to limit my provisioning rule just for one SSID - same thing.
What I did not try, but I am not sure how this may have an effect, is:
* change firewall rules on my CSR (in my opinion this is not required as I do have connectivity)
* review VLAN setup on CSR and CAPs.
Right now CAPS have the same VLAN configuration, which looks as follows:
[admin@capCEBC69] /interface vlan> print
Flags: X - disabled, R - running
# NAME MTU ARP VLAN-ID INTERFACE
0 R VLAN100 1500 enabled 100 ether1
1 R VLAN128 1500 enabled 128 ether1
2 R VLAN129 1500 enabled 129 ether1
3 R VLAN130 1500 enabled 130 ether1
[admin@capCEBC69] /interface bridge> vlan print
Flags: X - disabled, D - dynamic
# BRIDGE VLAN-IDS CURRENT-TAGGED CURRENT-UNTAGGED
0 cbridge 100 cbridge
ether1
1 cbridge 130 cbridge
ether1
2 cbridge 129 cbridge
ether1
3 cbridge 128 cbridge
ether1
4 D cbridge 1 cbridge
ether1
[admin@capCEBC69] /interface bridge> port print
Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload
# INTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZON
0 ether1 cbridge yes 1 0x80 10 10 none
1 dynamic cbridge yes 1 0x80 10 10 none
[admin@capCEBC69] /interface bridge> print
Flags: X - disabled, R - running
0 R name="cbridge" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled arp-timeout=auto mac-address=48:8F:5A:CE:BC:69
protocol-mode=rstp fast-forward=yes igmp-snooping=no auto-mac=yes ageing-time=5m priority=0x8000 max-message-age=20s
forward-delay=15s transmit-hold-count=6 vlan-filtering=yes ether-type=0x8100 pvid=1 frame-types=admit-all
ingress-filtering=no dhcp-snooping=no
[admin@capCEBC69] /interface bridge>
Attaching my current config:
[admin@ccedgerouter] > caps-man export hide-sensitive
# nov/23/2020 18:32:14 by RouterOS 6.47.7
# software id = FYYF-3W4L
#
# model = CRS326-24G-2S+
# serial number = 94550991FB30
/caps-man channel
add band=5ghz-n/ac control-channel-width=20mhz extension-channel=disabled frequency=5220 name=channel44
add band=5ghz-n/ac control-channel-width=20mhz extension-channel=disabled frequency=5180 name=channel36
add band=5ghz-n/ac control-channel-width=20mhz extension-channel=disabled frequency=5200 name=channel40
/caps-man datapath
add client-to-client-forwarding=yes local-forwarding=yes name=dpath-128 vlan-id=128 vlan-mode=use-tag
add client-to-client-forwarding=yes local-forwarding=yes name=dpath-129 vlan-id=129 vlan-mode=use-tag
add client-to-client-forwarding=no local-forwarding=yes name=dpath-130 vlan-id=130 vlan-mode=use-tag
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm name=seccfg-128
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm name=seccfg-129
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm name=seccfg-130
/caps-man configuration
add channel=channel44 country=etsi datapath=dpath-128 distance=indoors hide-ssid=no installation=indoor mode=ap name=wn128.cfg rx-chains=0,1 security=seccfg-128 ssid=ngWN-CHERRY tx-chains=0,1
add channel=channel44 country=etsi datapath=dpath-129 distance=indoors hide-ssid=no installation=indoor mode=ap name=wn-motylek.cfg rx-chains=0,1 security=seccfg-129 ssid=ngWN-MOTYLEK tx-chains=0,1
add channel=channel44 country=etsi datapath=dpath-130 distance=indoors hide-ssid=no installation=indoor mode=ap name=wn-gosc.cfg rx-chains=0,1 security=seccfg-130 ssid=ngWN-GOSC tx-chains=0,1
add channel=channel44 country=poland datapath=dpath-128 mode=ap name=wn128.cfg2 rx-chains=0,1 security=seccfg-128 ssid=ngWN-CHERRY tx-chains=0,1
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled disabled=yes master-configuration=wn128.cfg name-format=identity slave-configurations=wn-motylek.cfg,wn-gosc.cfg
add action=create-dynamic-enabled master-configuration=wn128.cfg2
Any thoughts?
I came across HT TX and RX Chains topic. This may have an effect but not sure. Tried leardy to changed it to one, two in different configurations. My understading is: if this device has two chans, it should be marked 0 and 1 for Tx and Rx. Is that right?