新的一年
新的征程
新的课程开班
等你来学!
1.在特权模式下进入如下配置
switch#monitor capture XXX interface Gix/x/x both 或 control-plan both <<<<< control-plan为CPU抓包
switch#monitor capture XXX match any 或 access-list XX
switch#monitor capture XXX file location flash:XXX.pcap size
我们也可以使用以下命令指定数据包的数量
switch#monitor capture XXX limit packets
使用以下命令查看配置结果:
switch#show monitor capture XXX
2.抓包开始:
switch#monitor capture XXX start
3.此时复现问题或进行测试
4.停止抓包
switch#monitor capture XXX stop
5.通过dir flash:来确认抓包文件是否生成,一些平台也可通过命令查看:
switch#show monitor capture file flash:XXX.pcap
6.完成后删除相关配置
switch#no monitor capture XXX