AC+AP 旁挂式连接配置(华为)

AR1路由器配置

interface GigabitEthernet0/0/0

ip address 10.1.30.1 255.255.255.0

ip route-static 10.1.20.0 255.255.255.0 10.1.30.2

LSW1核心交换机

dhcp enable

vlan batch 10 20 30

interface Vlanif20

ip address 10.1.20.1 255.255.255.0

dhcp select interface

interface Vlanif30

ip address 10.1.30.2 255.255.255.0

interface GigabitEthernet0/0/1

port link-type access

port default vlan 30

interface GigabitEthernet0/0/2

port link-type trunk

port trunk allow-pass vlan 10 20

interface GigabitEthernet0/0/3

port link-type trunk

port trunk allow-pass vlan 10

LSW2二层交换机配置

vlan batch 10 20

interface GigabitEthernet0/0/1

port link-type trunk

port trunk allow-pass vlan 10 20

interface GigabitEthernet0/0/2

port link-type trunk

port trunk pvid vlan 10

port trunk allow-pass vlan 10 20

interface GigabitEthernet0/0/3

port link-type trunk

port trunk pvid vlan 10

port trunk allow-pass vlan 10 20

AC配置

vlan batch 10

dhcp enable

interface Vlanif10

ip address 10.1.10.1 255.255.255.0

dhcp select interface

interface GigabitEthernet0/0/1

port link-type trunk

port trunk allow-pass vlan 10

capwap source ip-address 10.1.10.1

wlan

ap-group name group1

ap auth-mode no-auth

display ap all

#等待几十秒,待ap上线再操作一下命令

ap-id 0

ap-name ap1

ap-group group1

ap-id 1

ap-name ap2

ap-group group1

ap auth-mode mac-auth

display ap all

ssid-profile name group1

ssid group1

security-profile name group1

security wpa-wpa2 psk pass-phrase 12345678 aes

vap-profile name group1

ssid-profile group1

security-profile group1

forward-mode direct-forward

regulatory-domain-profile name group1

country-code CN

ap-group name group1

regulatory-domain-profile group1

vap-profile group1 wlan 1 radio all

#

相关推荐
_OP_CHEN23 分钟前
【Linux网络编程】(一)初识计算机网络:从独立主机到协议世界的入门之旅
linux·服务器·网络·网络协议·计算机网络·socket·c/c++
一袋米扛几楼985 小时前
【密码学】CrypTool2 工具是什么?
服务器·网络·密码学
南棱笑笑生8 小时前
20260310在瑞芯微原厂RK3576的Android14查看系统休眠时间
服务器·网络·数据库·rockchip
yy55278 小时前
LNAMP 网络架构与部署
网络·架构
Godspeed Zhao9 小时前
现代智能汽车系统——CAN网络2
网络·汽车
爱丽_10 小时前
Docker 从原理到项目落地(镜像 / 容器 / 网络 / 卷 / Dockerfile)
网络·docker·容器
眼镜哥(with glasses)11 小时前
网络技术三级考试综合题笔记整理(第二题、第三题)
网络·笔记·智能路由器
Johnstons11 小时前
读懂 TCP 标志位:网络运维中的“信号灯”
运维·网络·tcp/ip
半壶清水11 小时前
[软考网规考点笔记]-数据通信基础之差错控制编码技术
网络·笔记·网络协议·tcp/ip
坚定的共产主义生产设备永不宕机11 小时前
网络层协议(IPV4报头)
运维·服务器·网络