配置和验证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:查看进程信 ...
随机推荐
- Atcoder Beginner Contest 155E(DP)
#definde HAVE_STRUCT_TIMESPEC #include<bits/stdc++.h> using namespace std; ]; int main(){ ios: ...
- c语言中void *和NULL
1. int *str = NULL; #define NULL ((void *)0) 空指针实质上是有指向的指针,但它指向的地址是很小的地址,约定俗成为地址0. 2. void *vo ...
- SDP协议介绍
一.SDP协议介绍 SDP 完全是一种会话描述格式 ― 它不属于传输协议 ― 它只使用不同的适当的传输协议,包括会话通知协议(SAP).会话初始协议(SIP).实时流协议(RTSP).MIME 扩展协 ...
- 股票数据Scrapy爬虫
功能描述: 技术路线:scrapy 目标:获取上交所和深交所所有股票的名称和交易信息 输出:保存到文件中 数据网站的确定 获取股票列表: 东方财富网:http://quote.eastmoney.co ...
- 1012 The Best Rank
1012 The Best Rank 1. 注意点 一名同学同样排名下的科目优先级问题 不同同学分数相同时排名相同,注意 排名不是 1 1 2 3 4 这种, 而是 1 1 3 4 5 注意到有些同学 ...
- 矩阵快速幂+概率DP poj 3744
题意:在一条不满地雷的路上,你现在的起点在1处.在N个点处布有地雷,1<=N<=10.地雷点的坐标范围:[1,100000000]. 每次前进p的概率前进一步,1-p的概率前进1-p步.问 ...
- Go项目结构
1. go项目工程结构 配置好工作目录后,就可以编码开发了,在这之前,我们看下go的通用项目结构,这里的结构主要是源代码相应地资源文件存放目录结构. 1.1 gopath目录 gopath目录就是我们 ...
- Linux tasklet 和workqueue学习
中断服务程序一般都是在中断请求关闭的条件下执行的,以避免嵌套而使中断控制复杂化.但是,中断是一个随机事件,它随时会到来,如果关中断的时间太长,CPU就不能及时响应其他的中断请求,从而造成中断的丢失.因 ...
- jmeter 进行websocket数据帧过大导致code 1009
Response message: Received: Close frame with status code 1009 and close reason 'No async message sup ...
- Tika结合Tesseract-OCR 实现光学汉字识别(简体、宋体的识别率百分之百)—附Java源码、测试数据和训练集下载地址
OCR(Optical character recognition) —— 光学字符识别,是图像处理的一个重要分支,中文的识别具有一定挑战性,特别是手写体和草书的识别,是重要和热门的科学研究方向.可 ...