我尝试过在戴尔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我做错了什么?
相关问题:是否有方法获取开关文件系统中的文件列表?
发布于 2016-06-18 09:35:23
尝试dir似乎解决了您的问题,给您显示了真正的文件名。
https://networkengineering.stackexchange.com/questions/32356
复制相似问题