AC旁挂无线部署

需求

1.

1) 公司内部有无线用户可以实现上网

2) 无线组网方式AC为二层旁挂组网,直接转发

3) 无线VLAN规划,VLAN101,为业务VLAN,网段10.23.101.0/24

VLAN100,为管理VLAN,用于管理ap

4)DHCP Server: - AC作为AP的DHCP服务器

               - SW1作为业务网段的DHCP服务器

5)无线终端可以自动获取IP地址,访问AR1

拓扑

配置步骤

 

1) SW2配置交换机二层接口,vlan,trunk,access

2) SW1配置业务网关,配置DHCP服务器,配置与AR1互联接口

3) 配置AC

          - 配置建立CAPWAP隧道的地址,创建vlan

          - 配置ap上线

          - 配置业务模板,绑定ap组

配置命令

SW2配置
 sysname SW2
 #
 vlan batch 100 to 101
 #
 interface GigabitEthernet0/0/1
  port link-type trunk
  port trunk pvid vlan 100
  port trunk allow-pass vlan 100 to 101
 #
 interface GigabitEthernet0/0/2
  port link-type trunk
  port trunk allow-pass vlan 2 to 4094
 #
 interface GigabitEthernet0/0/3
  port link-type trunk
  port trunk pvid vlan 100
  port trunk allow-pass vlan 100 to 101
SW1配置:
 sysname sw1
 #
 dhcp enable
 #
 vlan batch 100 to 101 200
 interface GigabitEthernet0/0/1
  port link-type trunk
  port trunk allow-pass vlan 2 to 4094
 #
 interface GigabitEthernet0/0/2
  port link-type trunk
  port trunk allow-pass vlan 2 to 4094
 #
 interface GigabitEthernet0/0/3
  port link-type access
  port default vlan 200
 #
 interface Vlanif101
  ip address 10.23.101.254 255.255.255.0
  dhcp select interface
 #
 interface Vlanif200
  ip address 10.1.13.1 255.255.255.0
 #
 ip route-static 0.0.0.0 0.0.0.0 10.1.13.254 (本拓扑可以不需要缺省路由,如果要访问互联网的话,需要配置缺省路由)
AR1配置:
 sysname ar1
 #
 interface GigabitEthernet0/0/0
  ip address 10.1.13.254 255.255.255.0
 #
ip route-static 10.23.101.0 255.255.255.0 10.1.13.1
AC配置:
vlan batch 100 to 101
#
interface Vlanif100
 ip address 10.23.100.254 255.255.255.0
 dhcp select interface
#
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
capwap source interface vlanif100
#
wlan
 security-profile name neibu
  security wpa-wpa2 psk pass-phrase Huawei12#$ aes
ssid-profile name neibu
  ssid neibu
vap-profile name neibu
  service-vlan vlan-id 101
  ssid-profile neibu
  security-profile neibu
 ap-id 1 ap-mac 00e0-fcd7-1870 
  radio 0
   vap-profile neibu wlan 1
  radio 1
   vap-profile neibu wlan 1
 ap-id 2 ap-mac 00e0-fcbe-7c80 
  radio 0
   vap-profile neibu wlan 1
  radio 1
   vap-profile neibu wlan 1

验证测试

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值