华为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 小时前
Zabbix监控Docker容器应用实践完整指南
linux·运维·docker·容器·zabbix
hweiyu001 小时前
Linux命令:info
linux·运维
xiaoxiangsiyan1 小时前
机房交换机交换技术与服务器链路聚合深度指南
运维·服务器·网络·学习·自动化·bond
中议视控1 小时前
展厅可视化网络中央控制系统:支持双向反馈,可视化播控,回显,状态显示,反向控制电脑,声光电网络视讯设备统一管理
网络·分布式·信息可视化
星空2 小时前
WordPress在docker中部署
运维·docker·容器
做萤石二次开发的哈哈2 小时前
萤石蓝海AIoT一站式工作台计费说明
网络·数据库·萤石开放平台·蓝海aiot一站式工作台
万山寒2 小时前
python依赖包导出离线安装到没有外网的服务器
服务器·开发语言·python
wsad05322 小时前
CentOS Stream 10 Docker 容器无法访问外网:xt_addrtype 内核模块缺失解决方法
linux·网络·docker·云原生·eureka·centos
dongfangkandian2 小时前
从浪涌失控到端口级调度:2026年AI服务器老化测试专用PDU的选型逻辑
服务器