华三无线AC和AP

一.场景

      实验环境以常见的AC设备旁挂在核心交换机,AP设备接入到汇聚交换机,如下图:

二.实现要求

     ac实现集中管控ap,统一下发配置, 连接无线客户使用规划好的vlan

三.具体操作

1.首先进入ac设备配置:

dhcp enable
#
vlan 10
#
vlan 20
#
interface Vlan-interface1
 ip address 192.168.1.1 255.255.255.0
#
interface Vlan-interface20
 ip address 192.168.20.1 255.255.255.0
#
dhcp server ip-pool 192.168.1.1
 gateway-list 192.168.1.1
 network 192.168.1.0 mask 255.255.255.0
#
dhcp server ip-pool 192.168.20.1
 gateway-list 192.168.20.1
 network 192.168.20.0 mask 255.255.255.0
 dns-list 8.8.8.8
#
local-user admin class manage
 password hash admin@123
 service-type https
 authorization-attribute user-role network-admin
 authorization-attribute user-role network-operator
#
 ip https enable
#
ip route-static 0.0.0.0 0 192.168.30.2
#
interface GigabitEthernet1/0/0
 port link-type trunk
 port trunk permit vlan all
#

进入ac页面进行无线配置

 

 

 

交换机配置:

interface Vlan-interface60
 ip address 192.168.60.2 255.255.255.0
#
interface GigabitEthernet1/0/1
 port link-type trunk
 port trunk permit vlan all
#
interface GigabitEthernet1/0/2
 port link-type trunk
 port trunk permit vlan all

查看结果:

dis wlan ap all       查看ap上线

 

  • 3
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值