Im running a 7005 controller with a single AP-335 for my home lab. I'm running AOS 8.2.2.3 and the controller is standalone (no Mobility Master). Nothing I seem to do seems to actually increase the EIRP though, it's almost like it's locked in place. Using both the GUI and CLI to modify the Radio Profiles, I've been trying to just set the EIRP to Max, but there is no change to the AP transmit power:
# show ap radio-summary
APs Radios information
----------------------
Name Group AP Type IP Address Band Mode EIRP/MaxEIRP NF/U/I TD TM TC
---- ----- ------- ---------- ---- ---- ------------ ------ -- -- --
ap01.office default 335 192.168.1.130 2.4 AP:HT:6 16.6/16.6 -96/33/7 71/83/81/66/81/75 28/8/9/22/9/16 0/8/9/11/9/8
ap01.office default 335 192.168.1.130 5 AP:VHT:48E 17.5/17.5 -92/2/0 0/0/100/0/0/0 0/0/0/0/0/0 0/0/0/0/0/0
Here's the relevant portion of the running config:
rf arm-profile "default-a"
min-tx-power 127
!
rf arm-profile "default-g"
min-tx-power 127
free-channel-index 40
!
rf arm-profile "default_radio_a_ui_arm_a_ui"
min-tx-power 127
!
rf arm-profile "default_radio_g_ui_arm_g_ui"
min-tx-power 127
free-channel-index 40
!
rf dot11a-radio-profile "default_radio_a_ui"
arm-profile "default_radio_a_ui_arm_a_ui"
am-scan-profile "default_radio_a_ui_amscan_a_ui"
eirp-min 127
eirp-max 127
!
rf dot11g-radio-profile "default_radio_g_ui"
arm-profile "default_radio_g_ui_arm_g_ui"
am-scan-profile "default_radio_g_ui_amscan_g_ui"
eirp-min 127
eirp-max 127
What am I missing?