ensp华为AC+AP上线配置

AR1配置:

bash 复制代码
<Huawei>system-view # 进入系统视图

<Huawei>sysname R1  # 设备重命名

[R1]dhcp enable  # 开启DHCP功能

[R1]interface GigabitEthernet0/0/0  # 进入接口
[R1-GigabitEthernet0/0/0]ip address 192.168.0.1 23  # 配置接口地址
[R1-GigabitEthernet0/0/0]dhcp select interface      # 通过接口地址自动创建 DHCP 地址池

AC1基础配置:

bash 复制代码
[AC6605]vlan 10 # 创建VLAN10

[AC6605]interface GigabitEthernet0/0/1  # 进入接口
[AC6005-GigabitEthernet0/0/1]port link-type access # 配置接口类型
[AC6005-GigabitEthernet0/0/1]port default vlan 10  # 绑定vlan

[AC6605]interface GigabitEthernet0/0/2  //进入接口
[AC6005-GigabitEthernet0/0/1]port link-type access # 配置接口类型
[AC6005-GigabitEthernet0/0/1]port default vlan 10  # 绑定vlan

[AC6605]capwap source interface Vlanif 10 # 为capwap隧道绑定vlan(AP用的vlan)

AC1无线配置:

bash 复制代码
[AC6605]wlan #进入无线配置视图
[AC6605-wlan-view]
 
[AC6605-wlan-view]regulatory-domain-profile name office-domain #创建域管理模板,名称为office-domain
[AC6605-wlan-regulate-domain-office-domain]country-code CN #配置国家代码
[AC6605-wlan-regulate-domain-office-domain]quit
 
[AC6605-wlan-view]ssid-profile name office-ssid #创建SSID模板,名称为office-ssid
[AC6605-wlan-ssid-prof-office-ssid]ssid CMCC #配置SSID名称为office
[AC6605-wlan-ssid-prof-office-ssid]quit
 
[AC6605-wlan-view]security-profile name office-security #创建安全策略,名称为office-security
[AC6605-wlan-sec-prof-office-security]security wpa-wpa2 psk pass-phrase 12345678 aes #SSID密码为12345678
 
[AC6605-wlan-view]vap-profile name office-vap #创建VAP模板
[AC6605-wlan-vap-prof-office-vap]forward-mode direct-forward #配置业务数据转发模式
[AC6605-wlan-vap-prof-office-vap]security-profile office-security #绑定安全策略
[AC6605-wlan-vap-prof-office-vap]ssid-profile office-ssid #绑定SSID模板
[AC6605-wlan-vap-prof-office-vap]service-vlan vlan-id 101 #绑定业务VLAN(用户用的vlan)
 
[AC6605-wlan-view]ap-group name office-ap-group #创建AP组,名称为office-ap-group
[AC6605-wlan-ap-group-office-ap-group]regulatory-domain-profile office-domain #绑定域模板
[AC6605-wlan-ap-group-office-ap-group]vap-profile office-vap wlan 1 radio 0 #绑定vap模板到射频卡0上
[AC6605-wlan-ap-group-office-ap-group]vap-profile office-vap wlan 1 radio 1 #绑定vap模板到射频卡1上
 
[AC6605-wlan-view]ap-id 0 ap-mac 00e0-fc79-4b40 添加AP,APmac
[AC6605-wlan-ap-0]ap-group office-ap-group #添加到AP组中

AP-MAC地址获取:

bash 复制代码
<Huawei>dis interface GigabitEthernet 0/0/0

PC设置

相关推荐
坚果派·白晓明1 天前
【鸿蒙PC三方库移植适配框架解读系列】第五篇:完整流程图与角色职责
c语言·c++·华为·harmonyos·鸿蒙
号码认证服务1 天前
如何让经销商接电话时看到“XX集团”?申请号码认证统一上线
服务器·经验分享·sql·华为·智能手机·华为云·云计算
shaodong11231 天前
HarmonyOS NEXT 数据持久化三剑客:Preferences、RelationalStore 与 KVDB 选型实战
华为·harmonyos
richard_yuu1 天前
鸿蒙从零搭建参赛项目|心晴驿站:开发环境配置、技术选型与项目规范落地
华为·harmonyos
shaodong11231 天前
鸿蒙自定义弹窗(CustomDialog)的 8 种封装姿势
华为·harmonyos
枫叶丹41 天前
【HarmonyOS 6.0】状态栏扩展新特性:点击状态栏图标展开二级菜单的场景动效详解
开发语言·华为·harmonyos
想你依然心痛1 天前
HarmonyOS 6(API 23)实战:基于悬浮导航、沉浸光感与Face AR & Body AR的“灵犀筑境“——PC端沉浸式AR建筑空间评审系统
华为·ar·harmonyos·悬浮导航·沉浸光感
说再见再也见不到1 天前
华为AC+AP旁挂二层组网+直接转发,配置实战
网络·华为·交换机·无线组网·无线ac
key_3_feng1 天前
鸿蒙6.0电子手表高山攀登指标监测功能开发实战
华为·harmonyos
nashane1 天前
HarmonyOS 6学习:超大分辨率图片压缩与长截图生成优化实践
学习·华为·harmonyos