文档库 最新最全的文档下载
当前位置:文档库 › 华为无线控制器AC6605配置

华为无线控制器AC6605配置


#
vlan batch 10 20 管理Vlan10 业务vlan20
#
dhcp enable 开启DHCP功能
aaa
local-user admin password cipher admin@123 登录设备的帐号密码
local-user admin privilege level 15 等级
local-user admin service-type telnet terminal ftp web http 开启远程等功能
#
#
interface Vlanif10 配置管理vlan10的IP地址 并且开启DHCP
ip address 10.10.10.1 255.255.255.0
dhcp select interface
#
interface Vlanif20 配置业务vlan20的IP地址 并且开启DHCP
ip address 20.20.20.1 255.255.255.0
dhcp select interface
#
interface GigabitEthernet0/0/1
port link-type trunk
port trunk pvid vlan 10 给接AP的端口打上管理vlan10的PVID
port trunk allow-pass vlan 10 20


#
interface Wlan-Ess 20 创建Wlan-Ess模板,之后会与下面 service-set(服务集)绑定
port hybrid pvid vlan 20 打上业务vlan20的PVID
port hybrid untagged vlan 20 剥离vlan20的标签


user-interface vty 0 4 远程端口
authentication-mode aaa
user privilege level 15
protocol inbound all
#
wlan
wlan ac source interface vlanif10 配置AP的管理VLAN,从哪个VLAN下拿地址
ap-auth-mode no-auth 将AP上线模式改为不认证‘
此配置做完后在全局查询AP display ap all 查看AP是否上线
ap id 0 type-id 38 mac 0006-f468-91a0 sn 21500821798W47001474 (AP上线后会自动生成)
lineate-port ethernet 0 pvid vlan 20 设置0口的业务vlan(只针对于2010有此配置)
lineate-port ethernet 0 vlan untagged 20
lineate-port ethernet 1 pvid vlan 20 设置1口的业务vlan(只针对于2010有此配置)
lineate-port ethernet 1 vlan untagged 20
ap id 1 type-id 38 mac 0006-f468-8870 sn 21500821798W47001327
lineate-port ethernet 0 pvid vlan 20
lineate-port ethernet 0 vlan untagged 20
lineate-port ethernet 1 pvid vlan 20
lineate-port ethernet 1 vlan untagged 20

wmm-profile name 0 id 0 创建WMM模板,之后会与下面 radio-profile(射频)模板绑定
traffic-profile name 0 id 0 创建traffic-profile(流量)模板,之后会与下面 service-set(服务集)绑定
security-profile name 0 id 0 创建security-profile(安全)模板,之后会与下面service-set(服务集)绑定
security-policy wpa-wpa2 设置无线的加密方式
wpa-wpa2 authentication-method psk pass-phrase cipher %@%@:I%dBf.pQP"L/NYekV1*8[0%%@%@ encryption-method tkip-ccmp 设置加密算法,密码,密文处为密码
service-set name HUAWEI id 0 创建 service-set(服务集)
wlan-ess 10 绑定 Wlan-Ess 模板
ssid HUAWEI 配置SSID名称
traffic-p

rofile id 0 绑定traffic-profile(流量)模板
security-profile id 0 绑定security-profile(安全)模板
service-vlan 20 绑定业务流,业务vlan20
radio-profile name 0 id 0 创建radio-profile(射频)模板
wmm-profile id 0 绑定WMM模板
ap 0 radio 0 ap 0 AP的ID)radio 0 (0表示2.4G 1表示5G)
radio-profile id 0 绑定radio-profile(射频)模板
service-set id 0 wlan 1 绑定service-set(服务集) wlan 1为自动生成

commit all 都配置完之后,下发所有配置。




相关文档