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设置

相关推荐
zhangfeng11334 小时前
ATK(华为算子测试平台)详细介绍 CANN(Compute Architecture for Neural Networks,神经网络计算架构
人工智能·华为·ai编程·npu·cann
zhangfeng11335 小时前
《从“人工适配“到“智能生成“:KernelSwift 跨国产芯片算子迁移全栈方案解读》 —— 强调范式跃迁和跨硬件属性,适合偏架构分析的写法
人工智能·算法·华为·ai编程·npu
传奇开心果编程7 小时前
【ArkUI 练中学】第14课:应用性能优化实战
学习·ui·华为·harmonyos
威哥爱编程10 小时前
HarmonyOS 互动卡片实战:摇一摇触发静态转动态,前景元素出框
华为·harmonyos·arkts
威哥爱编程10 小时前
HarmonyOS 7 闪控窗实战:标准悬浮窗、侧边栏暂存与闪控球一键切换
华为·harmonyos·arkts
威哥爱编程10 小时前
HarmonyOS 7 图像超分实战:端侧 4 倍高清放大,数据不出设备
华为·harmonyos·arkts
威哥爱编程10 小时前
HarmonyOS 6.1 智能窥屏防护实战:实时感知窥屏风险,敏感页自动防护
华为·harmonyos·arkts
威哥爱编程10 小时前
HarmonyOS 7 文搜图实战:自然语言检索本地图片,全流程端侧闭环
华为·harmonyos·arkts
昇腾知识体系1 天前
昇腾 torchrec_npu Docker 镜像选择:CANN/PyTorch/torchrec 版本矩阵与启动参数
人工智能·华为·知识图谱
昇腾知识体系1 天前
K8s 调度昇腾 NPU:device-plugin 部署、Volcano 与 vNPU 切分
人工智能·华为·知识图谱