cancel
Showing results for 
Search instead for 
Did you mean: 

command for local packet capture on x460 v16

command for local packet capture on x460 v16

Kaon_Thana
New Contributor II

Found this article but this command doesnt exist:
https://extremeportal.force.com/ExtrArticleDetail?an=000082238

11 REPLIES 11

StephenW
Extreme Employee
You have to upload it to a TFTP server. If you have Console access you can use my first command. It will display the packets to the console.

Edward_Tsui
Extreme Employee
As far as I know, there is no built-in tool to view the content, all you need is to TFTP it to somewhere and open with wireshark

Kaon_Thana
New Contributor II
Thanks! Is there a built in command to view the file without using TFTP to upload it somewhere?

'cat' doesn't work

StephenW
Extreme Employee
This is better. "debug packet capture ports 48 on count 100 file-name pcap_capture"

It captures 100 packets and places them in a .pcap file called pcap_capture.pcap in /usr/local/tmp on the switch.

ls /usr/local/tmp

StephenW
Extreme Employee
debug packet capture ports 48 on print-to-console Make sure your on console.

GTM-P2G8KFN