重刷了JF10固件,解决了WEB配置不能保存设置的问题!
没用过web界面配置过胖ap,不是很理解web的配置逻辑
给你一个CLI配置单ssid的示例吧,保证dot11 radio接口是up状态,应该就可以扫描到配置的ssid了
dot11 ssid TEST
authentication open
authentication key-management wpa version 2
guest-mode
wpa-psk ascii xxxxxx //至少8位的密码
!
interface Dot11Radio0
encryption mode ciphers aes-ccm
!
ssid TEST
!
interface Dot11Radio1
encryption mode ciphers aes-ccm
!
ssid TEST
!
此前按此步骤配置过,在键入authentication key-management wpa version 2后会报错:Dot11Radio1 Error: Encryption mode cipher is not configured,设备软硬件状态都是显示正常,此种情况该怎么处理呢?
WEB界面不能配置的问题,查找资料,据说是固件版本的bug,现在不能用WEB配置了,想着用CLI配置,却又出现上述问题,希望大佬给解答一下怎么处理!谢谢!
试试这样配置吧:
interface Dot11Radio1
encryption mode ciphers aes-ccm
>>>>>>>>>>>>>应用于提供给 SSID 的每个 VLAN
interface Dot11Radio1
encryption vlan x mode ciphers aes-ccm
已经解决了,重新刷了其它固件版本就可以了,WEB配置正常了!谢谢您提供的解决方案!后续再用以上固件时会用您的方法试试!非常感谢您的解答!