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

Wireless Networking • Re: Strange behavior with Mikrotik CAP AX - CAPsMANv2

$
0
0
Hi stefanelul2000,

Thanks very much for answering :) I had figure it out somehow with the CAP-AX ... in my case and weird enough was like in the CAPs I needed to somehow specify the datapaths... IT looks like it won't be enough to configure the datapaths just in the CAPsMAN... So for the CAP I needed to do the following:
Code:
/interface wifi datapath add bridge=bridge1 disabled=no name=vlan10_employees vlan-id=10/interface wifi datapath add bridge=bridge1 disabled=no name=vlan80_guests vlan-id=80/interface wifi set [ find default-name=wifi1 ] configuration.manager=capsman .mode=ap datapath=vlan10_employees disabled=no/interface wifi set [ find default-name=wifi2 ] configuration.manager=capsman .mode=ap datapath=vlan10_employees disabled=no/interface wifi cap set caps-man-addresses=10.0.99.1 enabled=yes slaves-datapath=vlan80_guests slaves-static=no
Otherwise I could not make it work...

Statistics: Posted by carcuevas — Thu Mar 28, 2024 12:33 am



Viewing all articles
Browse latest Browse all 23620