03-10-2021 09:37 AM
Hello,
So, we have about 40 AP installed in a warehouse environment and up until now we managed them manually (channel and power settings), using a RFS4000 controller. However, this is a nightmare and we decided that we should use the Smart-RF policy, because (we hope) this policy would manage the APs better than we do. But before we do that, I’d have some questions about how would this policy impact out APs:
We use APs models 7522 and 7532 and a RFS4000 controller, all of them running 5.9.1.2-006R firmware version.
Thank you
Solved! Go to Solution.
03-10-2021 02:08 PM
Hello cosmingrosu,
On the controller run the following commands:
>en
#config
#device containing <AP name common denominator> Example: #device containing ap75
#int radio 1
#channel smart
#power smart
#int radio 2
#channel smart
#power smart
#com wr
If the AP names don’t have anything in common, you can pull the config from the controller, make the changes and reload it.
Otherwise you will have to manually make the changes on every AP.
When configuring the smart-rf policy it is recommended that you change the min power to 8 or 10 db on both radios. Leave the max power on default 17db.
Please make sure that select shutdown is disabled (#no select-shutdown)
Here’s a link that has a few recommendations you may want to look at: https://extremeportal.force.com/ExtrArticleDetail?an=000063581
Moreover, it is recommended that you upgrade the firmware to the latest 5.9 version (5.9.8.4).
I hope this helps,
03-10-2021 02:08 PM
Hello cosmingrosu,
On the controller run the following commands:
>en
#config
#device containing <AP name common denominator> Example: #device containing ap75
#int radio 1
#channel smart
#power smart
#int radio 2
#channel smart
#power smart
#com wr
If the AP names don’t have anything in common, you can pull the config from the controller, make the changes and reload it.
Otherwise you will have to manually make the changes on every AP.
When configuring the smart-rf policy it is recommended that you change the min power to 8 or 10 db on both radios. Leave the max power on default 17db.
Please make sure that select shutdown is disabled (#no select-shutdown)
Here’s a link that has a few recommendations you may want to look at: https://extremeportal.force.com/ExtrArticleDetail?an=000063581
Moreover, it is recommended that you upgrade the firmware to the latest 5.9 version (5.9.8.4).
I hope this helps,