- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 08:33 PM - edited 07-05-2021 05:16 AM
Hello everyone,
A customer complained the his WIFI access quality is bad , Our 3rd line engineer suppose the AP power is low , and the TPC settings for AP B281-01 on both the radios have been set to Global, what is meaning of "Global" ?
How can I check radio power level on WLC via CLI please ?
Thank you .
Solved! Go to Solution.
- Labels:
-
Wireless LAN Controller
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 08:44 PM
How can I check radio power level on WLC via CLI please ?
Several methods of doing this:
1. sh ap config <802.11a/802.11b> summary
2. grep include "Power Level" "sh ap auto-rf <802.11a/802.11b> <AP name>".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 08:42 PM
You can issue a show advanced 802.11a txpower or for 2.4ghz, use 802.11b
-Scott
*** Please rate helpful posts ***
*** Please rate helpful posts ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 09:40 PM
thank you for your answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 08:44 PM
How can I check radio power level on WLC via CLI please ?
Several methods of doing this:
1. sh ap config <802.11a/802.11b> summary
2. grep include "Power Level" "sh ap auto-rf <802.11a/802.11b> <AP name>".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 08:50 PM
Thank you Leo, but what is the meaning of "Global" , could you please explain it to me ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 08:58 PM
Thank you Leo, but what is the meaning of "Global"
Global means "all the APs" will get the same configuration item from the controller. Tx Power & DCA are two settings which are set to automatic, "Global" channel assignment & "Global" power control, as well as user can individually set the APs Tx Power & channel assignment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 09:41 PM
Thank you .
