路由器(Router)是連接兩個或多個網(wǎng)絡(luò)的硬件設(shè)備,在網(wǎng)絡(luò)間起網(wǎng)關(guān)的作用,是讀取每一個數(shù)據(jù)包中的地址然后決定如何傳送的專用智能性的網(wǎng)絡(luò)設(shè)備,路由器最主要的功能為實現(xiàn)信息的轉(zhuǎn)送。 無線網(wǎng)絡(luò)中,無線瘦AP偶爾會出現(xiàn)與控制器斷開的情況,造成該AP不可用,但是基于icmp的監(jiān)控并不會報警。
一般有如下現(xiàn)象:
1.控制器上看不到該瘦AP,AP并沒有注冊到控制器。
2.瘦AP網(wǎng)絡(luò)可達(dá),可以ping通,可以Telnet或者SSH登錄。
3.長ping一般會有周期性重啟,間隔幾分鐘到幾十分鐘不等,AP長時間注冊不上控制器會自動重啟。
解決方法
可按照以下順序嘗試恢復(fù)
1.重新指定控制器
可通過以下兩種命令指定控制器,一般用第一種,但是第二種優(yōu)先級高。
LAP3702-1# lwapp ap controller ip address 192.168.6.24
LAP3702-1# lwapp ap primary-base xxxx 注:xxxx表示控制器名稱
2.重啟AP
可以現(xiàn)場重啟;
網(wǎng)絡(luò)可達(dá)的話也可以遠(yuǎn)程重啟,但是瘦AP并不支持重啟命令,可通過輸入debug capwap con cli隱藏命令后,reload重啟。
3.重新刷ios
瘦AP不支持瘦AP刷瘦AP,需要先刷胖AP,再刷回瘦AP。
4.更換AP
以上方法還未解決,那就考慮更換AP了。
附:debug capwap con cli隱藏命令說明
瘦AP正常情況下,支持的命令很少,conf t和reload等命令都不支持。
LAP3702-1#reload
^
% Invalid input detected at ‘^’ marker.
LAP3702-1#reboot
^
% Invalid input detected at ‘^’ marker.
LAP3702-1#re?
% Unrecognized command
輸入debug capwap con cli隱藏命令后,就可以了。
LAP3702-1#debug capwap con cli
This command is meant only for debugging/troubleshooting
Any configuration change may result in different
behavior from centralized configuration.
CAPWAP console CLI allow/disallow debugging is on
LAP3702-1#
LAP3702-1#configure
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
LAP3702-1(config)#exit
LAP3702-1#reload
System configuration has been modified. Save? [yes/no]: y
Proceed with reload? [confirm]
本文可以幫助您基本地設(shè)置和管理您的路由器。
|