1.当前SSID是否采用OPEN方式

SSID一般有OPEN、WEP(淘汰)、WPA、WPA2几种加密方式。其中WPA和WPA2使用加密算法又可以分为TKIP(淘汰)和AES两种。 对各种加密方式,不同终端的支持程度有差异,所以在排查关联问题时,首先要确定加密方式。并尝试更换加密方式或终端来定位问题。

AC(config)#sh wlan security 1

No wlan config for this wlanid (1).

说明是OPEN的模式

WS18000-1B11#sh wlan security 1

WLAN SSID
Security Policy
WPA version
AKM type
pairwise cipher type
group cipher type
wpa_passhraselen
wpa_passphrase
group key
:
:
:
:
:
:
:
:
:
huali
PSK
RSN(WPA2)
preshare key
AES
AES
11
77 6c 79 32 30 31 34 31 32 31 38
09 db 37 1a f5 6c bc 29 1c eb 44 7f 36 d0 4c 33

表示有加密,加密类型可以通过该命令查看

下一步