Country code on FortiAP-11C not changing
Hi,
I have a FortiWifi-30D and an FortiAP-11C, I'm trying to change the country code of the FortiAP, but somehow it just doens't work. I get this message:
40: date=2015-08-08 time=12:27:16 logid=0104043528 type=event subtype=wireless level=error vd="root" logdesc="Physical AP radio activity" sn="xxxxx" ap="FortiAP 11C" ip="192.168.1.110" radioid=1 radioband="802.11n,g-only" bandwidth="20MHz" configcountry="NL " opercountry="US " cfgtxpower=20 opertxpower=11 action="country-config-fail" msg="AP FortiAP 11C radio 1 country US (841) ==> NL (528) set failed."
My FortiWifi-30D is using the NL country code, but the FortiAP keeps using the US country code. any idea what I can do to fix this?
Here is some relevant code:
config wireless-controller setting
set country NL
end
config wireless-controller wtp-profile
edit "FAP11C"
set comment "Wireless profile FortiAP 11C"
config platform
set type 11C
end
config lan
set port-mode bridge-to-wan
end
set ap-country NL
config radio-1
set band 802.11n,g-only
set wids-profile "default"
set darrp enable
set vaps "guestwifi" "wifi"
set channel "1" "6" "11"
end
config radio-2
set mode disabled
end
next
edit "FWF30D"
set comment "Wireless profile FortiWifi 30D"
config platform
set type 60C
end
set ap-country NL
config radio-1
set band 802.11n-5G
set short-guard-interval enable
set channel-bonding 40MHz
set wids-profile "default"
set darrp enable
set vaps "guestwifi" "wifi"
set channel "36" "44"
end
config radio-2
set mode disabled
end
next
end
All other default profiles have ap-country NL.
Any idea how I get the AP to use the NL country code?