はじめに
このドキュメントでは、Cisco Wireless AireOSコントローラのshow ap join statsコマンドについて説明し、これらのコマンドを効果的に使用する方法を示します。
前提条件
要件
このドキュメントに関する固有の要件はありません。
使用するコンポーネント
このドキュメントでは、Cisco AireOSコントローラのバージョンを使用します。
このドキュメントの情報は、特定のラボ環境にあるデバイスに基づいて作成されました。このドキュメントで使用するすべてのデバイスは、クリアな(デフォルト)設定で作業を開始しています。本稼働中のネットワークでは、各コマンドによって起こる可能性がある影響を十分確認してください。
表記法
表記法の詳細については、『シスコ テクニカル ティップスの表記法』を参照してください。
背景説明
このドキュメントでは、コントローラ バージョン 4.2.61.0 での新しい show ap join stats コマンド、およびこれらを効果的に使用する方法について説明します。アクセスポイント(AP)がコントローラに接続しない原因を効果的にトラブルシューティングする方法の詳細については、『ワイヤレスLANコントローラに接続しないLightweightアクセスポイントのトラブルシューティング』を参照してください。APがコントローラに加入を送信しない場合は、APでトラブルシューティングを行う必要があります。
このドキュメントは、4.2.61から最新バージョンの7.2.103までのすべてのコントローラ(WLC)に適用されます。
コントローラで発生するさまざまなエラーの複数の出力例は、「背景説明」および「トラブルシューティングアルゴリズム」セクションの後にあります。
バージョン 4.2.61.0 のコントローラは、ディスカバリ要求を送信するすべての AP およびディスカバリ応答の送信先 AP を追跡します。また、コントローラへの接続を試行する AP、およびこれらの接続試行が成功したかどうかも追跡します。コントローラには、APがコントローラへの接続に失敗する原因のトラブルシューティングに役立つ2つの新しいCLI(コンソールまたはSSH)コマンドがあります。
show ap join stats summary [all | AP_Mac_Address]
show ap join stats detail <AP_Mac_Address>
トラブルシューティングアルゴリズム
コントローラに接続しない AP を確認するには、show ap join stats summary all コマンドを使用します。AP は、コントローラがディスカバリ要求を受信するとすぐに、show ap join stats リストに追加されます。
注:コントローラは、リブートされるまで、APをshow ap join statsリストから削除しません。場合によっては、障害が発生した AP は、2 日以上接続を試行したり、完全にオフラインになったりします。show ap join stats detail コマンドを使用して、最後のディスカバリ要求および最後の接続要求が AP からいつ送信されたかを確認して、AP がコントローラと切断されているか、または別のコントローラに移動された可能性があるかを判別できます。
出力には、コントローラがディスカバリ要求を受信したAPの合計数が示され、それらのAPが現在コントローラに加入しているかどうかがリストされます。
(Cisco Controller) > show ap join stats summary all
Number of APs................................. 3
00:0b:85:1b:7c:b0............................. Joined
00:12:44:bb:25:d0............................. Joined
00:13:19:31:9c:e0............................. Not joined
接続していないAPのMACアドレスを確認したら、show ap join stats summary <mac addr>を使用して、最後の接続と失敗の理由を検出します。
(Cisco Controller) >show ap join stats summary 00:14:f2:63:12:50
Is the AP currently connected to controller............. Yes
Time at which the AP joined this controller last time...
Jan 24 12:21:32.414
Type of error that occurred last........................
AP got or has been disconnected
Reason for error that occurred last.....................
Timed out while waiting for ECHO response from the AP
Time at which the last join error occurred..............
Jan 24 12:21:14.751
ディスカバリ要求、接続要求および設定要求の詳細を確認する場合は、show ap join stats detail <mac-address>コマンドを使用します。 このコマンドは、コントローラが AP から、接続要求ではなく、ディスカバリ要求を受信したかどうかだけ示します。
(Cisco Controller) >show ap join stats detail 00:14:f2:63:12:50
Discovery phase statistics
- Discovery requests received........................... 2
- Successful discovery responses sent................... 2
- Unsuccessful discovery request processing............. 0
- Reason for last unsuccessful discovery attempt........
Not applicable
- Time at last successful discovery attempt.............
Jan 24 12:21:20.547
- Time at last unsuccessful discovery attempt...........
Not applicable
Join phase statistics
- Join requests received................................ 2
- Successful join responses sent........................ 2
- Unsuccessful join request processing.................. 0
- Reason for last unsuccessful join attempt.............
Not applicable
- Time at last successful join attempt..................
Jan 24 12:21:30.669
- Time at last unsuccessful join attempt................
Not applicable
Configuration phase statistics
- Configuration requests received....................... 2
- Successful configuration responses sent............... 2
- Unsuccessful configuration request processing......... 0
- Reason for last unsuccessful configuration attempt....
Not applicable
- Successful configuration attempt......................
Jan 24 12:21:32.414
- Time at last unsuccessful configuration attempt.......
Not applicable
Last AP message decryption failure details
- Reason for last message decryption failure............
Not applicable
Last AP disconnect details
- Reason for last AP connection failure.................
Timed out while waiting for ECHO response from the AP
Last join error summary
- Type of error that occurred last......................
AP got or has been disconnected
- Reason for error that occurred last...................
Timed out while waiting for ECHO response from the AP
- Time at which the last join error occurred............
Jan 24 12:21:14.751
例 1
この場合、コントローラの時間が間違っています。このエラーは、AP 証明書ペイロードが無効であることを示します。このエラーの原因は、コントローラの時間が、証明書の有効期限期間外になっていたことです。show time コマンドを使用して、時間が正しいか確認します。
注:1993年3月6日の時刻値は次のとおりです。これは、NTP が設定されていないコントローラのクロック ステータスです。
タイムスタンプ付きのレポート統計情報を結合するAPの3つのフェーズは、ディスカバリ、結合、設定フェーズです。Last Error Summaryをチェックし、APが加入に失敗した理由または接続解除された理由を確認します。
(Cisco Controller) >show ap join stats detailed 00:14:1b:5a:40:10
Discovery phase statistics
- Discovery requests received........................... 2
- Successful discovery responses sent................... 1
- Unsuccessful discovery request processing............. 2113123
- Reason for last unsuccessful discovery attempt........
Discovery request received on unsupported VLAN
- Time at last successful discovery attempt.............
Mar 06 19:03:50.779
- Time at last unsuccessful discovery attempt...........
Mar 06 19:03:50.782
Join phase statistics
- Join requests received................................ 1
- Successful join responses sent........................ 0
- Unsuccessful join request processing.................. 1
- Reason for last unsuccessful join attempt.............
Certificate payload in join request contains
invalid certificate
- Time at last successful join attempt..................
Not applicable
- Time at last unsuccessful join attempt................
Mar 06 19:04:00.810
Configuration phase statistics
- Configuration requests received....................... 0
- Successful configuration responses sent............... 0
- Unsuccessful configuration request processing......... 0
- Reason for last unsuccessful configuration attempt....
Not applicable
- Time at last successful configuration attempt.........
Not applicable
- Time at last unsuccessful configuration attempt.......
Not applicable
Last AP message decryption failure details
- Reason for last message decryption failure............
Not applicable
Last AP disconnect details
- Reason for last AP connection failure.................
Not applicable
Last join error summary
- Type of error that occurred last......................
Lwapp join request rejected
- Reason for error that occurred last...................
Certificate payload in join request contains invalid
certificate
- Time at which the last join error occurred............
Mar 06 19:04:00.810
例 2
この場合、AP は、管理 IP アドレス VLAN ではなく、VLAN のディスカバリ要求を送信します。コントローラは、管理インターフェイス サブネットで受信されないすべてのディスカバリ要求を拒否します。
(Cisco Controller) >show ap join stats detailed 00:14:1b:5a:40:10
Discovery phase statistics
- Discovery requests received........................... 10
- Successful discovery responses sent................... 5
- Unsuccessful discovery request processing............. 2113123
- Reason for last unsuccessful discovery attempt........
Discovery request received on unsupported VLAN
- Time at last successful discovery attempt.............
Jan 30 14:30:12.284
- Time at last unsuccessful discovery attempt...........
Jan 30 14:30:12.288
Join phase statistics
- Join requests received................................ 4
- Successful join responses sent........................ 0
- Unsuccessful join request processing.................. 4
- Reason for last unsuccessful join attempt.............
Certificate payload in join request contains invalid
certificate
- Time at last successful join attempt..................
Not applicable
- Time at last unsuccessful join attempt................
Mar 06 19:19:03.345
Configuration phase statistics
- Configuration requests received....................... 0
- Successful configuration responses sent............... 0
- Unsuccessful configuration request processing......... 0
- Reason for last unsuccessful configuration attempt....
Not applicable
- Time at last successful configuration attempt.........
Not applicable
- Time at last unsuccessful configuration attempt.......
Not applicable
Last AP message decryption failure details
- Reason for last message decryption failure............
Not applicable
Last AP disconnect details
- Reason for last AP connection failure.................
Not applicable
Last join error summary
- Type of error that occurred last......................
Failed to send Lwapp discovery response
- Reason for error that occurred last...................
Discovery request received on unsupported VLAN
- Time at which the last join error occurred............
Jan 30 14:30:12.288
(Cisco Controller) >
例 3
この場合、AP は、このコントローラからそのプライマリ コントローラに移動しました。
注:エラーが発生する原因はいくつかあり、その1つはネットワークの中断です。
(Cisco Controller) >show ap join stats detailed 00:14:1b:5a:40:10
Discovery phase statistics
- Discovery requests received........................... 23
- Successful discovery responses sent................... 23
- Unsuccessful discovery request processing............. 0
- Reason for last unsuccessful discovery attempt........
Not applicable
- Time at last successful discovery attempt.............
Jan 30 14:39:38.526
- Time at last unsuccessful discovery attempt...........
Not applicable
Join phase statistics
- Join requests received................................ 21
- Successful join responses sent........................ 21
- Unsuccessful join request processing.................. 0
- Reason for last unsuccessful join attempt.............
Not applicable
- Time at last successful join attempt..................
Jan 30 14:39:07.085
- Time at last unsuccessful join attempt................
Not applicable
Configuration phase statistics
- Configuration requests received....................... 21
- Successful configuration responses sent............... 21
- Unsuccessful configuration request processing......... 0
- Reason for last unsuccessful configuration attempt....
Not applicable
- Time at last successful configuration attempt.........
Jan 30 14:39:09.481
- Time at last unsuccessful configuration attempt.......
Not applicable
Last AP message decryption failure details
- Reason for last message decryption failure............
Not applicable
Last AP disconnect details
- Reason for last AP connection failure.................
Timed out while waiting for ECHO response from the AP
Last join error summary
- Type of error that occurred last......................
AP got or has been disconnected
- Reason for error that occurred last...................
Timed out while waiting for ECHO response from the AP
- Time at which the last join error occurred............
Jan 30 14:40:15.451
例 4
この場合、AP の自己署名証明書(SSC)が、コントローラで正しくありませんでした。コントローラは、常に、定義された RADIUS サーバに要求を送信する前に、ローカル データベースを確認します。その結果、コントローラがSSCをローカルで検出できない場合、「RADIUS authorization pends for AP」というエラーメッセージが表示されます。
(Cisco Controller) >show ap join stats detailed 00:13:5f:fa:88:50
Discovery phase statistics
- Discovery requests received........................... 2
- Successful discovery responses sent................... 1
- Unsuccessful discovery request processing............. 2113123
- Reason for last unsuccessful discovery attempt........
Discovery request received on unsupported VLAN
- Time at last successful discovery attempt.............
Jan 30 14:58:58.070
- Time at last unsuccessful discovery attempt...........
Jan 30 14:58:58.071
Join phase statistics
- Join requests received................................ 1
- Successful join responses sent........................ 0
- Unsuccessful join request processing.................. 1
- Reason for last unsuccessful join attempt.............
RADIUS authorization is pending for the AP
- Time at last successful join attempt..................
Not applicable
- Time at last unsuccessful join attempt................
Jan 30 14:59:13.111
Configuration phase statistics
- Configuration requests received....................... 0
- Successful configuration responses sent............... 0
- Unsuccessful configuration request processing......... 0
- Reason for last unsuccessful configuration attempt....
Not applicable
- Time at last successful configuration attempt.........
Not applicable
- Time at last unsuccessful configuration attempt.......
Not applicable
Last AP message decryption failure details
- Reason for last message decryption failure............
Not applicable
Last AP disconnect details
- Reason for last AP connection failure.................
Radius authorization of the AP has failed
Last join error summary
- Type of error that occurred last......................
AP got or has been disconnected
- Reason for error that occurred last...................
Radius authorization of the AP has failed
- Time at which the last join error occurred............
Jan 30 14:59:13.117
(Cisco Controller) >
例 5
(Cisco Controller) >show ap join stats detailed 0026cb8168c0
Discovery phase statistics
- Discovery requests received.............................. 202
- Successful discovery responses sent...................... 0
- Unsuccessful discovery request processing................ 0
- Reason for last unsuccessful discovery attempt........... Not applicable
- Time at last successful discovery attempt................ Not applicable
- Time at last unsuccessful discovery attempt.............. Not applicable
Join phase statistics
- Join requests received................................... 122
- Successful join responses sent........................... 0
- Unsuccessful join request processing..................... 0
- Reason for last unsuccessful join attempt................ Not applicable
- Time at last successful join attempt..................... Not applicable
- Time at last unsuccessful join attempt................... Not applicable
Configuration phase statistics
- Configuration requests received.......................... 115
- Successful configuration responses sent.................. 0
- Unsuccessful configuration request processing............ 0
- Reason for last unsuccessful configuration attempt....... Not applicable
--More-- or (q)uit
- Time at last successful configuration attempt............ Not applicable
- Time at last unsuccessful configuration attempt.......... Not applicable
Last AP message decryption failure details
- Reason for last message decryption failure............... Not applicable
Last AP disconnect details
- Reason for last AP connection failure.................... Image data
request received from an unsupported AP
Last join error summary
- Type of error that occurred last......................... AP got or
has been disconnected
- Reason for error that occurred last...................... Image data
request received from an unsupported AP
- Time at which the last join error occurred............... Feb 16
00:50:16.841
Discovery phase statistics
- Discovery requests received.............................. 44
- Successful discovery responses sent...................... 44
- Unsuccessful discovery request processing................ 0
- Reason for last unsuccessful discovery attempt........... Not applicable
- Time at last successful discovery attempt................ Feb 26 18:36:24.098
- Time at last unsuccessful discovery attempt.............. Not applicable
Join phase statistics
- Join requests received................................... 44
- Successful join responses sent........................... 0
- Unsuccessful join request processing..................... 44
- Reason for last unsuccessful join attempt................ Join request receive
d from an unsupported AP
- Time at last successful join attempt..................... Not applicable
- Time at last unsuccessful join attempt................... Feb 26 18:36:39.497
Configuration phase statistics
- Configuration requests received.......................... 0
- Successful configuration responses sent.................. 0
- Unsuccessful configuration request processing............ 0
- Reason for last unsuccessful configuration attempt....... Not applicable
- Time at last successful configuration attemp--More-- or (q)uit
t............ Not applicable
- Time at last unsuccessful configuration attempt.......... Not applicable
Last AP message decrytion failure details
- Reason for last message decryption failure............... Not applicable
Last AP disconnect details
- Reason for last AP connection failure.................... Not applicable
Last join error summary
- Type of error that occurred last......................... Lwapp join request r
ejected
- Reason for error that occurred last...................... Join request receive
d from an unsupported AP
- Time at which the last join error occurred............... Feb 26 18:36:39.497
関連情報