<div dir="ltr"><div style="font-size:13px;line-height:19.5px">I have a network problem I could use a little assistance with.</div><div style="font-size:13px;line-height:19.5px"><br></div><div style="font-size:13px;line-height:19.5px">I have a Linux host (Cent OS 6) that was two network interfaces em1 and em2.  The host will communicate on several 802.1q VLANs.  </div><div style="font-size:13px;line-height:19.5px"><br></div><div style="font-size:13px;line-height:19.5px">The network port em1 is connected to has the native VLAN of 100.  This gives us the ability to provision the hardware via PXE.  Before I found out about the LACP requirement, I was doing fine.  But the 8021Q module needs to pass the VLAN tag down to the bond in order for LACP to work.  That makes it so I can no longer communicate on the native VLAN.</div><div style="font-size:13px;line-height:19.5px"><br></div><div style="font-size:13px;line-height:19.5px">The end configuration I would like is em1 to be &quot;split&quot; so that I can still communicate on the native VLAN but also have the interface in a bond:</div><div style="font-size:13px;line-height:19.5px">    em1 -&gt; native VLAN</div><div style="font-size:13px;line-height:19.5px">    em1(clone) -&gt; bond0</div><div style="font-size:13px;line-height:19.5px">    em2 -&gt; bond0 </div><div style="font-size:13px;line-height:19.5px"><br></div><div style="font-size:13px;line-height:19.5px">    bond0 (LACP)</div><div style="font-size:13px;line-height:19.5px">    bond0.200 - VLAN200 traffic</div><div style="font-size:13px;line-height:19.5px">    bond0.300 - VLAN300 traffic</div><div style="font-size:13px;line-height:19.5px"><br></div><div style="font-size:13px;line-height:19.5px">It is the &quot;cloning&quot; of em1 that I&#39;m having difficulty figuring out.  </div><div style="font-size:13px;line-height:19.5px"><br></div><div style="font-size:13px;line-height:19.5px">It doesn&#39;t seem that I can do something like:</div><div style="font-size:13px;line-height:19.5px">    DEVICE=&#39;em1.100&#39;</div><div style="font-size:13px;line-height:19.5px">    VLAN=&#39;yes&#39;</div><div style="font-size:13px;line-height:19.5px">because 100 is the native and you can&#39;t tag frames with the native VLAN?  </div><div style="font-size:13px;line-height:19.5px">The more I read the more I think I was wrong to think I could do this.  Any tips?</div><div style="font-size:13px;line-height:19.5px"><br></div><div style="font-size:13px;line-height:19.5px">--jeff</div></div>