<?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: What is the equivalent of  interface range from cisco  in eOS in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60359#M1976</link>
    <description>Thanks but I am looking for eOS not eXOS&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Oct 2017 18:05:00 GMT</pubDate>
    <dc:creator>Benzion_Nussbau</dc:creator>
    <dc:date>2017-10-26T18:05:00Z</dc:date>
    <item>
      <title>What is the equivalent of  interface range from cisco  in eOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60357#M1974</link>
      <description>create vlan data tag 100&lt;BR /&gt;
create vlan voip tag 200  configure vlan data add port 1 untagged  configure vlan voip add port 1 tagged&lt;BR /&gt;
&lt;BR /&gt;
How would I add this this a range of ports or a list?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60357#M1974</guid>
      <dc:creator>Benzion_Nussbau</dc:creator>
      <dc:date>2017-10-26T17:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the equivalent of  interface range from cisco  in eOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60358#M1975</link>
      <description>Hi,&lt;BR /&gt;
lets say you would like to add ports 1 to 10 on a stand alone switch then try:&lt;BR /&gt;
&lt;BR /&gt;
configure vlan data add port 1-10 untagged&lt;BR /&gt;
configure vlan voip add port 1-10 tagged&lt;BR /&gt;
and if it's a stack and you want to add port 5-10 from unit 2 then it should be:&lt;BR /&gt;
configure vlan data add port 2:5-10 untagged&lt;BR /&gt;
configure vlan voip add port 2:5-10 tagged&lt;BR /&gt;
&lt;BR /&gt;
I'm not a EXOS specialist but the first part is working on my stand alone X460.&lt;BR /&gt;
&lt;BR /&gt;
Regrads,&lt;BR /&gt;
Axel&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60358#M1975</guid>
      <dc:creator>ar1</dc:creator>
      <dc:date>2017-10-26T18:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the equivalent of  interface range from cisco  in eOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60359#M1976</link>
      <description>Thanks but I am looking for eOS not eXOS&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60359#M1976</guid>
      <dc:creator>Benzion_Nussbau</dc:creator>
      <dc:date>2017-10-26T18:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the equivalent of  interface range from cisco  in eOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60360#M1977</link>
      <description>SIE_D2(su)-&amp;gt;set port vlan ge.1.3-4 100 modify-egress&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60360#M1977</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2017-10-26T18:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the equivalent of  interface range from cisco  in eOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60361#M1978</link>
      <description>OK, &lt;BR /&gt;
then let's say vlan data is vlan-id 100 and vlan voip is vlan-id 200 try&lt;BR /&gt;
&lt;BR /&gt;
set port vlan ge.2.5-10 100 modify-egress&lt;BR /&gt;
set vlan egress 200 ge.2.5-10 tagged&lt;BR /&gt;
&lt;BR /&gt;
With "show vlan portinfo port ge.2.2-10" you can see the configuration but this command is not availabe on older EOS-Systems like DFE-Chassis.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60361#M1978</guid>
      <dc:creator>ar1</dc:creator>
      <dc:date>2017-10-26T18:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the equivalent of  interface range from cisco  in eOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60362#M1979</link>
      <description>Thanks . What would be the simple way of building a config and loading it onto a switch. Can i found a sample config that i would just modify for my needs?&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/what-is-the-equivalent-of-interface-range-from-cisco-in-eos/m-p/60362#M1979</guid>
      <dc:creator>Benzion_Nussbau</dc:creator>
      <dc:date>2017-10-26T18:20:00Z</dc:date>
    </item>
  </channel>
</rss>

