1.在特权模式下进入如下配置
switch#monitorcaptureXXXinterfaceGix/x/xboth或control-planboth<<<<<control-plan为CPU抓包 switch#monitorcaptureXXXmatchany或access-listXX switch#monitorcaptureXXXfilelocationflash:XXX.pcapsize<size>
我们也可以使用以下命令指定数据包的数量
switch#monitorcaptureXXXlimitpackets<number>
使用以下命令查看配置结果:
switch#showmonitorcaptureXXX
2.抓包开始:
switch#monitorcaptureXXXstart
3.此时复现问题或进行测试
4.停止抓包
switch#monitorcaptureXXXstop
5.通过dir flash:来确认抓包文件是否生成,一些平台也可通过命令查看:
switch#showmonitorcapturefileflash:XXX.pcap
6.完成后删除相关配置
switch#nomonitorcaptureXXX