配置和验证AP功率
1、针对自主AP(Autonomous AP)
使用'power local'配置命令配置AP或Bridge Radio功率级别。
在2.4 GHz,802.11g Radio上,您可以设置正交频分复用(Orthogonal Frequency Division Multiplexing,OFDM)功率电平和互补代码键控(Complementary Code Keying,CCK)功率电平。 802.11b和802.11g设备支持CCK调制。 802.11g和802.11a设备支持OFDM调制。
2.4-GHz Access Point Radio (802.11b)
power local {1 | 5 | 20 | 30 | 50 | 100 | maximum}
2.4-GHz Access Point Radio (802.11g)
power local cck {1 | 5 | 10 | 20 | 30 | 50 | 100 | maximum}
power local cck {-1 | 2 | 5 | 8 | 11 | 14 | 15 | 17 | 20 | maximum}
power local ofdm {1 | 5 | 10 | 20 | 30 | maximum}
power local ofdm {-1 | 2 | 5 | 8 | 11 | 14 | 17 | maximum}
5-GHz Access Point Radio (801.11a)
power local {5 | 10 | 20 | 40 | maximum}
power local { -1 | 2 | 5 | 8 | 11 | 14 | 15 | maximum}
power local { -1 | 2 | 5 | 8 | 11 | 14 | 15 | 17 | maximum}
1400 Series Bridge 5.8-GHz Radio
power local {12 | 15 | 18 | 21 | 22 | 23 | 24 | maximum}
This example shows how to specify a 20-mW transmit power level for the 802.11b access point radio:
AP(config-if)# power local 20
验证传输功率:
使用'show controller dot11Radio'命令。 如下是一个例子。
此示例显示如何显示Radio 0接口的Radio Controller状态:
AP# show controllers dot11radio 0
此命令的一部分输出按速率显示有效功率电平,如下所示:
1.0 to 11.0 , 20 dBm, changed due to regulatory maximum
6.0 to m15. , 17 dBm, changed due to regulatory maximum
m0.-4 to m15.-4, 14 dBm, changed due to regulatory maximum
-4表示40MHz宽带。 类似的输出,-4s意味着40MHz宽带,短保护间隔开启。
2、CUWN中配置AP的传输功率
要配置802.11网络中所有AP或单个AP的发射功率电平,请使用“config 802.11 txPower”命令。
config 802.11{a | b} txPower {global [auto | once | power_level]}
config 802.11{a | b} txPower {ap ap_name [global | power_level]}
此示例显示如何为所有LAP手动将802.11b Radio发射功率设置为5级:
> config 802.11b txPower global 5
此示例显示如何显示802.11b传输功率开销的配置和统计信息:
> show advanced 802.11b txpower Automatic Transmit Power Assignment Transmit Power Assignment Mode.................. AUTO
Transmit Power Update Interval.................. 600 seconds
Transmit Power Threshold........................ -65 dBm
Transmit Power Neighbor Count................... 3 APs
Transmit Power Update Contribution.............. SN.
Transmit Power Assignment Leader................ xx:xx:xx:xx:xx:xx
Last Run........................................ 384 seconds ago

3、配置Radio传输功率
从特权EXEC模式开始,请按照以下步骤设置AP Radio的发射功率:
|
Step 1 |
configure terminal |
Enter global configuration mode. |
|
Step 2 |
interface dot11radio { 0 | 1 } |
Enter interface configuration mode for the radio interface. The 2.4-GHz radio is radio 0, and the 5-GHz radio is radio 1. |
|
Step 3 |
power local These options are available for the 802.11b, 2.4-GHz radio:{ 1 | 5 | 20 | 30 | 50 | 100 | maximum }These options are available for the 5-GHz radio:{ 5 | 10 | 20 | 40 | maximum } |
Set the transmit power for the 802.11b, 2.4-GHz radio or the 5-GHz radio to one of the power levels allowed in your regulatory domain. All settings are in mW. Note |
|
Step 4 |
power localThese options are available for the 802.11g, 2.4-GHz radio:power local cck settings:{ 1 | 5 | 10 | 20 | 30 | 50 | 100 | maximum }power local ofdm settings:{ 1 | 5 | 10 | 20 | 30 | maximum } |
Set the transmit power for the 802.11g, 2.4-GHz radio to one of the power levels allowed in your regulatory domain. All settings are in mW.On the 2.4-GHz, 802.11g radio, you can set Orthogonal Frequency Division Multiplexing (OFDM) power levels and Complementary Code Keying (CCK) power levels. CCK modulation is supported by 802.11b and 802.11g devices. OFDM modulation is supported by 802.11g and 802.11a devices. Note Note |
|
Step 5 |
end |
Return to privileged EXEC mode |
|
Step 6 |
copy running-config startup-config |
(Optional) Save your entries in the configuration file. |
使用no形式的power命令将电源设置恢复为最大值,即默认设置。
4、AIR-RM21A / AIR-RM22A无线电模块通常设置为最大发射功率
AIR-RM21A和AIR-RM22A Radio模块以分贝每毫瓦(dBm)测量发射功率,但Cisco Aironet AP中早期版本的802.11a无线电以毫瓦(mW)为单位测量功率。 由于mW的功率设置不直接转换为dBm设置,因此在安装新的AIR-RM21A或AIR-RM22A无线电模块时,AP通常使用默认功率设置。
表中列出了以mW为单位的802.11a传输功率设置以及接入点分配给新无线电模块的功率设置。
|
5 |
5 dBm (approximately 3 mW) |
|
10 |
maximum (17 dBm) |
|
20 |
maximum |
|
40 |
maximum |
5、限制关联的客户端的Power Level
你还可以限制与AP关联的客户端设备上的功率级别。 当客户端设备关联到AP时,AP将最大功率电平设置发送到客户端。
从特权EXEC模式开始,请按照以下步骤在与AP关联的所有客户端设备上指定最大允许功率设置:
|
Step 1 |
configure terminal |
Enter global configuration mode. |
|
Step 2 |
interface dot11radio { 0 | 1 } |
Enter interface configuration mode for the radio interface. The 2.4-GHz radio is radio 0, and the 5-GHz radio is radio 1. |
|
Step 3 |
power clientThese options are available for 802.11b, 2.4-GHz clients:{ 1 | 5 | 20 | 30 | 50 | 100 | maximum}These options are available for 802.11g, 2.4-GHz clients:{ 1 | 5 | 10 | 20 | 30 | 50 | 100 | maximum}These options are available for 5-GHz clients:{ 5 | 10 | 20 | 40 | maximum } |
Set the maximum power level allowed on client devices that associate to the access point. All settings are in mW. Note |
|
Step 4 |
end |
Return to privileged EXEC mode. |
|
Step 5 |
copy running-config startup-config |
(Optional) Save your entries in the configuration file. |
使用no形式的client power命令禁用关联客户端的最大功率级别。
注意必须启用Aironet扩展以限制关联客户端设备的功率级别。 默认情况下启用Aironet扩展。
https://community.cisco.com/t5/wireless-mobility-documents/how-to-configure-and-verify-the-transmitted-power-level-on-aps/ta-p/3107653
配置和验证AP功率的更多相关文章
- 【Mongodb】3.X 配置身份验证
配置身份验证详解: 开启认证: 启动MongoDB./mongodb --syslog --fork --port 20000 --auth 1.如果不添加参数:auth,表明用默认的root的权限 ...
- vb6-很简单的配置密码验证提示
'很简单的配置密码验证提示 Dim add As String add = Trim(InputBox("请输入配置密码", "报表配置")) If add = ...
- Java工具类——通过配置XML验证Map
Java工具类--通过配置XML验证Map 背景 在JavaWeb项目中,接收前端过来的参数时通常是使用我们的实体类进行接收的.但是呢,我们不能去决定已经搭建好的框架是怎么样的,在我接触的框架中有一种 ...
- centos7中安装、配置、验证、卸载redis
本文介绍在centos7中安装.配置.验证.卸载redis等操作,以及在使用redis中的一些注意事项. 一 安装redis 1 创建redis的安装目录 利用以下命令,切换到/usr/local路径 ...
- SpringCloud系列三:SpringSecurity 安全访问(配置安全验证、服务消费端处理、无状态 Session 配置、定义公共安全配置程序类)
1.概念:SpringSecurity 安全访问 2.具体内容 所有的 Rest 服务最终都是暴露在公网上的,也就是说如果你的 Rest 服务属于一些你自己公司的私人业务,这样的结果会直接 导致你信息 ...
- 自学Aruba3.2-Aruba配置架构-Virtual AP配置要点
点击返回:自学Aruba之路 自学Aruba3.2-Aruba配置架构-Virtual AP配置要点 1. AP.AP-Group和Virtual-AP的关系 解析列举: AP1.AP3, ...
- Service系统服务(六):rsync基本用法、rsync+SSH同步、配置rsync服务端、访问rsync共享资源、使用inotifywait工具、配置Web镜像同步、配置并验证Split分离解析
一.rsync基本用法 目标: 本例要求掌握远程同步的基本操作,使用rsync命令完成下列任务: 1> 将目录 /boot 同步到目录 /todir 下 2> 将目录 /boot 下的 ...
- Service系统服务(五):PXE基础装机环境、配置并验证DHCP服务、配置PXE引导、验证PXE网络装机、PXE+kickstart自动装机
一.PXE基础装机环境 目标: 本例要求为后续的PXE服务器构建提供RHEL7软件仓库,完成下列任务: 1> 在CentOS真机部署Web目录/var/www/html/rh7dvd 2&g ...
- 配置并验证Split分离解析
配置并验证Split分离解析 案例1:配置并验证Split分离解析 案例2:查看进程信 ...
随机推荐
- redis安装与基本使用
什么是Redis 什么是NoSQL 介绍Redis之前,先了解下NoSQL (Not noly SQL)不仅仅是SQL 属于非关系型数据库:Redis就属于非关系型数据库 传统的Mysql ,orac ...
- 7-8 Left-pad
思路 注意读入和输出格式 如果用fgets读入的话会带上回车,输出的时候一定不要输出了双回车 并且此时的length也会比原始长度多了一,要注意长度比较,这里容易出错 代码 #include < ...
- 每天进步一点点------SOPC的Avalon-MM IP核(三) LCD1602 IP定制
注:Avalon信号类型命名参考图 /********************************************************************************* ...
- c# pcm
using System; using System.IO; using System.Text; using System.Windows.Forms; using System.Runtime.I ...
- cube-ui IndexList 切换Tab Y坐标归零
<template> <div class="fx t12 column"> <div class="order_search_div fl ...
- java.net.URISyntaxException: Illegal character in query at index 147
这是url出现了特殊字符,需要将特殊字符进行替换
- Centos6.10-FastDFS-Storage-Nginx配置
nginx+fastdfs-nginx-module 安装此处省略. 1.进入工作目录 cd /usr/local/nginx/conf 2.创建子目录 mkdir configs 3.创建stora ...
- List 重载添加-add,删除-remove方法,以及获取子集方法
package seday12; import java.util.ArrayList;import java.util.List; /*** @author xingsir* List重载了一对ad ...
- ios开源
a http://code.cocoachina.com b http://code4app.com c http://www.oschina.net/ios/codingList/ d github ...
- opencv:opencv概述
opencv官方:www.opencv.org github:https://github.com/opencv OpenCV OpenCV是一个开放源代码的计算机视觉应用平台,由英特尔公司研发中心俄 ...
The settings allowed in your regulatory domain might differ from the settings listed here.