华为wlan实验-三层旁挂

配置如下:(照着敲或者粘贴复制,帮你能做出来!)

SW2:

sysname SW2

undo info-center enable

//没有报文,可选择不敲

vlan batch 2 10 20

interface GigabitEthernet0/0/1

port link-type trunk

port trunk pvid vlan 2

port trunk allow-pass vlan 2 10 20

interface GigabitEthernet0/0/2

port link-type trunk

port trunk allow-pass vlan 2 10 20

SW3:

sysname SW3

undo info-center enable

//没有报文,可选择不敲

vlan batch 3 10 20

interface GigabitEthernet0/0/1

port link-type trunk

port trunk pvid vlan 3

port trunk allow-pass vlan 3 10 20

interface GigabitEthernet0/0/2

port link-type trunk

port trunk allow-pass vlan 3 10 20

SW1:

sysname SW1

undo info-center enable

vlan batch 2 to 3 10 20 100

dhcp enable

interface Vlanif2

ip address 10.2.1.254 255.255.255.0

dhcp select relay

dhcp relay server-ip 10.100.1.1

interface Vlanif3

ip address 10.3.1.254 255.255.255.0

dhcp select relay

dhcp relay server-ip 10.100.1.1

interface Vlanif10

ip address 10.10.1.254 255.255.255.0

dhcp select interface

interface Vlanif20

ip address 10.20.1.254 255.255.255.0

dhcp select interface

interface Vlanif100

ip address 10.100.1.254 255.255.255.0

interface GigabitEthernet0/0/1

port link-type trunk

port trunk allow-pass vlan 2 10 20

interface GigabitEthernet0/0/2

port link-type trunk

port trunk allow-pass vlan 3 10 20

interface GigabitEthernet0/0/3

port link-type trunk

port trunk allow-pass vlan 10 20 100

AC:

vlan batch 10 20 100

dhcp enable

ip pool vlan2

gateway-list 10.2.1.254

network 10.2.1.0 mask 255.255.255.0

option 43 sub-option 2 ip-address 10.100.1.1

ip pool vlan3

gateway-list 10.3.1.254

network 10.3.1.0 mask 255.255.255.0

option 43 sub-option 2 ip-address 10.100.1.1

interface Vlanif100

ip address 10.100.1.1 255.255.255.0

dhcp select global

interface GigabitEthernet0/0/1

port link-type trunk

port trunk allow-pass vlan 10 20 100

ip route-static 0.0.0.0 0.0.0.0 10.100.1.254

capwap source interface vlanif100

Acwlan

AC-wlan-viewregulatory-domain-profile name cn

AC-wlan-regulate-domain-cncountry-code cn

//必须是CN

AC-wlan-viewap-group name test

AC-wlan-ap-group-testregulatory-domain-profile cn

//

ACcapwap source interface Vlanif 100

ap auth-mode mac-th//本次实验选择MAC认证方式,也可以选择其他的方式

ap-id 1 ap-mac 00e0-f52e-8910//这个地址是在AP上,使用dis int vl 1 便可查看到

ap-group test

ap-name ap1

ap-id 2 ap-mac 00e0-fc80-2451

ap-group test

ap-name ap2

//完成以上配置AP就可以上线,通过在AC上使用dis ap all命令查看

如果没有显示AP的IP,则通过重启AP来进行解决

security-profile name AB

security wpa2 psk pass-phrase huawei@123 aes

//密码huawei@123

ssid-profile name A

ssid A

ssid-profile name B

ssid B

///

vap-profile name A

forward-mode tunnel

//采用tunnel方式

service-vlan vlan-id 10

ssid-profile A

security-profile AB

vap-profile name B

service-vlan vlan-id 20

forward-mode direct-forward

//采用转发模式

ssid-profile B

security-profile AB

ap-group name test

vap-profile B wlan 2 radio all

vap-profile A wlan 1 radio all

ap-id 1

ap-name ap1

ap-group test

ap-di 2

ap-name ap2

ap-group test

我在CSDN上找了很多,但都是假的 总之缺少很多的关键命令,而我这个你照着敲,可以直接做出来,另外 我附带了一份实验拓扑,打开后,不需要做任何操作,静待2-3分钟,就行

相关推荐
虎头金猫1 天前
4K 视频总卡在公网带宽?用 N1 + OpenList 把网盘播放链路重新理顺
运维·服务器·网络·python·容器·beautifulsoup·pandas
youyin1 天前
HarmonyOS ArkUI 组件与自定义组件零基础:从搭页面到组件化开发
华为·harmonyos
AI职业加油站1 天前
AI智能体应用工程师证书:政策红利下的职业新风口
大数据·运维·人工智能·学习·职场发展
wuyk5551 天前
《WiFi 嵌入式物联网开发全套实战》| 第 16 章 ESP32 AP+STA 双模共存原理与工程坑点
网络·stm32·物联网
此冬歌咏2 天前
K8s 节点故障实战:优雅驱逐 31 秒,硬故障 331 秒,以及那个永远 Pending 的 Pod
运维·k8s
-梅2 天前
linux(8) 软硬链接
linux·运维·服务器
Wang's Blog2 天前
Java 项目实战: 外卖平台-文件下载与ServletOutputStream回写浏览器
服务器·项目开发
张洛闻Eren2 天前
k8s云原生【第十课】:水平 Pod 自动扩缩容
运维·数据库·云原生·kubernetes·github
琥珀色糖2 天前
SimlpeHttp
linux·服务器
其实防守也摸鱼2 天前
内网穿透与反向代理:原理、工具与实战指南
android·大数据·运维·安全·网络安全·自动化·渗透