• 关于cisco 胖 ap 掉线的处理


    Jul  4 13:59:46.074: %DOT11-4-MAXRETRIES: Packet to client 30b4.9ef2.fe2f reached max retries, removing the client
    Jul  4 13:59:46.074: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 30b4.9ef2.fe2f Reason: Previous authentication no longer valid 
    Jul  4 14:07:21.310: %DOT11-6-ASSOC: Interface Dot11Radio0, Station   7c6b.9cd1.13d3 Associated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:07:30.742: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 7c6b.9cd1.13d3 Reason: Sending station has left the BSS 
    Jul  4 14:07:30.974: %DOT11-6-ASSOC: Interface Dot11Radio0, Station   7c6b.9cd1.13d3 Associated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:10:50.982: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 7c6b.9cd1.13d3 Reason: Previous authentication no longer valid 
    Jul  4 14:11:56.382: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  081f.712d.e6f4 Associated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:12:00.986: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  30b4.9ef2.fe2f Associated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:12:01.606: %DOT11-4-MAXRETRIES: Packet to client 081f.712d.e6f4 reached max retries, removing the client
    Jul  4 14:12:01.606: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 081f.712d.e6f4 Reason: Previous authentication no longer valid 
    Jul  4 14:12:03.362: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  081f.712d.e6f4 Reassociated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:37:05.190: %DOT11-4-MAXRETRIES: Packet to client 30b4.9ef2.fe2f reached max retries, removing the client
    Jul  4 14:37:05.190: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 30b4.9ef2.fe2f Reason: Previous authentication no longer valid 
    Jul  4 14:37:08.226: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  30b4.9ef2.fe2f Reassociated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:53:09.082: %DOT11-6-ASSOC: Interface Dot11Radio0, Station   30b4.9ef3.8c35 Associated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:55:05.878: %DOT11-4-MAXRETRIES: Packet to client 30b4.9ef3.8c35 reached max retries, removing the client
    Jul  4 14:55:05.878: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 30b4.9ef3.8c35 Reason: Previous authentication no longer valid 
    Jul  4 14:55:05.882: %DOT11-4-MAXRETRIES: Packet to client 30b4.9ef3.8c35 reached max retries, removing the client
    Jul  4 14:56:30.354: %DOT11-6-ASSOC: Interface Dot11Radio0, Station   30b4.9ef3.8c35 Reassociated KEY_MGMT[WPAv2 PSK]
    Jul  4 14:56:47.070: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 30b4.9ef3.8c35 Reason: Sending station has left the BSS 
    Jul  4 14:57:07.026: %DOT11-4-MAXRETRIES: Packet to client 30b4.9ef3.8c35 reached max retries, removing the client

    思科wifi掉线的问题处理

     20200704

    我参考的这篇文章觉得有用  写下此文  参照下我的处理方式

    http://www.mamicode.com/info-detail-1589024.html

     主要使用的是这条

    这是博客里的推荐设置,我主要采用的是这条  有没有效果还得再验证下

     packet retries 128 drop-packet
    interface dot11Radio 0
       channel <1-13>                       //手动定义信道
       packet retries 128 drop-packet        //最大保持连接消息的上限调到最大128
       no dot11 extension aironet        //关闭智能天线扩展功能
    dot11 wpa handshake timeout 2000      //将认证握手的超时时间更改到2S
  • 相关阅读:
    mysql数据库给别人访问权限
    linux 5-sort,uniq,tar,split
    linux 4 -awk
    Linux 3 -grep
    linux 基础2-null,cut,wc,head,tail
    linux 基础-变量,shell基本语法
    [ActionScript 3.0] 利用InteractivePNG.as类精确选择识别png图片有像素的区域
    [ActionScript 3.0] 嵌入字体
    [ActionScript 3.0] AS利用ByteArray向PHP发送二进制数据生成图片
    [ActionScript 3.0] AS向php发送二进制数据方法之——在URLRequest中构造HTTP协议发送数据
  • 原文地址:https://www.cnblogs.com/nodchen/p/13235362.html
Copyright © 2020-2023  润新知