ensp环境 AC+AP组网及ACweb界面配置

本文介绍如何配置交换机划分VLAN并设置DHCP服务,以及通过CAPWAP协议确保AP上线,并详细说明了WLAN业务配置流程,包括安全模板、SSID模板和VAP模板的设置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 1.进入交换机划分Vlan并且配置好每条链路

The device is running!
<Huawei>system-view 
[Huawei]sysname SW1
[SW1]vlan batch 100 101 
[SW1]interface GigabitEthernet 0/0/2
[SW1-GigabitEthernet0/0/2]port link-type trunk 
[SW1-GigabitEthernet0/0/2]port trunk allow-pass vlan 101 100 
[SW1-GigabitEthernet0/0/2]port trunk pvid vlan 101              ****##剥离标签****
[SW1-GigabitEthernet0/0/2]display this 
 port link-type trunk
 port trunk pvid vlan 101
 port trunk allow-pass vlan 100 to 101
#
return
[SW1-GigabitEthernet0/0/2]quit 
[SW1]interface GigabitEthernet 0/0/3
[SW1-GigabitEthernet0/0/3]port link-type trunk 
[SW1-GigabitEthernet0/0/3]port trunk allow-pass vlan 100 101 
[SW1-GigabitEthernet0/0/3]port trunk pvid vlan 101	
[SW1-GigabitEthernet0/0/3]display this 
#
interface GigabitEthernet0/0/3
 port link-type trunk
 port trunk pvid vlan 101
 port trunk allow-pass vlan 100 to 101 
#
return
[SW1-GigabitEthernet0/0/3]quit 
[SW1]interface GigabitEthernet 0/0/1
[SW1-GigabitEthernet0/0/1]port link-type trunk 
[SW1-GigabitEthernet0/0/1]port trunk allow-pass vlan 100 101 
[SW1-GigabitEthernet0/0/1]quit 
[SW1]


————————————————

2.开启DHCP 服务,配置VlanIF

[SW1]dhcp enable 	                                ##开启DHCP服务
[SW1]interface Vlanif 100
[SW1-Vlanif100]ip address 10.10.100.1 22            ##绑定IP和子网掩码
[SW1-Vlanif100]
[SW1-Vlanif100]dhcp select interface                ## 设置DHCP地址池接口
[SW1-Vlanif100]dhcp server dns-list 114.114.114.114 223.5.5.5                ##配置DHCP域名解析服务器地址
[SW1-Vlanif100]qu	
[SW1-Vlanif100]quit 
[SW1]


3. 通过CAPWAP协议保证AP上线

The device is running!
[AC6005]sysname AC1
[AC1]vlan  batch  100 101
[AC1]dhcp enable 
[AC1]interface GigabitEthernet 0/0/1
[AC1-GigabitEthernet0/0/1]port link-type trunk 
[AC1-GigabitEthernet0/0/1]port trunk allow-pass vlan 100 101
[AC1-GigabitEthernet0/0/1]display this 
#
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 100 to 101
#
return
[AC1-GigabitEthernet0/0/1]quit 
[AC1]interface Vlanif 101
[AC1-Vlanif101]ip address 172.16.101.1 24
[AC1-Vlanif101]dhcp select interface 
[AC1-Vlanif101]quit 
[AC1]wlan 
[AC1-wlan-view]ap-group name ap-group1                    ##创建ap-group1组
[AC1-wlan-ap-group-ap-group1]regulatory-domain-profile default           ##创建域管理模板并绑定到ap-group1中
Warning: Modifying the country code will clear channel, power and antenna gain c
onfigurations of the radio and reset the AP. Continue?[Y/N]:y
[AC1-wlan-ap-group-ap-group1]quit 
[AC1-wlan-view]quit 
[AC1]capwap source interface Vlanif 101       ##通过capwap协议使AP与AC通信
[AC1-wlan-view]ap auth-mode mac-auth          ## 创建ap模板,指定AP认证模式为MAC地址认证。
[AC1-wlan-view]ap-id 0 ap-mac  00e0-fc46-1bf0         ##绑定ap的id和MAC地址,通过display arp 查询AP的MAC地址
[AC1-wlan-ap-0]ap-name area_1                         ##对ap-0 命名
[AC1-wlan-ap-0]ap-group ap-group1                     ##将ap-0 绑入ap-group1中
Warning: This operation may cause AP reset. If the country code changes, it will
 clear channel, power and antenna gain configurations of the radio, Whether to c
ontinue? [Y/N]:y
Info: This operation may take a few seconds. Please wait for a moment.. done.
[AC1-wlan-ap-0]quit 
[AC1-wlan-view]ap-id 1 ap-mac 00e0-fc9a-5350         ##绑定第二个ap的id和MAC地址
[AC1-wlan-ap-1]ap-name area_2                        ##对ap-1命名
[AC1-wlan-ap-1]ap-group ap-group1                    ##将ap-1绑入ap-group1中
Warning: This operation may cause AP reset. If the country code changes, it will
 clear channel, power and antenna gain configurations of the radio, Whether to c
ontinue? [Y/N]:y
Info: This operation may take a few seconds. Please wait for a moment.. done.	
[AC1-wlan-ap-1]quit 
[AC1-wlan-view]display ap all                        ##显示ap信息
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
fault: fault           [2]
--------------------------------------------------------------------------------
---
ID   MAC            Name   Group     IP Type            State STA Uptime
--------------------------------------------------------------------------------
---
0    00e0-fc46-1bf0 area_1 ap-group1 -  AP2050DN        fault 0   -
1    00e0-fc9a-5350 area_2 ap-group1 -  AP2050DN        fault 0   -
--------------------------------------------------------------------------------
---
Total: 2
[AC1-wlan-view]

AC与AP1通信,AP1自动获取AC网段的IP地址

 4.wlan的业务配置

a) 安全模板:配置WLAN安全策略,可以对无线终端进行身份验证,对用户的报文进行加密,保护WLAN网络和用户的安全。WLAN安全策略支持开放认证、WEP、WPA/WPA2-PSK、WPA/WPA2-802.1X、WAPI-PSK和WAPI-证书,在安全模板中选择其中一种进行配置。开放认证和WPA/WPA2-802.1X还需要和NAC一起配置,有效管理用户的接入。
b) SSID模板:SSID用来指定不同的无线网络。在STA上搜索可接入的无线网络时,显示出来的网络名称就是SSID。SSID模板主要用于配置WLAN网络的SSID名称,还可以配置其他功能,
c) VAP模板: 在VAP模板下配置各项参数,然后在AP组或AP中引用VAP模板,AP上就会生成VAP,VAP用来为STA提供无线接入服务。通过配置VAP模板下的参数,使AP实现为STA提供不同无线业务服务的能力。

[AC1-wlan-view]security-profile name Internet           ##创建安全模板
[AC1-wlan-sec-prof-Internet]security wpa-wpa2 psk pass-phrase a1234567 aes    ##设置认证方式和密码并进行加密
[AC1-wlan-sec-prof-Internet]quit 
[AC1-wlan-view]ssid-profile name Internet               ##创建ssid模板
[AC1-wlan-ssid-prof-Internet]ssid Internet
Info: This operation may take a few seconds, please wait.done.
[AC1-wlan-ssid-prof-Internet]quit 
[AC1-wlan-view]vap-profile name Internet               ##创建vap模板
[AC1-wlan-vap-prof-Internet]forward-mode direct-forward              ##配置vap模板下数据转发方式
[AC1-wlan-vap-prof-Internet]service-vlan vlan-id 100                 ##设置服务vlan id
Info: This operation may take a few seconds, please wait.done.
[AC1-wlan-vap-prof-Internet]security-profile Internet         ##绑定安全模板
Info: This operation may take a few seconds, please wait.done.
[AC1-wlan-vap-prof-Internet]ssid-profile Internet              ##绑定ssid模板
Info: This operation may take a few seconds, please wait.done.
[AC1-wlan-vap-prof-Internet]quit 
[AC1-wlan-view]ap-group name ap-group1                          ##进入ap-group1组

//不同ap组调用vap模板使用同一个ssid的话,wlan id可以一致 
//如果是使用不同ssid,wlan id 绝对不能一致
[AC1-wlan-ap-group-ap-group1]vap-profile Internet wlan 1 radio 0      ##启动2.4G信号(0)
Info: This operation may take a few seconds, please wait...done.
[AC1-wlan-ap-group-ap-group1]vap-profile Internet wlan 1 radio 1     ##启动5G信号(1)
Info: This operation may take a few seconds, please wait...done.
[AC1-wlan-ap-group-ap-group1]quit 
[AC1-wlan-view]display arp all 
IP ADDRESS      MAC ADDRESS     EXPIRE(M) TYPE        INTERFACE   VPN-INSTANCE 
                                          VLAN/CEVLAN PVC                      
------------------------------------------------------------------------------
172.16.101.1    00e0-fcb3-31e4            I -         Vlanif101
172.16.101.106  00e0-fc9a-5350  12        D-0         GE0/0/1
                                           101/-
172.16.101.54   00e0-fc46-1bf0  11        D-0         GE0/0/1
                                           101/-
------------------------------------------------------------------------------
Total:3         Dynamic:2       Static:0     Interface:1    
[AC1-wlan-view]

  Please check whether system data has been changed, and save data in time

  Configuration console time out, please press any key to log on

//当不同IP段的业务VLAN用同一个SSID时
//不同ap组调用vap模板使用同一个ssid的话,wlan id可以一致 
//如果是使用不同ssid,wlan id 绝对不能一致

开启无线通信

启动STA1输入无线密码连接WiFi:

 用STA1ping网关地址(10.10.100.1)

 

5.配置AC的图形界面 

[AC1]vlan batch 200
[AC1]interface GigabitEthernet 0/0/2
[AC1-GigabitEthernet0/0/2]port link-type access 
[AC1-GigabitEthernet0/0/2]port default vlan 200
[AC1-GigabitEthernet0/0/2]quit 
[AC1]interface Vlanif 200
[AC1-Vlanif200]ip address 192.168.100.10 24
[AC1-Vlanif200]quit 
[AC1]ping 192.168.100.1
  PING 192.168.100.1: 56  data bytes, press CTRL_C to break
    Reply from 192.168.100.1: bytes=56 Sequence=1 ttl=64 time=30 ms
    Reply from 192.168.100.1: bytes=56 Sequence=2 ttl=64 time=1 ms
    Reply from 192.168.100.1: bytes=56 Sequence=3 ttl=64 time=1 ms
    Reply from 192.168.100.1: bytes=56 Sequence=4 ttl=64 time=1 ms
    Reply from 192.168.100.1: bytes=56 Sequence=5 ttl=64 time=1 ms

  --- 192.168.100.1 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 1/6/30 ms
[AC1]http server enable                   ##启动HTTP服务
This operation will take several minutes, please wait...
Info: Succeeded in starting the HTTP server

在浏览器中输入http://192.168.100.10进入AC管理网页

用户名:admin
密码:admin@huawei.com

在这里插入图片描述

### 配置AC(无线控制器)在ENSP中的基本流程 #### 1. **概述** 在企业级网络环境中,ACAccess Controller,无线接入控制器)用于管理和控制瘦AP设备。通过AC可以实现对整个无线网络的集中化管理、流量转发模式配置以及CAPWAP隧道建立等功能[^1]。 以下是基于ENSP平台完成AC配置的具体操作说明: --- #### 2. **基础环境准备** - 启动ENSP并创建一个新的拓扑图。 - 添加一台支持AC功能的路由器或交换机作为模拟设备(例如AR系列路由器),并将该设备命名为`AC`。 - 连接必要的接口至其他网络组件(如PC终端、交换机或其他路由节点)以构建完整的测试网络结构。 --- #### 3. **进入AC配置界面** 登录到AC设备后需输入命令切换至特定的服务视图下执行后续指令: ```bash system-view wlan enable ``` 上述两条语句分别用来启动系统全局视角与激活无线局域网服务模块[^3]。 --- #### 4. **定义VAP Profile** 为了指定数据包处理方式,在此阶段要设定虚拟接入点(Virtual Access Point,VAP)文件资料档案: ```bash wlan vap-profile name test-1 forward-mode direct-forward security-policy wpa2 password cipher your_password_here service-vlan vlan-id 100 ssid your_ssid_name ``` 这里设置了前向模式为直通转发(`direct-forward`);启用了WPA2加密机制,并设定了相应密码保护措施;关联了一个编号为100的服务VLAN标签;最后还指派了Wi-Fi热点名称(SSIDs)。 --- #### 5. **绑定AP模板** 接着应把先前定制好的参数组合应用给实际物理上的接入端口单元(APs),从而达成一致性的策略部署效果: ```bash ap-group name default regulatory-domain-profile name default radio-2g profile-name default vap-profile test-1 wlan 1 radio all ``` 这些命令依次完成了默认群组命名、区域法规档案例名确认、无线电波段属性调整等工作项,最终实现了将之前创建的test-1 VAP概要链接到了所有的可用射频频谱资源上。 --- #### 6. **启用CAPWAP协议并与AP通信** 为了让远端分布式的轻量型访问点能够自动发现中心位置处存在的控制器实体,则有必要开放CAPWAP传输层安全通道以便双方相互认证连接关系成立与否: ```bash capwap source interface loopback 0 dhcp enable interface GigabitEthernet 0/0/1 ip address dhcp-alloc quit ``` 以上脚本片段展示了如何设置源接口回环地址供CAPWAP使用,同时允许动态主机配置协议(DHCP)分配IP地址给相连客户端设备,确保链路层可达性良好状态得以维持下去[^2]。 --- #### 7. **验证配置成果** 完成全部前期准备工作之后,可以通过如下诊断工具来检验当前运行状况是否正常无误: ```bash display ap all display vap all ping -c 5 www.example.com ``` 第一条显示在线的所有AP列表信息;第二条列举现有活跃状态下的各个VAP实例详情记录表单;第三条则尝试对外部互联网目标发起ICMP探测请求动作序列,借此评估整体连通性能指标表现情况怎样。 --- ### 注意事项 - 所有的改动都应当谨慎对待,尤其是在生产环境下实施变更时更要注意备份原始配置文档副本以防万一发生意外事故难以恢复原状。 - 如果遇到任何异常现象,请参照官方手册或者联系技术支持团队寻求进一步帮助指导解决办法。 ---
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值