Huawei 大型 WLAN 组网 AC 间漫游

embedded/2024/10/21 13:38:17/

AC1配置命令 


<AC6005>display current-configuration 
#
vlan batch 100
#
interface Vlanif100description to_S3_CAPWAPip address 10.0.100.254 255.255.255.0
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100#
ip route-static 10.0.10.0 255.255.255.0 10.0.100.1
ip route-static 10.0.200.0 255.255.255.0 10.0.100.1
#
capwap source interface vlanif100
#
wlansecurity-profile name department1security wpa2 psk pass-phrase huawei123 aesssid-profile name department1ssid roamvap-profile name department1service-vlan vlan-id 11ssid-profile department1security-profile department1mobility-group name mobilitymember ip-address 10.0.100.254member ip-address 10.0.200.254ap-group name defaultap-group name department1radio 0vap-profile department1 wlan 1radio 1vap-profile department1 wlan 1radio 2vap-profile department1 wlan 1ap-id 0  ap-mac 00e0-fcb4-7c80 ap-name ap1ap-group department1
<AC6005>

AC2配置命令

<AC6005>display current-configuration 
#
vlan batch 200
#
interface Vlanif200description to_S3_CAPWAPip address 10.0.200.254 255.255.255.0
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 200
#
ip route-static 10.0.20.0 255.255.255.0 10.0.200.1
ip route-static 10.0.100.0 255.255.255.0 10.0.200.1
#
capwap source interface vlanif200
#
wlantraffic-profile name defaultsecurity-profile name department2security wpa2 psk pass-phrase huawei123 aesssid-profile name department2ssid roamvap-profile name department2service-vlan vlan-id 21ssid-profile department2security-profile department2mobility-group name mobilitymember ip-address 10.0.100.254member ip-address 10.0.200.254ap-group name department2radio 0vap-profile department2 wlan 1radio 1vap-profile department2 wlan 1radio 2vap-profile department2 wlan 1ap-id 0 ap-mac 00e0-fc2e-57c0 ap-name ap2ap-group department2
<AC6005>

SW3配置命令

<Huawei>display current-configuration 
#
vlan batch 10 to 11 20 to 21 100 200
#
dhcp enable
#
ip pool ap1gateway-list 10.0.10.1network 10.0.10.0 mask 255.255.255.0option 43 sub-option 3 ascii 10.0.100.254
#
ip pool ap2gateway-list 10.0.20.1network 10.0.20.0 mask 255.255.255.0option 43 sub-option 3 ascii 10.0.200.254
#
ip pool service_ap_1gateway-list 10.0.11.1network 10.0.11.0 mask 255.255.255.0dns-list 10.0.11.1
#
ip pool service_ap_2gateway-list 10.0.21.1network 10.0.21.0 mask 255.255.255.0dns-list 10.0.21.1
#
interface Vlanif10description ap1_managementip address 10.0.10.1 255.255.255.0dhcp select global
#
interface Vlanif11description ap1_serviceip address 10.0.11.1 255.255.255.0dhcp select global
#
interface Vlanif20description ap2_managmentip address 10.0.20.1 255.255.255.0dhcp select global
#
interface Vlanif21description ap2_serviceip address 10.0.21.1 255.255.255.0dhcp select global
#
interface Vlanif100description to_AC1ip address 10.0.100.1 255.255.255.0
#
interface Vlanif200description to_AC2ip address 10.0.200.1 255.255.255.0
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 200
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 20 to 21
#
interface GigabitEthernet0/0/4port link-type trunkport trunk pvid vlan 10port trunk allow-pass vlan 10 to 11
#
interface LoopBack0ip address 10.0.3.3 255.255.255.255
<Huawei>

SW4配置命令

<Huawei>display current-configuration 
vlan batch 20 to 21
#
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 20 to 21
#
interface GigabitEthernet0/0/2port link-type trunkport trunk pvid vlan 20port trunk allow-pass vlan 20 to 21
<Huawei>

移动STA到另一个区域 ,命令查看漫游设备如下


http://www.ppmy.cn/embedded/46737.html

相关文章

ETCD 备份与还原

安装etcdctl 准备看下etcd如何命令行操作&#xff0c;才发现&#xff0c;主机上&#xff0c;只用kubeadm拉起了etcd&#xff0c;但没有etcdctl命令。 # sudo docker ps -a | awk /etcd-master/{print $1} c4e3a57f05d7 26a11608b270 836dabc8e254 找到正在运行的etcd&#xf…

vscode中选择pytorch虚拟环境中库没有导入报错,但是本机命令行下载过了

这是下载成功的结果 这个时候你会发现matplotlib的库是下载过的&#xff0c;没法下载 这个的原因是你的matplotlib库是下载到本机的python上但是pytorch框架上的是没有这个库的&#xff0c;此时应该打开ananconda promopt 然后输入activate pytorch转换成pytorch环境 然后pip…

pip更新网络问题:Exception: Traceback (most recent call last): File

报错&#xff1a;rootdebian01:~# pip3.9 install --upgrade pip Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) |██████████████████▉ | 1.2 MB 5.5 kB/s eta 0:02:39ERROR: Exception: Traceback (most recent call last): File “/usr…

MySQL的一些高频面试题汇总(持续补充)

1.事务4大特性 事务4大特性&#xff1a;原子性、一致性、隔离性、持久性 原⼦性&#xff1a;事务是最⼩的执⾏单位&#xff0c;不允许分割。事务的原⼦性确保动作要么全部完成&#xff0c;要么全不执行 一致性&#xff1a;执⾏事务前后&#xff0c;数据保持⼀致&#xff0c;多…

开个新专栏,叫吾日三醒吾身,这个我打算得到了感悟就更新

打算开个新专栏&#xff0c;还有4年就30岁了。人生如梦啊&#xff0c;过的真快&#xff0c;家里的宝宝也还有2个月就出生了&#xff0c;都快要当父亲啦&#xff0c;感觉这辈子还没做啥很牛的事情。所以就立个flag吧。 自考还没考过&#xff0c;就3门了&#xff0c;考了3年了&a…

如何利用unicloud阿里云云函数实现文件包括图片或文件上传,unicloud云函数写法一览

这里以一个单文件上传为例子&#xff0c;多图多文件同理&#xff0c;循环单图处理逻辑即可。 背景 前端vue上传图片文件&#xff08;base64格式&#xff09;到服务器&#xff0c;并获取返回的服务器资源存储路径 传入参数 { ”queryStringParameters“:{ "file":&qu…

Centos7.6使用docker部署elasticsearch6.8.6 + kibana6.8.6 + ik分词器

Centos7.6使用docker部署elasticsearch6.8.6 kibana6.8.6 ik分词器 创建单个节点文件夹&#xff0c;mkdir /home/es/single single目录下包括config data plugins 三个文件夹 在single目录下创建config文件夹&#xff0c;再创建elasticsearch.yml写入配置 echo “network.…

三十七、openlayers官网示例Earthquakes Heatmap解析——在地图上加载热力图

官网demo地址&#xff1a; Earthquakes Heatmap 这篇主要介绍了热力图HeatmapLayer HeatmapLayer 是一个用于在地图上显示热力图的图层类型&#xff0c;通常用于表示地理数据中的密度或强度。例如&#xff0c;它可以用来显示地震、人口密度或其他空间数据的热点区域。在这个示…