<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: command for local packet capture on x460 v16 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19695#M1055</link>
    <description>&lt;P&gt;Hi David,&lt;BR /&gt;&lt;BR /&gt;that is a good question, I do not know the answer either. If I remember correctly, older EXOS versions (15.1, 15.3) allowed capture of traffic hitting the CPU only. The interface name used for this contained "bcm", I think.&lt;BR /&gt;&lt;BR /&gt;The GTAC Knowledge article mentioned above pertains to EXOS 15.4 and later and uses EXOS front-port names.&lt;BR /&gt;&lt;BR /&gt;Looking forward to an authoritative answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Erik&lt;BR /&gt;&lt;BR /&gt;BTW there is an article to capture management port traffic as well: &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000079220" target="_blank" rel="nofollow noreferrer noopener"&gt;How do i take a packet capture of the management port?&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 18:43:00 GMT</pubDate>
    <dc:creator>Erik_Auerswald</dc:creator>
    <dc:date>2016-10-26T18:43:00Z</dc:date>
    <item>
      <title>command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19686#M1046</link>
      <description>&lt;P&gt;Found this article but this command doesnt exist:&lt;BR /&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000082238" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000082238&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 01:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19686#M1046</guid>
      <dc:creator>Kaon_Thana</dc:creator>
      <dc:date>2016-10-25T01:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19687#M1047</link>
      <description>It does.  But the command is hidden and you can't tab through it.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2016 01:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19687#M1047</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-10-25T01:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19688#M1048</link>
      <description>I see thanks. I tried this:&lt;BR /&gt;
&lt;BR /&gt;
debug packet capture ports 48 on print-to-console&lt;BR /&gt;
&lt;BR /&gt;
And got no result. How can I view the packets on a specific port?</description>
      <pubDate>Tue, 25 Oct 2016 02:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19688#M1048</guid>
      <dc:creator>Kaon_Thana</dc:creator>
      <dc:date>2016-10-25T02:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19689#M1049</link>
      <description>debug packet capture ports 48 on print-to-console  Make sure your on console.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2016 02:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19689#M1049</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-10-25T02:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19690#M1050</link>
      <description>This is better.  "debug packet capture ports 48 on count 100 file-name pcap_capture" &lt;BR /&gt;
&lt;BR /&gt;
It captures 100 packets and places them in a .pcap file called pcap_capture.pcap  in /usr/local/tmp on the switch.&lt;BR /&gt;
&lt;BR /&gt;
ls /usr/local/tmp&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2016 02:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19690#M1050</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-10-25T02:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19691#M1051</link>
      <description>Thanks! Is there a built in command to view the file without using TFTP to upload it somewhere?&lt;BR /&gt;
&lt;BR /&gt;
'cat' doesn't work</description>
      <pubDate>Tue, 25 Oct 2016 02:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19691#M1051</guid>
      <dc:creator>Kaon_Thana</dc:creator>
      <dc:date>2016-10-25T02:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19692#M1052</link>
      <description>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</description>
      <pubDate>Tue, 25 Oct 2016 07:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19692#M1052</guid>
      <dc:creator>Edward_Tsui</dc:creator>
      <dc:date>2016-10-25T07:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19693#M1053</link>
      <description>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.</description>
      <pubDate>Tue, 25 Oct 2016 07:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19693#M1053</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-10-25T07:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19694#M1054</link>
      <description>I am not sure what started the debate around our office, but I am hoping someone can clear it up.&lt;BR /&gt;
&lt;BR /&gt;
Does this packet capture method capture all traffic or just traffic that hits the cpu? I see that ingress and egress have to be captured separately, but will we see all ingress or egress traffic?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
      <pubDate>Wed, 26 Oct 2016 18:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19694#M1054</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2016-10-26T18:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19695#M1055</link>
      <description>&lt;P&gt;Hi David,&lt;BR /&gt;&lt;BR /&gt;that is a good question, I do not know the answer either. If I remember correctly, older EXOS versions (15.1, 15.3) allowed capture of traffic hitting the CPU only. The interface name used for this contained "bcm", I think.&lt;BR /&gt;&lt;BR /&gt;The GTAC Knowledge article mentioned above pertains to EXOS 15.4 and later and uses EXOS front-port names.&lt;BR /&gt;&lt;BR /&gt;Looking forward to an authoritative answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Erik&lt;BR /&gt;&lt;BR /&gt;BTW there is an article to capture management port traffic as well: &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000079220" target="_blank" rel="nofollow noreferrer noopener"&gt;How do i take a packet capture of the management port?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 18:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19695#M1055</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-10-26T18:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19696#M1056</link>
      <description>I was told when you start capturing on a port with "debug packet" an internal ACL is created to kick the port traffic to CPU, and it's captured from the CPU.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19696#M1056</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-10-26T20:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: command for local packet capture on x460 v16</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19697#M1057</link>
      <description>When I ran the above "debug packet capture" command I was not able to see traffic like pings/udp going through the port. I only saw this traffic after I enabled a port mirror to another server on the switch.</description>
      <pubDate>Wed, 26 Oct 2016 21:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/command-for-local-packet-capture-on-x460-v16/m-p/19697#M1057</guid>
      <dc:creator>Kaon_Thana</dc:creator>
      <dc:date>2016-10-26T21:23:00Z</dc:date>
    </item>
  </channel>
</rss>

