はじめに
本ドキュメントは Cat3850/3650 において CPU パケットキャプチャ方法を記載します。
** CPU パケットキャプチャによる切り分け後に、さらなる原因追求のために新たな情報を追加でお願いする場合はありますのでご了承ください。**
CPU パケットキャプチャ方法
Cat3850/3650 において CPU パケットキャプチャは以下のように取得できます。
1. 特権モードで下記コンフィグを投入
3850/3650#monitor capture <name> control-plane both
3850/3650#monitor capture <name> match <条件>
3850/3650#monitor capture <name> file location flash:<file name.enc> size <size>
下記コマンドでパケット数も指定可能
3850/3650#monitor capture <name> limit packets <number>
2. キャプチャ実施
3850/3650#monitor capture <name> start
3. しばらく待つ
4. キャプチャ停止
3850/3650#monitor capture <name> stop
5. dir flash: でパケットキャプチャファイルの生成を確認後該当ファイルを取得
6. 実施完了後に関連コンフィグを削除
3850/3650#no monitor capture <name>