我曾尝试在 Dell 2024 上捕获到 NVRAM,但没有成功。这是我尝试过的:
enable
configure
monitor capture file size 512
monitor capture mode file
exit
monitor capture start
<generate traffic ...>
monitor capture stop
copy flash://cpuPktCapture.pcap scp://<user>@<ip>/home/pi/cpuPktCapture.pcap
所有监视器命令都可以正确执行。复制命令生成:
ERROR: File cpuPktCapture.pcap not exist!
在捕获期间,show monitor capture
显示:
g05hsw01#show monitor capture
Operational Status............................. Enabled
Current Capturing Type......................... File
Capturing Traffic Mode......................... Tx/Rx
Line Wrap Mode................................. Disabled
RPCAP Listening Port........................... 2002
RPCAP dump file size (KB)...................... 512
我究竟做错了什么?
相关问题:有没有办法获取交换机文件系统中的文件列表?