<?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: Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos in Embedded Connectivity</title>
    <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1248305#M2865</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/146690"&gt;@Mike1111111&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P&gt;You should address a reference the networking issues of the cited Operating System (OS) in the channel stated on the following website:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.centos.org/viewforum.php?f=50" target="_blank"&gt;https://forums.centos.org/viewforum.php?f=50&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 22:03:25 GMT</pubDate>
    <dc:creator>CarlosAM_INTEL</dc:creator>
    <dc:date>2021-01-20T22:03:25Z</dc:date>
    <item>
      <title>Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245175#M2851</link>
      <description>&lt;P&gt;We are using a Single Board Computer which has a Intel I210-IT Ethernet Controller on it.&amp;nbsp; We are finding that the I210-IT is stripping off the VLAN Tag as it processes packets.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a diagram of my setup;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a SBC running Centos 7 with a physical Ethernet Adapter (ens35u1) which uses the Intel I210-IT. It is tied to a trunk from a Layer 2 switch. The trunk has two VLANs on it and the native VLAN.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="small.jpg" style="width: 830px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14673i87584BE657C5C85B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="small.jpg" alt="small.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Off of ens35u1 I have two Virtual Interfaces ens35u1.101 and&amp;nbsp;ens35u1.102.&amp;nbsp; ens35u1.101 will handle VLAN 101 traffic and ens35u1.102 will handle VLAN 102 traffic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I verified that the egress packets from each VLAN interface are tagged with the appropriate VLAN tags and sent on the Trunk to the Layer 2 Switch:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.101&lt;/STRONG&gt;&amp;nbsp; is setup to tag egress packets with a VLAN tag = 101&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.102&lt;/STRONG&gt;&amp;nbsp; is setup to tag egress packets with a VLAN tag = 102&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The defined operation for ingress packets to the VLAN interfaces is as follows;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.101&lt;/STRONG&gt;&amp;nbsp; will filter ingress packets for a VLAN tag = 101 and ignore all other packets different VLAN tags&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.102&lt;/STRONG&gt;&amp;nbsp; will filter ingress packets for a VLAN tag = 102 and ignore all other packets different VLAN tags.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However,&amp;nbsp; instead of the ingress packets being filtered and handled by individual Virtual interface they are receives and handled by&amp;nbsp; both interfaces regardless of the VLAN Tag. They do not appear to filter out VLAN tags that don’t match their particular configuration. In other words:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If the Centos machine receives a packet with a VLAN tag = 101 from the Switch it is being handled by both VLAN interfaces (&lt;STRONG&gt;ens35u1.101 and ens35u1.102&lt;/STRONG&gt;).&amp;nbsp; It should&amp;nbsp; only be processed by&amp;nbsp;&lt;STRONG&gt;ens35u1.101&lt;/STRONG&gt;, and ens35u1.102 should ignore it since it doesn’t match **bleep** configuration.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The same happens if the Centos machine receives a packet with a VLAN tag = 102 from the Switch,&amp;nbsp; it is also being handled by both VLAN interfaces instead of just &lt;STRONG&gt;ens35u1.102&lt;/STRONG&gt;...&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;After looking into it using tcpdump I can see that the physical interface&amp;nbsp;&lt;STRONG&gt;ens35u1&lt;/STRONG&gt; is stripping off the VLAN Tag before passing it on to the Virtual Interfaces.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked at the datasheet for the I&lt;STRONG&gt;NTEL I210-IT&lt;/STRONG&gt;&amp;nbsp; and it states that the device support&amp;nbsp; different modes of operation for handling VLAN Tags. I believe we need to be able to set the device to MODE #3 below in order to pass the VLAN Tags (don't strip them off)&amp;nbsp; onto the Virtual interfaces.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="intelI210-IT.JPG" style="width: 733px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14674i81629F037D9E122D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="intelI210-IT.JPG" alt="intelI210-IT.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There are other post where other folks had this same issue, however it provides a solution for Windows not Linux.&amp;nbsp; Here is the link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Ethernet-Products/How-to-configure-Vlan-tagging-for-I210-IT-amp-I219-LM/td-p/1214721" target="_blank"&gt;https://community.intel.com/t5/Ethernet-Products/How-to-configure-Vlan-tagging-for-I210-IT-amp-I219-LM/td-p/1214721&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really need the instructions that are geared for enabling this mode in a Centos 7 Linux environment.&amp;nbsp; Any help or guidance would be greatly appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks - mike&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 15:32:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245175#M2851</guid>
      <dc:creator>Mike1111111</dc:creator>
      <dc:date>2021-01-11T15:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245262#M2852</link>
      <description>&lt;P&gt;More information to add:&lt;/P&gt;
&lt;P&gt;Looking at Intel's Driver site it is using the igb driver, see below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="driver.JPG" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14683iF495821E713ACF25/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="driver.JPG" alt="driver.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I looked at the Datasheet for the I219-IT and it supports not stripping the VLAN Tag . It is called Mode =3, see excerpt from the datasheet below (page 751):&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A target="_blank"&gt;file:///C:/Users/P009271d/Downloads/333016_I210_Datasheet_v_3_6.pdf&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="intelI210-IT.JPG" style="width: 733px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14684i8D3D12AAEE0F92E6/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="intelI210-IT.JPG" alt="intelI210-IT.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is a link to the igb driver but not sure what I need to do to keep it from stripping the VLAN Tag.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://downloadmirror.intel.com/13663/eng/readme.txt" target="_blank" rel="nofollow noopener noreferrer"&gt;https://downloadmirror.intel.com/13663/eng/readme.txt&lt;/A&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.kernel.org/doc/html/latest/networking/device_drivers/ethernet/intel/igb.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.kernel.org/doc/html/latest/networking/device_drivers/ethernet/intel/igb.html&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I would like to know what I need to do to read those settings and then put it into Mode =3 in a Linux environment.&amp;nbsp; Any help would e greatly appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks - mike&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 20:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245262#M2852</guid>
      <dc:creator>Mike1111111</dc:creator>
      <dc:date>2021-01-11T20:56:39Z</dc:date>
    </item>
    <item>
      <title>Re:Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245409#M2853</link>
      <description>&lt;P&gt;Hi Mike1111111,&lt;/P&gt;&lt;P&gt;Thank you for posting in our Intel® Ethernet Communities Page.&lt;/P&gt;&lt;P&gt;We are sorry to hear about the issue that you are experiencing with your network adapter.&amp;nbsp; We appreciate the additional information that you have provided. &lt;/P&gt;&lt;P&gt;So we would have a better understanding of your issue, please provide the following information:&lt;/P&gt;&lt;P&gt;1. Please download and run our Intel® System Support Utility from this page, &lt;A href="https://downloadcenter.intel.com/download/26735/Intel-System-Support-Utility-for-the-Linux-Operating-System#:~:text=Intel%20SSU%20for%20the%20Linux,and%20shared%20by%20the%20user" target="_blank"&gt;https://downloadcenter.intel.com/download/26735/Intel-System-Support-Utility-for-the-Linux-Operating-System#:~:text=Intel%20SSU%20for%20the%20Linux,and%20shared%20by%20the%20user&lt;/A&gt;. After running it, you will be given an option to save the logs to a text file, please do so and attach the file on your reply.&lt;/P&gt;&lt;P&gt;2. Kindly provide us the results of this command: ethtool -i ethx where ethx is the Ethernet port.&lt;/P&gt;&lt;P&gt;We look forward to hearing from you. If we do not get your reply, we will follow up after 3 business days.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alfred S&lt;/P&gt;&lt;P&gt;Intel® Customer Support&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2021 06:23:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245409#M2853</guid>
      <dc:creator>AlfredoS_Intel</dc:creator>
      <dc:date>2021-01-12T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245525#M2854</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi AlfredoS,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thank you, I appreciate your help.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;When I ran &lt;STRONG&gt;ssu.sh&lt;/STRONG&gt; it indicated that it was not supported on this OS and prompted me to load&amp;nbsp;&lt;STRONG&gt;hdparm &lt;/STRONG&gt;which I did. I included the console output below just in case.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;[eio@localhost Downloads]$ sudo ./ssu.sh &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;This product is not supported on this operating system.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Would you like to try to scan? (y/n)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;y&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Cannot get driver information: Operation not supported&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;The &lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;hdparm&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt; package is recommended to retrieve hdparm details.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Would you like to try and install it now? (y/n)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;y&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;I attached the following files as you requested:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;localhost.localdomain.txt&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- output of running your tools&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;ethtoolOutput1.txt&amp;nbsp; &lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - contains the "ethtool -i" for the physical &lt;STRONG&gt;ens35u1&lt;/STRONG&gt; and both virtual adapters (&lt;STRONG&gt;ens35u1.101 and&amp;nbsp;ens35u1.102)&amp;nbsp;&lt;/STRONG&gt;that are children of&amp;nbsp;&lt;STRONG&gt;ens35u1.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;In addition, I also added the following file which contains the output of&amp;nbsp; "ethtool -k" for the physical ens35u1 and both virtual&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;ethtoolOutput2.txt&amp;nbsp;&lt;/FONT&gt; &lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - contains the "ethtool -k" for the physical ens35u1 and both virtual &lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I added &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;ethtoolOutput2.txt&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;because I had read some blogs that said one of the parameters called&amp;nbsp;&lt;STRONG&gt;rx-vlan-offload&lt;/STRONG&gt;: may cause VLAN tag Stripping?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Please let me know if there is anything else you need.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Regards,&amp;nbsp; mike&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 16:42:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245525#M2854</guid>
      <dc:creator>Mike1111111</dc:creator>
      <dc:date>2021-01-12T16:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245606#M2855</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi AlfredoS,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I tried running your program again using a different option and it seemed to work so I am attaching the file All_Information.txt to this post..&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT face="courier new,courier"&gt;[eio@localhost Downloads]$ &lt;STRONG&gt;sudo ./ssu.sh -o=All_Information.txt&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[sudo] password for eio: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;This product is not supported on this operating system.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Would you like to try to scan? (y/n)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;y&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Cannot get driver information: Operation not supported&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thanks - mike&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 20:01:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245606#M2855</guid>
      <dc:creator>Mike1111111</dc:creator>
      <dc:date>2021-01-12T20:01:05Z</dc:date>
    </item>
    <item>
      <title>Re:Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245669#M2856</link>
      <description>&lt;P&gt;Hi Mike1111111,&lt;/P&gt;&lt;P&gt;Thank you providing those information.&lt;/P&gt;&lt;P&gt;Please allow us some time to check on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will get back to you no later than 3 business days from now.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alfred S&lt;/P&gt;&lt;P&gt;Intel® Customer Support&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2021 23:50:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1245669#M2856</guid>
      <dc:creator>AlfredoS_Intel</dc:creator>
      <dc:date>2021-01-12T23:50:47Z</dc:date>
    </item>
    <item>
      <title>Re:Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1246111#M2857</link>
      <description>&lt;P&gt;Hi Mike1111111,&lt;/P&gt;&lt;P&gt;Thank you for waiting for our update.&lt;/P&gt;&lt;P&gt;While we were closely checking your concern, we find the need to confirm some information:&lt;/P&gt;&lt;P&gt;1. May we know the complete model of your ethernet card which is based on the I210-IT ethernet controller?&lt;/P&gt;&lt;P&gt;2. Was this issue not happening before and it only happened after a recent change on your system?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We look forward to your reply. Should we not get your reply, we will follow up after three business days.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alfred S&lt;/P&gt;&lt;P&gt;Intel Customer Support&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jan 2021 04:30:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1246111#M2857</guid>
      <dc:creator>AlfredoS_Intel</dc:creator>
      <dc:date>2021-01-14T04:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1246452#M2858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, we are using the Osprey VL-EPU-3311 Single Board Computer from&amp;nbsp;Versalogic. Here is the link to the board.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.versalogic.com/product/Osprey/" target="_blank"&gt;https://www.versalogic.com/product/Osprey/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a new SW Feature.&lt;/P&gt;
&lt;P&gt;Here is a detailed description of my test setup. But it all breaks down to my original description.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DESCRIPTION:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have setup two Virtual LAN (VLAN) interfaces (&lt;STRONG&gt;ens35u1.101 and ens35u1.102&lt;/STRONG&gt;&lt;EM&gt;) &lt;/EM&gt;off of a parent Physical Ethernet Interface (&lt;STRONG&gt;ens35u1)&lt;/STRONG&gt;. &amp;nbsp;The physical Interface &lt;STRONG&gt;ens35u1&lt;/STRONG&gt; is connected to a Trunk port of a Layer 2 switch, see diagram below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="small.jpg" style="width: 830px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14774i0E642E6E3E722CE1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="small.jpg" alt="small.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I verified that the egress packets from each VLAN interface are tagged with the appropriate VLAN tags and are sent on the Trunk to the Layer 2 Switch:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.101&lt;/STRONG&gt;&amp;nbsp; is setup to tag egress packets with a VLAN tag = 101&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.102&lt;/STRONG&gt;&amp;nbsp; is setup to tag egress packets with a VLAN tag = 102&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I would expect the following operation for ingress packets to the VLAN interfaces.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.101&lt;/STRONG&gt;&amp;nbsp; will filter ingress packets for a VLAN tag = 101 and ignore all other packets different VLAN tags&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;ens35u1.102&lt;/STRONG&gt;&amp;nbsp; will filter ingress packets for a VLAN tag = 102 and ignore all other packets different VLAN tags.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;PROBLEM:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The actual operation for ingress packets us they are handled by both interfaces because the&amp;nbsp; VLAN Tag is being stripped off by ens35u1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FULL TEST SETUP DETAILS:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here is my full test setup, I have two Centos Machines (A and B), &amp;nbsp;they connected through two layer 2 switches (A and B) as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.JPG" style="width: 968px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14775iEF25F926C3858448/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture1.JPG" alt="Capture1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Each Centos Machine has a single physical Ethernet interface called ens35u1 and eth0, respectively.&amp;nbsp;Off of each Physical interface I set up two "child" VLAN interfaces using VLAN ID's 101, and 102 on both machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Centos Machine 'A' VLANS (ens35u1.101 and ens35u1.102)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Centos Machine 'B' VLANS (eth0.101&amp;nbsp;&amp;nbsp;&amp;nbsp; and eth0.102)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is what they look like. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;[eio@localhost ~]$ ifconfig&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;ens35u1: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt;&amp;nbsp; mtu 1500&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;inet 192.168.0.173&amp;nbsp; netmask 255.255.255.0&amp;nbsp; broadcast 192.168.0.255&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 fe80::176a:2296:f962:c68c&amp;nbsp; prefixlen 64&amp;nbsp; scopeid 0x20&amp;lt;link&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ether 50:3e:aa:dc:4f:a6&amp;nbsp; txqueuelen 1000&amp;nbsp; (Ethernet)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets 458&amp;nbsp; bytes 300810 (293.7 KiB)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX errors 0&amp;nbsp; dropped 0&amp;nbsp; overruns 0&amp;nbsp; frame 0&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets 782&amp;nbsp; bytes 443914 (433.5 KiB)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX errors 0&amp;nbsp; dropped 0 overruns 0&amp;nbsp; carrier 0&amp;nbsp; collisions 0&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;ens35u1.101: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt;&amp;nbsp; mtu 1500&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet 192.168.0.121&amp;nbsp; netmask 255.255.255.0&amp;nbsp; broadcast 192.168.0.255&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 fe80::8fd7:549a:c21b:29ed&amp;nbsp; prefixlen 64&amp;nbsp; scopeid 0x20&amp;lt;link&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ether 50:3e:aa:dc:4f:a6&amp;nbsp; txqueuelen 1000&amp;nbsp; (Ethernet)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets 33&amp;nbsp; bytes 20048 (19.5 KiB)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX errors 0&amp;nbsp; dropped 0&amp;nbsp; overruns 0&amp;nbsp; frame 0&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets 64&amp;nbsp; bytes 26646 (26.0 KiB)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX errors 0&amp;nbsp; dropped 0 overruns 0&amp;nbsp; carrier 0&amp;nbsp; collisions 0&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;ens35u1.102: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt;&amp;nbsp; mtu 1500&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet 192.168.0.122&amp;nbsp; netmask 255.255.255.0&amp;nbsp; broadcast 192.168.0.255&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 fe80::a632:8e05:45a3:524e&amp;nbsp; prefixlen 64&amp;nbsp; scopeid 0x20&amp;lt;link&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ether 50:3e:aa:dc:4f:a6&amp;nbsp; txqueuelen 1000&amp;nbsp; (Ethernet)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets 0&amp;nbsp; bytes 0 (0.0 B)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX errors 0&amp;nbsp; dropped 0&amp;nbsp; overruns 0&amp;nbsp; frame 0&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TX packets 63&amp;nbsp; bytes 26516 (25.8 KiB)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TX errors 0&amp;nbsp; dropped 0 overruns 0&amp;nbsp; carrier 0&amp;nbsp; collisions 0&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CONFIGURATION&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Centos Machine 'A' is connected to Layer 2 switch 'A' using a TRUNK that allows VLAN ID's 1, 101,and 102 on it.&lt;/LI&gt;
&lt;LI&gt;Switch 'A' splits the VLANS into their own individual TRUNKs using the VLAN ID before sending it to Switch 'B'.&lt;/LI&gt;
&lt;LI&gt;Switch 'B' then combines the individual VLANs into a single TRUNK before sending it to Machine 'B'.&lt;/LI&gt;
&lt;LI&gt;This configuration is mirrored on both A and B sides of the network&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;OPERATION:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sending Multicast packets:&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Each Machine has two &lt;STRONG&gt;Multicast Transmit threads &lt;/STRONG&gt;(one for each VLAN interface 101 and 102) that periodically multicasts packets out each VLAN interface to port 12345.&lt;/LI&gt;
&lt;LI&gt;I can see the individual packets leaving Centos Machine 'A' onto TRUNK 'A' with the appropriate VLAN ID Tag on the packet.&lt;/LI&gt;
&lt;LI&gt;Switch 'A' steers the packets to the INTER-TRUNK dedicated to that particular VLAN ID and is forwarded to Switch 'B'.&lt;/LI&gt;
&lt;LI&gt;Switch 'B' combines the VLAN Packets back onto TRUNK 'B' and onto Centos Machine 'B'&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Receiving Multicast packets:&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Each Machine has two &lt;STRONG&gt;Multicast Receiver threads&lt;/STRONG&gt; (one for each VLAN interface) that joins a multicast group on port 12345 and listens for packets.&lt;/LI&gt;
&lt;LI&gt;When I look over the logs I can see that the receiver threads are capturing packets that have a VLAN ID TAG which do not match the VLAN ID of the interface. In other words&amp;nbsp;&amp;nbsp; eth0.101 is capturing packets with 101 and 102 tag and eth0.102 is capturing packets with 101 and 102 tags. It seems like the interfaces are not filtering based on VLAN ID TAG.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;=========================================================================&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SIMPLIFIED SCENARIO&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To further simplify and explain the test scenario, I removed the Ethernet Cable that connects VLAN ID 102 TRUNK between switches. This way I would only receive packets from VLAN ID 101 at both Centos Machines since there is no longer a path for VLAN ID 102 packets. Everything else is the same. Here is the simplified diagram.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SIMPLIFIED SCENARIO BLOCK DIAGRAM:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.JPG" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14776i923F779695B33DD4/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture4.JPG" alt="Capture4.JPG" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTES:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ignoring the operation of VLAN ID 1&amp;nbsp; (Native VLAN) for now.&lt;/LI&gt;
&lt;LI&gt;Under this setup Machine 'A' will receive only packets for VLAN ID 101 via TRUNK 'A'.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;OPERATION:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Using tcpdump,&amp;nbsp; I verified that only packets are tagged with a VLAN ID =&amp;nbsp; 101 are received by &lt;STRONG&gt;&lt;EM&gt;ens35u1&lt;/EM&gt; &lt;/STRONG&gt;interface on &lt;STRONG&gt;Centos Machine 'A'.&amp;nbsp; &lt;/STRONG&gt;Those packets&amp;nbsp;are multicast from Centos 7 Machine 'B'.&amp;nbsp;Here is the tcpdump command and a sample packet captured with a VLAN ID Tag = 101.
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;sudo tcpdump -nnei ens35u1&amp;nbsp; -vvv&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;14:53:47.515030 00:04:bf:c4:0b:48 &amp;gt; 33:33:00:00:00:05, ethertype &lt;STRONG&gt;802.1Q (0x8100), length 361: vlan 101,&lt;/STRONG&gt; p 0, ethertype IPv6, (hlim 1, next-header UDP (17) payload length: 303) fe80::204:bfff:fec4:b48.54505 &amp;gt; ff05::5.12345: [udp sum ok] UDP, length 295&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.10.201.52203 &amp;gt; 224.0.0.2.32123: [udp sum ok] UDP, length 295&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;The Multicast Receiver Thread listening on the&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;ens35u1.101&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;interface processes the packets. Here is the tcpdump command and a sample packet captured &lt;U&gt;without&lt;/U&gt; a VLAN ID Tag = 101.
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;sudo tcpdump -nnei ens35u1.101 -vvv&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;14:58:17.066621 00:04:bf:c4:0b:48 &amp;gt; 33:33:00:00:00:05, ethertype IPv6 (0x86dd), length 357: (hlim 1, next-header UDP (17) payload length: 303) fe80::204:bfff:fec4:b48.54505 &amp;gt; ff05::5.32123: [udp sum ok] UDP, length 295&lt;BR /&gt;192.168.10.201.52203 &amp;gt; 224.0.0.2.32123: [udp sum ok] UDP, length 295&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Unfortunately the Multicast Receiver Thread listening on the&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;ens35u1.102&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;interface also processes the packets which is incorrect.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Hopefully this information helps!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks - mike&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 00:49:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1246452#M2858</guid>
      <dc:creator>Mike1111111</dc:creator>
      <dc:date>2021-01-15T00:49:19Z</dc:date>
    </item>
    <item>
      <title>Re:Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1247150#M2859</link>
      <description>&lt;P&gt;Hi Mike1111111,&lt;/P&gt;&lt;P&gt;Thank you for waiting for our update.&lt;/P&gt;&lt;P&gt;Since your issue is regarding an embedded design, we need to route this thread to correct channel so you will be better assisted by the proper team. &lt;/P&gt;&lt;P&gt;Please wait for their reply within 1 to 2 business days.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alfred S&lt;/P&gt;&lt;P&gt;Intel® Customer Support&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2021 01:47:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1247150#M2859</guid>
      <dc:creator>AlfredoS_Intel</dc:creator>
      <dc:date>2021-01-18T01:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Intel I210-IT Gigabit Ethernet Controller Stripping VLAN Tags under Centos</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1248305#M2865</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/146690"&gt;@Mike1111111&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P&gt;You should address a reference the networking issues of the cited Operating System (OS) in the channel stated on the following website:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.centos.org/viewforum.php?f=50" target="_blank"&gt;https://forums.centos.org/viewforum.php?f=50&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 22:03:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/Intel-I210-IT-Gigabit-Ethernet-Controller-Stripping-VLAN-Tags/m-p/1248305#M2865</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-01-20T22:03:25Z</dc:date>
    </item>
  </channel>
</rss>

