I am having trouble properly configuring CAPsMAN. Setup is pretty basic.
-RB5009 - Router and CAPsMAN.
-RB4011 - CAP, conifgured as CAPs mode.
Both running routerOS 7.1.1.
The 2.4 GHz setup works fine, but whatever I have tried I cannot get the 5 GHz set up correctly.
I have read many posts about setting up 5GHz, ranging from simpler to more complex, but no matter what happens I can't get it to work. Here is my CAPsMAN config.
Code: Select all
/caps-man channel
add band=2ghz-g/n control-channel-width=20mhz extension-channel=disabled frequency=\
2412,2432,2452,2462 name=2g-1-5-9-11 save-selected=no
add band=5ghz-n/ac name=5GHz
/caps-man interface
add disabled=no l2mtu=1600 mac-address=DC:2C:6E:2C:86:2F master-interface=none name=cap3 \
radio-mac=DC:2C:6E:2C:86:2F radio-name=DC2C6E2C862F
/caps-man datapath
add bridge=local name=datapath1
/caps-man rates
add basic=12Mbps name="GN Only - 12M Basic Rate" supported=\
12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps
/caps-man security
add authentication-types=wpa-psk,wpa2-psk name=security1
/caps-man configuration
add channel=2g-1-5-9-11 country="united states3" datapath=datapath1 mode=ap multicast-helper=full \
name=cfg-2GHz rates="GN Only - 12M Basic Rate" security=security1 ssid=test2GHz
add channel=5GHz country="united states3" datapath=datapath1 mode=ap name=cfg-5GHz security=\
security1 ssid=test5g
/caps-man manager
set enabled=yes
/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface=local
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=ac,an master-configuration=cfg-5GHz
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=cfg-2GHz