Fat AP 基本配置

版权声明: https://blog.csdn.net/weixin_40838333/article/details/83051313

配置vlan接口
[WA2620i-AGN]vlan 2
WA2620i-AGN-vlan2]quit
[WA2620i-AGN]inter vlan 2
[WA2620i-AGN-Vlan-interface2]ip add 192.168.12.22 24
[WA2620i-AGN-Vlan-interface2]quit
[WA2620i-AGN]disp inter br
The brief information of interface(s) under route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface            Link Protocol              Main IP         Description
NULL0                UP   UP(s)                    --
Vlan1                  UP   UP                    192.168.0.50
Vlan2                DOWN DOWN          192.168.12.22
WLAN-Radio1/0/1      UP   UP              --
WLAN-Radio1/0/2      UP   UP              --

创建无线虚拟接口,并设置无线终端从此无线虚拟接口接入时属于VLAN 2
[WA2620i-AGN]inter WLAN-BSS 2
[WA2620i-AGN-WLAN-BSS2]port access vlan 2
[WA2620i-AGN-WLAN-BSS2]quit

创建无线服务模板,采用开放系统验证(Open-system),定义SSID为lyy
[WA2620i-AGN]wlan service-template 2 clear
[WA2620i-AGN-wlan-st-2]authentication-method open-system 
[WA2620i-AGN-wlan-st-2]service-template enable
 Please wait... Done.
[WA2620i-AGN-wlan-st-2]quit

进入无线射频接口,绑定无线虚拟接口和服务模板
[WA2620i-AGN]inter WLAN-Radio 1/0/2
[WA2620i-AGN-WLAN-Radio1/0/2]radio-type dot11g
[WA2620i-AGN-WLAN-Radio1/0/2]service-template  2 interface WLAN-BSS 2


手机终端使用WIFI连接无限LYY,会出现如下结果(用手机充当STA可搜索到无线信号h3c尝试连接,但发现不能获取ip,命令行可见如下类似提示:)
[WA2620i-AGN-WLAN-Radio1/0/2]
%Apr 20 18:23:45:112 2012 WA2620i-AGN WMAC/6/WMAC_CLIENT_JOIN_WLAN:  Client 74ac-5fe9-bd6a successfully joins WLAN lyy, on APID 1 with BSSID 0cda-4125-e891.
%Apr 20 18:23:45:112 2012 WA2620i-AGN IFNET/3/LINK_UPDOWN: WLAN-BSS2 link status is UP.
%Apr 20 18:23:45:114 2012 WA2620i-AGN IFNET/3/LINK_UPDOWN: Vlan-interface2 link status is UP.
%Apr 20 18:23:45:114 2012 WA2620i-AGN IFNET/5/LINEPROTO_UPDOWN: Line protocol on the interface Vlan-interface2 is UP.
[WA2620i-AGN-WLAN-Radio1/0/2]disp wlan client verbose 
 Total Number of Clients           : 1
                              Client Information
-------------------------------------------------------------------------------
 MAC Address                      : 74ac-5fe9-bd6a
 User Name                           : -NA-
 AID                                        : 126
 Radio Interface                    : WLAN-Radio1/0/2
 SSID                                     : lyy
 BSSID                                  : 0cda-4125-e891
 Port                                       : WLAN-BSS2
 VLAN                                    : 2
 State                                     : Running
 Power Save Mode              : Active
 Wireless Mode                    : 11g
 QoS Mode                           : WMM
 Listen Interval (Beacon Interval) : 1
 RSSI                                    : 62
 Rx/Tx Rate                          : 1/54
 Client Type                          : PRE-RSNA
 Authentication Method             : Open System
 Authentication Mode               : Central
 AKM Method                            : None
 4-Way Handshake State             : -NA-

猜你喜欢

转载自blog.csdn.net/weixin_40838333/article/details/83051313
今日推荐