华为wlan实验

server/2024/10/18 7:48:16/

在这里插入图片描述
分为三步:1、网络互通,2、AP上线,3、wlan业务

1网络互通
crow-sw:
vlan batch 20 100
dhcp enable
int vlan 20
ip add 192.168.20.1 24
dhcp select interfaceinterface GigabitEthernet0/0/2port link-type accessport default vlan 100interface GigabitEthernet0/0/3port link-type trunkport trunk pvid vlan 100port trunk allow-pass vlan 20 100
dis port vlan active #查看
interface GigabitEthernet0/0/4port link-type trunkport trunk pvid vlan 100port trunk allow-pass vlan 20 100AC2:
vlan 100
dhcp enable
int vlan 100
ip add 192.168.100.1 24
dhcp select interface
interface GigabitEthernet0/0/1port link-type accessport default vlan 1002、AP上线
AC:
全局:capwap source interface vlan 100wlan
ap auth-mode no-auth (默认是MAC)ap-group name Group_Dap-id 0ap-group Group_Dap-id 1ap-group Group_D3、WLAN业务
AC:
wlan
security-profile name A
security wpa-wpa2 psk pass-phrase 12345678 aes 
# 使用安全策略 wpa-wpa2 共享秘钥文psk,pass-phrase 密码,用户和AP直接加密方式aes.ssid-profile name Bssid Huaweivap-profile name C        # vap 虚拟模版forward-mode direct-for  #默认直接转发service-vlan vlan-id 20  #使用ssid-profile B  #调用B策略security-profile A  #调用A策略ap-group name Group_Dvap-profile C wlan 1 radio all #关联16个VAP,一个vap对应一个信号ping 9.9.9.9
AR:
interface GigabitEthernet0/0/0ip address 192.168.80.2 255.255.255.0
ip route-static 192.168.20.0 255.255.255.0 192.168.80.1
int loo 0
interface LoopBack0ip address 9.9.9.9 255.255.255.255 core 
interface GigabitEthernet0/0/1port link-type accessport default vlan 800
ip route-static 0.0.0.0 0.0.0.0 192.168.80.2
interface Vlanif800ip address 192.168.80.1 255.255.255.0

http://www.ppmy.cn/server/48993.html

相关文章

微信小程序毕业设计-实验室管理系统项目开发实战(附源码+论文)

大家好!我是程序猿老A,感谢您阅读本文,欢迎一键三连哦。 💞当前专栏:微信小程序毕业设计 精彩专栏推荐👇🏻👇🏻👇🏻 🎀 Python毕业设计…

(051)FPGA时钟--->(001)时钟介绍

(001)时钟介绍 1 目录 (a)FPGA简介 (b)Verilog简介 (c)时钟简介 (d)时钟介绍 (e)结束 1 FPGA简介 (a)FPGA(Field Programmable Gate Array)是在PAL (可编程阵列逻辑)、GAL(通用阵列逻辑)等可编程器件的基础上进一步发展的产物。它是作为专用集成电…

Ubuntu Updates for this repository will not be applied

1. 问题描述 在Ubuntu中使用apt update时提示如下错误信息。 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRele…

MySQL的group by与count(), *字段使用问题

文章目录 问题group by到底做了什么举个例子简单来说为什么select字段,count()不能和*共同使用总结 问题 这是一段摘抄自MySQL官网的文字。其大致意思是MySQL拓展了group by的使用,MySQL允许选择没有出现在group by中的字段。换句话说,标准SQ…

AI智能自动无人直播软件app;各平台均可使用的24小时直播系统;一部手机开播

在数字科技飞速发展的今天,AI智能自动无人直播软件app的出现无疑为直播行业注入了新的活力。这款软件以其独特的优势,如各平台均可使用的兼容性、24小时不间断直播的稳定性以及一部手机即可开播的便捷性,正逐渐改变着直播行业的格局。首先&am…

git版本管理工具

一、git的基本操作 配置用户名和邮箱 git config --global user.name "youhui" git config --global user.email "xxxxxxqq.com"生成ssh密钥 ssh-keygen -t rsa -C "xxxxxqq.com"检测远程是否与本机连接成功 ssh -T gitgitee.com1、 初始化本…

qmt量化交易策略小白学习笔记第32期【qmt编程之获取行业概念数据--如何获取迅投行业成分股数据】

qmt编程之获取迅投行业成分股数据 qmt更加详细的教程方法,会持续慢慢梳理。 也可找寻博主的历史文章,搜索关键词查看解决方案 ! 感谢关注,咨询免费开通量化回测与获取实盘权限,欢迎和博主联系! 获取迅投…

Web前端教程PPT:深入浅出引领您掌握前端技术

Web前端教程PPT:深入浅出引领您掌握前端技术 在数字化时代,Web前端技术成为了构建精美网页和高效应用的基石。为了帮助初学者系统地掌握前端技术,本文将以PPT的形式,从四个方面、五个方面、六个方面和七个方面,为您呈…