取消
显示结果 
搜索替代 
您的意思是: 
cancel
5520
查看次数
0
有帮助
4
回复

关于2504的FT(Fast Transition)的设置,版本8.3.141无法设置问题

iliaodong
Level 1
Level 1
如题:
通过WEB和终端设置都无法设置,提示信息见图,各位大神可以帮我看下是什么问题吗:
112425sl4n8qq7q5tj7nnq.png112431pv775l788f8w6an8.png
我的WLANID是1-16之间,还是提示必须1-16
另FT AKM在WEB下哪位位置设置可以告知下不?
谢谢~~
1 个已接受解答

已接受的解答

您应该没有选择 FT 802.1X或FT PSK,所以会出现图1的报错。
170109wupn5pus47ijy0e3.png
这里应该恢复了adaptive的配置,在CLI的配置的时候出现:
170110bri61f5arejf9kae.png
170344g35qnfffhkkx6k9v.png
该命令后面应该只能跟WLAN ID,这里写802.11r所以报错。
170110fuuiur7mcim272mi.png
正常情况配置,应该可以通过开启FT 802.1x或802.1x PSK,然后开启FT,这样应该OK。
Configuring 802.11r Fast Transition (CLI)
Procedure











Step 1
To enable or disable 802.11r fast transition parameters, use the config wlan security ft {enable | disable} wlan-id command.
Step 2
To enable or disable 802.11r fast transition parameters over a distributed system, use the config wlan security ft over-the-ds {enable | disable} wlan-id command. The Client devices normally prefer fast transition over-the-ds if the capability is advertised in the WLAN. To force a client to perform fast transition over-the-air, disable fast transition over-the-ds.
Step 3
To enable or disable the authentication key management for fast transition using preshared keys (PSK), use the config wlan security wpa akm ft psk {enable | disable} wlan-id command.
By default, the authentication key management using PSK is disabled.
Step 4
To enable or disable authentication key management for adaptive using PSK, use the config wlan security wpa akm psk {enable | disable} wlan-id command.
Step 5
To enable or disable authentication key management for fast transition using 802.1X, use the config wlan security wpa akm ft-802.1X {enable | disable} wlan-id command.
By default, authentication key management using 802.1X is enabled.
Step 6
To enable or disable authentication key management for adaptive using 802.1x, use the config wlan security wpa akm 802.1x {enable | disable} wlan-id command.

Note
When Fast Transition adaptive is enabled, you can use only 802.1X and PSK AKM.

Step 7
To enable or disable 802.11r fast transition reassociation timeout, use the config wlan security ft reassociation-timeout timeout-in-seconds wlan-id command.
The valid range is 1 to 100 seconds. The default value of reassociation timeout is 20 seconds.
Step 8
To view the fast transition configuration on a WLAN, use the show wlan wlan-id command.
Step 9
To view the fast transition configuration on a client, use the show client detail client-mac command.

Note
This command is relevant only for a connected or connecting client station (STA).
Step 10
To enable or disable debugging of fast transition events, use the debug ft events {enable | disable} command.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rps-Cheers | If it solves your problem, please mark as answer. Thanks !

在原帖中查看解决方案

4 条回复4

您应该没有选择 FT 802.1X或FT PSK,所以会出现图1的报错。
170109wupn5pus47ijy0e3.png
这里应该恢复了adaptive的配置,在CLI的配置的时候出现:
170110bri61f5arejf9kae.png
170344g35qnfffhkkx6k9v.png
该命令后面应该只能跟WLAN ID,这里写802.11r所以报错。
170110fuuiur7mcim272mi.png
正常情况配置,应该可以通过开启FT 802.1x或802.1x PSK,然后开启FT,这样应该OK。
Configuring 802.11r Fast Transition (CLI)
Procedure











Step 1
To enable or disable 802.11r fast transition parameters, use the config wlan security ft {enable | disable} wlan-id command.
Step 2
To enable or disable 802.11r fast transition parameters over a distributed system, use the config wlan security ft over-the-ds {enable | disable} wlan-id command. The Client devices normally prefer fast transition over-the-ds if the capability is advertised in the WLAN. To force a client to perform fast transition over-the-air, disable fast transition over-the-ds.
Step 3
To enable or disable the authentication key management for fast transition using preshared keys (PSK), use the config wlan security wpa akm ft psk {enable | disable} wlan-id command.
By default, the authentication key management using PSK is disabled.
Step 4
To enable or disable authentication key management for adaptive using PSK, use the config wlan security wpa akm psk {enable | disable} wlan-id command.
Step 5
To enable or disable authentication key management for fast transition using 802.1X, use the config wlan security wpa akm ft-802.1X {enable | disable} wlan-id command.
By default, authentication key management using 802.1X is enabled.
Step 6
To enable or disable authentication key management for adaptive using 802.1x, use the config wlan security wpa akm 802.1x {enable | disable} wlan-id command.

Note
When Fast Transition adaptive is enabled, you can use only 802.1X and PSK AKM.

Step 7
To enable or disable 802.11r fast transition reassociation timeout, use the config wlan security ft reassociation-timeout timeout-in-seconds wlan-id command.
The valid range is 1 to 100 seconds. The default value of reassociation timeout is 20 seconds.
Step 8
To view the fast transition configuration on a WLAN, use the show wlan wlan-id command.
Step 9
To view the fast transition configuration on a client, use the show client detail client-mac command.

Note
This command is relevant only for a connected or connecting client station (STA).
Step 10
To enable or disable debugging of fast transition events, use the debug ft events {enable | disable} command.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rps-Cheers | If it solves your problem, please mark as answer. Thanks !

iliaodong
Level 1
Level 1
1540488497lcj 发表于 2020-3-15 17:05
您应该没有选择 FT 802.1X或FT PSK,所以会出现图1的报错。
这里应该恢复了adaptive的配置,在CLI的配置 ...

web界面的时候要选择FT PSK(使用密码)或者FT 802.1X(认证登录),cli没有测试,刚设置好,已经成功了,谢谢

fortune
VIP Alumni
VIP Alumni
已经解决了啊,可以可以

iliaodong
Level 1
Level 1
vsop5207 发表于 2020-3-16 21:48
已经解决了啊,可以可以

请看沙发~~802.11r只合适苹果和三星手机,笔记本电脑上的无线网卡无法连接
入门指南

使用上面的搜索栏输入关键字、短语或问题,搜索问题的答案。

我们希望您在这里的旅程尽可能顺利,因此这里有一些链接可以帮助您快速熟悉思科社区:









快捷链接