<?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: How to configure a port of the switch SummitX-150 to connect a vmware infrastructure with several machines on differents VLANs in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25295#M3097</link>
    <description>This is a great article about vlans and tagging. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Understanding-EXOS-VLANS-and-tagged-and-untagged-ports" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Understanding-EXOS-VLANS-and-tagged-and-un...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Jun 2016 01:51:00 GMT</pubDate>
    <dc:creator>StephenW</dc:creator>
    <dc:date>2016-06-23T01:51:00Z</dc:date>
    <item>
      <title>How to configure a port of the switch SummitX-150 to connect a vmware infrastructure with several machines on differents VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25292#M3094</link>
      <description>I'm configuring a switch Extreme SummitX-150 Port to connect an ESXi platform on its port linked to a vswitch. the vswitch has several VMs on differents vlans. How to configure the Switch Port? Previously the switch used was a cisco 2960 and the configuration we used was&lt;BR /&gt;
switchport mode trunk&lt;BR /&gt;
switchport trunk native vlan [MAN_vlan]&lt;BR /&gt;
switchport trunk allowed vlan [list of the vlans whose traffics will be enabled on this port]&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jun 2016 22:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25292#M3094</guid>
      <dc:creator>AIT_Support</dc:creator>
      <dc:date>2016-06-22T22:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure a port of the switch SummitX-150 to connect a vmware infrastructure with several machines on differents VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25293#M3095</link>
      <description>please refer to this post for the XOS commands of a trunk port...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/trunking_port" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/trunking_port&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jun 2016 22:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25293#M3095</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2016-06-22T22:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure a port of the switch SummitX-150 to connect a vmware infrastructure with several machines on differents VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25294#M3096</link>
      <description>Hello Ait Support,&lt;BR /&gt;
&lt;BR /&gt;
To simplify tagging on EXOS the native vlan is the untagged vlan. If you are adding more then one vlan to a port then it is considered a trunk port. Only one vlan can be added to a port as untagged. The equivalent configuration would be this:&lt;BR /&gt;
&lt;BR /&gt;
switchport trunk native vlan [MAN_vlan]&lt;BR /&gt;
  switchport trunk allowed vlan [list of the vlans whose traffics will be enabled  on this port] \&lt;BR /&gt;
&lt;BR /&gt;
to:&lt;BR /&gt;
&lt;BR /&gt;
configure vlan MAN_vlan add port  untagged&lt;BR /&gt;
configure VLAN [list of the VLANs whose traffics will be enabled on this port] add port  tagged&lt;BR /&gt;
&lt;BR /&gt;
Continue the second command until the port has been added into each VLAN individually. On some newer versions of EXOS you can put in a VLAN id list using the tag given to that VLAN&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps!</description>
      <pubDate>Wed, 22 Jun 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25294#M3096</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2016-06-22T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure a port of the switch SummitX-150 to connect a vmware infrastructure with several machines on differents VLANs</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25295#M3097</link>
      <description>This is a great article about vlans and tagging. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Understanding-EXOS-VLANS-and-tagged-and-untagged-ports" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Understanding-EXOS-VLANS-and-tagged-and-un...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2016 01:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-a-port-of-the-switch-summitx-150-to-connect-a/m-p/25295#M3097</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-06-23T01:51:00Z</dc:date>
    </item>
  </channel>
</rss>

