command for local packet capture on x460 v16
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-24-2016 06:48 PM
Found this article but this command doesnt exist:
https://extremeportal.force.com/ExtrArticleDetail?an=000082238
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-25-2016 12:31 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-25-2016 12:27 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-24-2016 07:15 PM
Thanks! Is there a built in command to view the file without using TFTP to upload it somewhere?
'cat' doesn't work
'cat' doesn't work
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-24-2016 07:09 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-24-2016 07:04 PM
debug packet capture ports 48 on print-to-console Make sure your on console.
