<?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: Nexus bash-shell tcpdump capture packets on switchport in Nexus Devices</title>
    <link>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4692136#M321</link>
    <description>&lt;P&gt;Hi Tony!&lt;/P&gt;
&lt;P&gt;Both the &lt;A href="https://www.cisco.com/c/en/us/support/docs/switches/nexus-7000-series-switches/116136-trouble-ethanalyzer-nexus7000-00.html" target="_self"&gt;Ethanalyzer capture tool&lt;/A&gt; and tcpdump/tshark in the Bash shell of NX-OS devices only support capturing control plane traffic. Data plane traffic (both routed and switched) will not be captured by either Ethanalyzer or tcpdump/tshark.&lt;/P&gt;
&lt;P&gt;If you are interested in capturing data plane traffic for troubleshooting purposes on Cisco Cloud Scale-based Nexus switches (which both the N9K-C93108TC-FX and N9K-C92348GC-X are), you may be interested in the &lt;A href="https://www.cisco.com/c/en/us/support/docs/switches/nexus-9000-series-switches/215329-nexus-9000-cloud-scale-asic-nx-os-span-t.html" target="_self"&gt;SPAN-to-CPU&lt;/A&gt; or &lt;A href="https://www.cisco.com/c/en/us/support/docs/switches/nexus-9000-series-switches/213848-nexus-9000-cloud-scale-asic-tahoe-nx-o.html" target="_self"&gt;ELAM&lt;/A&gt; features.&lt;/P&gt;
&lt;P&gt;I hope this helps - thank you!&lt;/P&gt;
&lt;P&gt;-Christopher&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2022 13:56:34 GMT</pubDate>
    <dc:creator>Christopher Hart</dc:creator>
    <dc:date>2022-09-22T13:56:34Z</dc:date>
    <item>
      <title>Nexus bash-shell tcpdump capture packets on switchport</title>
      <link>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4691582#M317</link>
      <description>&lt;P&gt;Hello Cisco world,&lt;/P&gt;&lt;P&gt;I'm currently troubleshooting a problem, where I want to see if specific packets (e.g. ICMP) are entering and/or leaving a specific switch ports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used tcpdump (&lt;EM&gt;bash-4.2# tcpdump -i Eth1-2&lt;/EM&gt;) via bash-shell, but all I see are rapid spanning tree control packets. I don't see any data packets. I tested it on trunk and access ports. I'm sure that the packets are switched via these ports, but I can't see them in tcpdump output.&lt;/P&gt;&lt;P&gt;Do you have any idea if I'm doing something wrong, or is there a known bug or limitation?&lt;/P&gt;&lt;P&gt;Tested on&amp;nbsp;C93108TC-FX and&amp;nbsp;C92348GC-X with nxos 10.1.1&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 18:34:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4691582#M317</guid>
      <dc:creator>Tony Rosolek</dc:creator>
      <dc:date>2022-09-21T18:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus bash-shell tcpdump capture packets on switchport</title>
      <link>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4691684#M318</link>
      <description>&lt;P&gt;can you check are you using the right interface&lt;/P&gt;
&lt;P&gt;#ifconfig Eth1-2&lt;/P&gt;
&lt;P&gt;#tcpdump -A -i Eth1-2 (check with this command)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 23:14:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4691684#M318</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-09-21T23:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus bash-shell tcpdump capture packets on switchport</title>
      <link>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4691849#M319</link>
      <description>&lt;P&gt;Yes, I'm sure that I used the correct interface. I also compared MAC address displayed via "sh int eth1/2" (IOS) and ifconfig Eth1-2 (bash). It's the correct interface, but all I see is Rapid STP Traffic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Might there be some limitation that Tcpdump on Nexus only shows Control-Traffic and maybe routed packets via TCPDump? But no switched traffic?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 09:18:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4691849#M319</guid>
      <dc:creator>Tony Rosolek</dc:creator>
      <dc:date>2022-09-22T09:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus bash-shell tcpdump capture packets on switchport</title>
      <link>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4692013#M320</link>
      <description>&lt;P&gt;is this layer2 intercace or layer3 interface, can you post ifconfig eth1-2 to look ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 10:16:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4692013#M320</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-09-22T10:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus bash-shell tcpdump capture packets on switchport</title>
      <link>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4692136#M321</link>
      <description>&lt;P&gt;Hi Tony!&lt;/P&gt;
&lt;P&gt;Both the &lt;A href="https://www.cisco.com/c/en/us/support/docs/switches/nexus-7000-series-switches/116136-trouble-ethanalyzer-nexus7000-00.html" target="_self"&gt;Ethanalyzer capture tool&lt;/A&gt; and tcpdump/tshark in the Bash shell of NX-OS devices only support capturing control plane traffic. Data plane traffic (both routed and switched) will not be captured by either Ethanalyzer or tcpdump/tshark.&lt;/P&gt;
&lt;P&gt;If you are interested in capturing data plane traffic for troubleshooting purposes on Cisco Cloud Scale-based Nexus switches (which both the N9K-C93108TC-FX and N9K-C92348GC-X are), you may be interested in the &lt;A href="https://www.cisco.com/c/en/us/support/docs/switches/nexus-9000-series-switches/215329-nexus-9000-cloud-scale-asic-nx-os-span-t.html" target="_self"&gt;SPAN-to-CPU&lt;/A&gt; or &lt;A href="https://www.cisco.com/c/en/us/support/docs/switches/nexus-9000-series-switches/213848-nexus-9000-cloud-scale-asic-tahoe-nx-o.html" target="_self"&gt;ELAM&lt;/A&gt; features.&lt;/P&gt;
&lt;P&gt;I hope this helps - thank you!&lt;/P&gt;
&lt;P&gt;-Christopher&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 13:56:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/4692136#M321</guid>
      <dc:creator>Christopher Hart</dc:creator>
      <dc:date>2022-09-22T13:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nexus bash-shell tcpdump capture packets on switchport</title>
      <link>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/5350654#M538</link>
      <description>&lt;P&gt;Thank-you&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/345526"&gt;@Christopher Hart&lt;/a&gt;.&amp;nbsp;Head on nail for the OP and my solved my requirements too.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 07:56:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nexus-devices/nexus-bash-shell-tcpdump-capture-packets-on-switchport/m-p/5350654#M538</guid>
      <dc:creator>jokey</dc:creator>
      <dc:date>2025-11-28T07:56:24Z</dc:date>
    </item>
  </channel>
</rss>

