I have a problem with setting up capsmanv2 for the hAP ac lite (rb952Ui-5ac2nD)
Partly it works great and in Capsman i get to see the interfaces, but on half of them it says “no supported band”
It seems that the 5Ghz is not working.
In the hAP i placed both wlan1 and wlan2 under the CAP management.
The manager runs on a rb2011uiAS-2HnD-IN.
First i thought it was because the rb2011 did not have the 5ghz.. But i also tried it on one of the hAP as a manager with the same effect.
Any idea of what i am doing wrong ?
Could not find anything related to “no supported band” here in the forum or on internet.
Greetings and thanks
Steve
Update: When i remove Wlan2 (5Ghz) from the hAP’s the error is gone, so its def a problem with my setup of the 5Ghz
In CapsMan, main router, i have setup the following tabs:
Provisioning
Radio MAC: 00:00:00:00:00:00
Hw Supported Modes: empty
Action: create dynamic enabled
Master Configuration: “conf1”
Slave Configuration: “conf2”
Name prefix: empty
Tab Configuration:
Conf1
Name: “myname”
Mode: AP
SSID: “myssid”
All others empty
Tab channel> all empty
Tab datapath> Here i have put the bridge name where the users who connect to ssid myname should connect to
all others> empty
Conf2
Name: “myname2”
Mode: AP
SSID: “myssid2”
All others empty
Tab channel> all empty
Tab datapath> Here i have put the bridge name where the users who connect to ssid myname2 should connect to
all others> empty
Tab Channels
All empty
Tap Datapath
Here i have the name like i have it in conf1 and conf2 under tab datapath and the bridge name is the bridge where they should connect to.
security conf > all empty
Access list > all empty
In the CAP i did:
Reset configuration, not load default config.
Then went into the wifi > CAP > enable, inerfaces wlan1 + wlan2 > certificate: none, Discovery :ethernet1, all the rest empty.
From what i see now is that the CAP’s are indeed broadcasting signals but not with a SSID.
I know i am missing something in here but what ??
what do you see in the CAP board under wireless interface - what message in the red?
Could you provide support output file from the CAPsMAN and the CAP and send both to support@mikrotik.com?
Hi,
I had the same issue. All I wanted was to have two separate SSIDs, one for 2,4GHz and another for 5GHz with the addition of “fast” in it, to allure clients that support it, in using it.
This is how I solved it, using a stock RB3011UiAS
[admin@MikroTik] > export
# jun/03/2016 12:46:43 by RouterOS 6.36rc21
# software id = G7SL-M26Y
#
/interface bridge
add admin-mac=E4:8D:8C:xx:xx:xx auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether2 ] name=ether2-master
set [ find default-name=ether3 ] master-port=ether2-master
set [ find default-name=ether4 ] master-port=ether2-master
set [ find default-name=ether5 ] master-port=ether2-master
set [ find default-name=ether6 ] name=ether6-master
set [ find default-name=ether7 ] master-port=ether6-master
set [ find default-name=ether8 ] master-port=ether6-master
set [ find default-name=ether9 ] master-port=ether6-master
set [ find default-name=ether10 ] master-port=ether6-master
/ip neighbor discovery
set ether1 discover=no
set bridge comment=defconf
/caps-man configuration
add channel.band=2ghz-b/g/n country=taiwan datapath.bridge=bridge mode=ap name=cfg1 ssid=free
add channel.band=5ghz-a country=taiwan datapath.bridge=bridge mode=ap name=cfg2 ssid="free fast"
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=cfg1 name-format=prefix-identity name-prefix=confg1
add action=create-dynamic-enabled hw-supported-modes=an master-configuration=cfg2 name-format=prefix-identity name-prefix=config2
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf interface=ether6-master
add bridge=bridge comment=defconf interface=sfp1
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" disabled=no log=no log-prefix="" protocol=icmp
add action=accept chain=input comment="defconf: accept establieshed,related" connection-state=established,related disabled=no log=no log-prefix=""
add action=drop chain=input comment="defconf: drop all from WAN" disabled=no in-interface=ether1 log=no log-prefix=""
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related disabled=no log=no log-prefix=""
add action=accept chain=forward comment="defconf: accept established,related" connection-state=established,related disabled=no log=no log-prefix=""
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid disabled=no log=no log-prefix=""
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new disabled=no in-interface=\
ether1 log=no log-prefix=""
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" disabled=no log=no log-prefix="" out-interface=ether1
/lcd
set backlight-timeout=2h
/lcd screen
set 1 timeout=3s
set 3 timeout=3s
set 4 timeout=3s
set 5 timeout=3s
/system clock
set time-zone-name=Europe/Athens
/system package update
set channel=release-candidate
/system routerboard settings
set protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=bridge
[admin@MikroTik] >
If you want to have same SSID in both bands, then in CapsMan > configurations > channel do not set anything. No frequency, no channel, no band, no nothing.
Specify Configurations separately for 2.4 and 5Ghz, set up Channel->Width and Channel->Band, f.e. 20/2ghz-b/g/n ( for 2.4Ghz) and 20/5ghz-a/n ( for 5Ghz) ( without frequency, extension and tx power)
Specify Provisioning-> Hw. Supported modes, for example “an” for 5Ghz and “gn” for 2.4Ghz.