新的无线ap注册上线配置命令 
时间: 2023-06-01 15:04:20 浏览: 37
1. 配置无线AP的管理IP地址:
configure terminal
interface <interface-name>
ip address <IP-address> <subnet-mask>
no shutdown
2. 配置AP的SSID:
configure terminal
dot11 ssid <SSID-name>
vlan <vlan-ID>
authentication open
authentication key-management wpa version 2
wpa-psk ascii <password>
3. 配置AP的MAC地址白名单:
configure terminal
dot11 association mac-list <mac-address>
permit
4. 配置AP的无线信道:
configure terminal
interface <interface-name>
channel <channel-number>
5. 配置AP的信道带宽:
configure terminal
interface <interface-name>
channel-width <width-value>
6. 配置AP的无线功率:
configure terminal
interface <interface-name>
power <power-value>
7. 配置AP的无线加密方式:
configure terminal
interface <interface-name>
encryption mode <mode-value>
key <key-value>
8. 保存配置并退出:
write memory
exit
相关推荐

















