锐捷胖AP部署及配置

锐捷-胖AP部署

一、项目需求。
1、无线设备AP3使用胖模式进行部署,具体要求如下:
(1) AP3主机名为:FZ1-AP720-AP3
(2) AP3使用透明模式,管理地址为192.168.100.3/24 BVI 为100;用于远程管理。
(3) AP3创建 SSID(WLAN-ID 2) 为 Ruijie-Fat_1;
(4) 内网无线用户关联SSID后可自动获取VLAN60网段地址。
(5)连接Fat AP的无线用户接入无线网络时采用WEB认证方式,认证用户名、密码为test。

 配置无线AP,首要明确需要配置2个不同VLAN。一个用做管理,一个用做业务跑数据流量。

二、设备接口及描述。

设备接口或VLANVLAN名称二层或三层规划(XX现场提供)说明
S1VLAN10ProductionGi0/1至Gi0/10生产网
S1VLAN20OfficeGi0/11至Gi0/20办公网
S1VLAN50APManageGi0/21至Gi0/22上线AP管理
S1VLAN60WirelessNA无线终端
AP3VLAN60NAS1交换机的Gi0/22接AP3_Gi0/1AP的业务网段

三、配置步骤及命令。
网页端登录到AP:
(1) 初始配置,需使用电脑用网线直接连接AP的网络端口。
(2) 查看AP背面标签默认地址为:192.168.110.1/24。如有配置可以按重置按钮,还原为初始状态。
(3) 把电脑网卡IP地址设置为192.168.110.10/24,与AP在同一网段。
(4)有2种管理AP方式:网页和Telnet,Telnet默认用户名是admin 密码是admin或者ruijie
也可以直接使用 console登陆到AP

配置要点

1、将AP切换为胖AP
2、新建vlan
3、配置AP的管理IP地址
4、定义SSID
5、创建射频卡子接囗
6、SSID和射频卡进行关联

配置步骤:

配置管理地址:

(1)Ruijie>enable
(2)Ruijie#conf t
(3)Ruijie(config)#hostname FZ1-AP720-AP3
(4FZ1-AP720-AP3(config)# ap-mode fat 切换为胖AP
(5)FZ1-AP720-AP3(config)#vlan 100 此vlan只有本地有效,业务vlan
(6)FZ1-AP720-AP3(config)#int bvI 100 管理网段接口
(7)FZ1-AP720-AP3(config-if-BVI 100)#ip address 192.168.100.3 24
(8)FZ1-AP720-AP3(config)#int gi0/1.100 子接口
(9)FZ1-AP720-AP3(config-subif-GigabitEthernet 0/1.100)#encapsulation dot1Q 100
|创建SSID(WLAN-ID 2) 为 Ruijie-Fat1,

内网无线用户关联SSID后可自动获取VLAN60网段地址。

FZ1-AP720-AP3(config)#dot11 wlan 2 创建无线网络 wlan 2
FZ1-AP720-AP3(dot11-wlan-config)#vlan 60 关联vlan60
FZ1-AP720-AP3(dot11-wlan-config)#ssid Ruijie-Fat_1 设置SSID
FZ1-AP720-AP3(dot11-wlan-config)#broadcast-ssid 广播SSID
FZ1-AP720-AP3(dot11-wlan-config)#exi
FZ1-AP720-AP3(config)#int gi0/1.60
FZ1-AP720-AP3(config-subif-GigabitEthernet 0/1.60)#encapsulation dot1Q 60
FZ1-AP720-AP3(config-subif-GigabitEthernet 0/1.60)#exi
FZ1-AP720-AP3(config)#int dot11radio 1/0.6 进入无线信道接口1/0的子接口6
FZ1-AP720-AP3(config-subif-Dot11radio 1/0.6)#encapsulation dot1Q 60
FZ1-AP720-AP3(config-subif-Dot11radio 1/0.6)#wlan-id 2 关联无线网络
FZ1-AP720-AP3(config-subif-Dot11radio 1/0.6)#exi

连接Fat AP的无线用户接入无线网络时采用WEB认证方式,认证用户名、密码为test

FZ1-AP720-AP3(config)#aaa new-model
FZ1-AP720-AP3(config)#aaa authentication iportal default local
FZ1-AP720-AP3(config)#aaa accounting network default start-stop none
FZ1-AP720-AP3(config)#http redirect direct-arp 192.168.60.254
FZ1-AP720-AP3(config)#http redirect port 8081
FZ1-AP720-AP3(config)#username test web-auth password test
FZ1-AP720-AP3(config)#web-auth template iportal
FZ1-AP720-AP3(config.tmplt.iportal)#
FZ1-AP720-AP3(config.tmplt.iportal)#exi
FZ1-AP720-AP3(config)#wlansec 2
FZ1-AP720-AP3(config-wlansec)#web-auth portal iportal
FZ1-AP720-AP3(config-wlansec)#webauth

针对WLAN ID 2下的每个用户的下行平均速率为 800KB/s ,突发速率为1600KB/s

FZ1-AP720-AP3(config)#wlan-qos wlan-based 2 per-user-limit down-streams average-data-rate 800 burst-data-rate 1600

关闭低速率(11b/g 1M、2M、5M,11a 6M、9M)应用接入

FZ1-AP720-AP3(config)#int dot11radio 1/0
FZ1-AP720-AP3(config-if-Dot11radio 1/0)#rate-set 11b disable 1
FZ1-AP720-AP3(config-if-Dot11radio 1/0)#rate-set 11b disable 2
FZ1-AP720-AP3(config-if-Dot11radio 1/0)#rate-set 11b disable 5
FZ1-AP720-AP3(config-if-Dot11radio 1/0)#rate-set 11g disable 5
FZ1-AP720-AP3(config-if-Dot11radio 1/0)#rate-set 11g disable 2
FZ1-AP720-AP3(config-if-Dot11radio 1/0)#rate-set 11g disable 1
FZ1-AP720-AP3(config-if-Dot11radio 1/0)#exi
FZ1-AP720-AP3(config)#int dot11radio 2/0
FZ1-AP720-AP3(config-if-Dot11radio 2/0)#rate-set 11a disable 6
FZ1-AP720-AP3(config-if-Dot11radio 2/0)#rate-set 11a disable 9

  • 13
    点赞
  • 80
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 2
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

灯塔微光

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值