<?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 Vlan translation/grouping in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-translation-grouping/m-p/33546#M6394</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
    I have a question about VLAN translation or grouping VLANS.&lt;BR /&gt;
I have the following scenario:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2860691d16a9429d94808174a3cf2453_RackMultipart20160801-31568-17rcu6m-vlan-translate-group_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4944iD9DA51C07315CC4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2860691d16a9429d94808174a3cf2453_RackMultipart20160801-31568-17rcu6m-vlan-translate-group_inline.png" alt="2860691d16a9429d94808174a3cf2453_RackMultipart20160801-31568-17rcu6m-vlan-translate-group_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
What i would like to to:&lt;BR /&gt;
- Translate/group VLAN 10,11,12,13 into VLAN 100&lt;BR /&gt;
- Translate/group VLAN 20,21,22,23 into VLAN 200&lt;BR /&gt;
- Translate/group VLAN 14,15 (connected to Switch1 Port 1) to VLAN 101 (not in picture).&lt;BR /&gt;
- All VLANS are tagged.&lt;BR /&gt;
- Switches are X670 with EXOS 16.1.3.6.&lt;BR /&gt;
&lt;BR /&gt;
can anybody tell me how to do this (if possible)?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Aug 2016 18:54:00 GMT</pubDate>
    <dc:creator>dilu</dc:creator>
    <dc:date>2016-08-01T18:54:00Z</dc:date>
    <item>
      <title>Vlan translation/grouping</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-translation-grouping/m-p/33546#M6394</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
    I have a question about VLAN translation or grouping VLANS.&lt;BR /&gt;
I have the following scenario:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2860691d16a9429d94808174a3cf2453_RackMultipart20160801-31568-17rcu6m-vlan-translate-group_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4944iD9DA51C07315CC4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2860691d16a9429d94808174a3cf2453_RackMultipart20160801-31568-17rcu6m-vlan-translate-group_inline.png" alt="2860691d16a9429d94808174a3cf2453_RackMultipart20160801-31568-17rcu6m-vlan-translate-group_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
What i would like to to:&lt;BR /&gt;
- Translate/group VLAN 10,11,12,13 into VLAN 100&lt;BR /&gt;
- Translate/group VLAN 20,21,22,23 into VLAN 200&lt;BR /&gt;
- Translate/group VLAN 14,15 (connected to Switch1 Port 1) to VLAN 101 (not in picture).&lt;BR /&gt;
- All VLANS are tagged.&lt;BR /&gt;
- Switches are X670 with EXOS 16.1.3.6.&lt;BR /&gt;
&lt;BR /&gt;
can anybody tell me how to do this (if possible)?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-translation-grouping/m-p/33546#M6394</guid>
      <dc:creator>dilu</dc:creator>
      <dc:date>2016-08-01T18:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Vlan translation/grouping</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-translation-grouping/m-p/33547#M6395</link>
      <description>You could do that with Port Specific Tag.&lt;BR /&gt;
On switch 1&lt;BR /&gt;
crea vlan vl100 tag 100&lt;BR /&gt;
crea vlan vl200 tag 200&lt;BR /&gt;
con vl100 add po 24 tagged&lt;BR /&gt;
con vl200 add po 24 tagged&lt;BR /&gt;
disable igmp snooping vl100&lt;BR /&gt;
disable igmp snooping vl200&lt;BR /&gt;
con vl100 add po 1 tag 10&lt;BR /&gt;
con vl100 add po 1 tag 11&lt;BR /&gt;
con vl100 add po 1 tag 12&lt;BR /&gt;
con vl100 add po 1 tag 13&lt;BR /&gt;
con vl200 add po 2 tag 20&lt;BR /&gt;
con vl200 add po 2 tag 21&lt;BR /&gt;
con vl200 add po 2 tag 22&lt;BR /&gt;
con vl200 add po 2 tag 23&lt;BR /&gt;
&lt;BR /&gt;
and so on.</description>
      <pubDate>Mon, 01 Aug 2016 18:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-translation-grouping/m-p/33547#M6395</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2016-08-01T18:58:00Z</dc:date>
    </item>
  </channel>
</rss>

