在AC的probe视图下查看:display system internal wlan client history-record mac-address bc9f-ef81-c109 查看该终端下线的reason-code代码
通过命令查看display system internal wlan client history-record help reason-code xxxx 将上一步收集到的代码填入xxxx,查看下线原因
还有什么别的错误代码吗?
(0)
最佳答案
| Code | Reason |
| 0 | Reserved |
| 1 | Unspecific Reason |
| 2 | Previous authentication no longer valid |
| 3 | Deauthenticated because sending STA is leaving (or has left) IBSS or ESS |
| 4 | Disassociated due to inactivity |
| 5 | Disassociated because AP is unable to handle all currently associated STAs |
| 6 | Class 2 frame received from nonauthenticated STA |
| 7 | Class 3 frame received from nonassociated STA |
| 8 | Disassociated because sending STA is leaving (or has left) BSS |
| 9 | STA requesting (re)association is not authenticated with responding STA |
| 10 | Disassociated because the information in the Power Capability element is unacceptable |
| 11 | Disassociated because the information in the Supported Channels element is unacceptable |
| 12 | Reserved |
| 13 | Invalid information element. |
| 14 | Message integrity code (MIC) failure |
| 15 | 4-Way Handshake timeout |
| 16 | Group Key Handshake timeout |
| 17 | Information element in 4-Way Handshake different from (Re)Association Request/Probe Response/Beacon frame |
| 18 | Invalid group cipher or Association denied due to requesting STA not supporting all of the data rates in the BSSBasicRateSet parameter |
| 19 | Invalid pairwise cipher |
| 20 | Invalid AKMP |
| 21 | Unsupported RSN information element version |
| 22 | Invalid RSN information element capabilities |
| 23 | IEEE 802.1X authentication failed |
| 24 | Cipher suite rejected because of the security policy |
| 25-31 | Reserved |
| 32 | Disassociated for unspecified, QoS-related reason |
| 33 | Disassociated because QoS AP lacks sufficient bandwidth for this QoS STA |
| 34 | Disassociated because excessive number of frames need to be acknowledged, but are not acknowledged due to AP transmissions and/or poor channel conditions |
| 35 | Disassociated because STA is transmitting outside the limits of its TXOPs |
| 36 | Requested from peer STA as the STA is leaving the BSS (or resetting) |
| 37 | Requested from peer STA as it does not want to use the mechanism |
| 38 | Requested from peer STA as the STA received frames using the mechanism for which a setup is required |
| 39 | Requested from peer STA due to timeout |
| 45 | Peer STA does not support the requested cipher suite |
| 45-65 | Reserved |
| 535 | Reserved |
(0)
您好 可以给下连接吗 ? 我想知道所有的错误代码 因为错误代码报的是5025等
无线客户端下线原因code:
#define WMAC_REASON_RES1 0 保留位,我们系统未使用
常见 #define WMAC_REASON_UNSPECIFIED 1 下线原因未描述,属于默认下线原因
#define WMAC_REASON_AUTH_EXPIRED 2 认证超时前,未认证成功
常见 #define WMAC_REASON_AUTH_LEAVING 3 sta主动发送deauth要离开 *****3和8都表示主动离开,3发的是deauth报文,而8是deassication报文
常见 #define WMAC_REASON_INACTIVE 4 sta保活超时,AC的动作 idle time-out
#define WMAC_REASON_TOOMANY_ASSOC 5 基站资源不足,因此解除连接,我们系统未使用
#define WMAC_REASON_CLASS2 6 处于unauthenticated状态的STA 收到了与当前状态不符的报文
#define WMAC_REASON_CLASS3 7 处于unassociated 状态的STA 收到了与当前状态不符的报文
常见 #define WMAC_REASON_ASSOC_LEAVING 8 sta处于assoc状态下离开,
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
您好 可以给下连接吗 ? 我想知道所有的错误代码 因为错误代码报的是5025等