<?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: is there easier way to configure trunk port in extreme switch in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53465#M15041</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
EXOS 12.0 is really, really, old.&lt;BR /&gt;
&lt;BR /&gt;
That being said, the legacy xmod is one way to solve your issue.&lt;BR /&gt;
A script is another way and is quite simple to do.&lt;BR /&gt;
Native support in EXOS CLI is not excluded for the future &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
To remove a port from many vlans at once, there's the trick to configure on it mirroring &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Rgds,&lt;BR /&gt;
Stephane&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Feb 2015 21:34:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2015-02-26T21:34:00Z</dc:date>
    <item>
      <title>is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53455#M15031</link>
      <description>I'm just starting to use extreme switch, and the switch type is X450a-48t, and SW version is 12.0.3.16. when I configure the trunk port in the switch, i found that it's not convenient as Cisco Switch I used before. for example, if you configure trunk port,&lt;BR /&gt;
&lt;BR /&gt;
in extreme switch:&lt;BR /&gt;
create vlan tag_test&lt;BR /&gt;
config vlan tag_test tag  100&lt;BR /&gt;
config vlan tag_test add  port 2 tagged&lt;BR /&gt;
&lt;BR /&gt;
in cisco switch:&lt;BR /&gt;
interface gi-0/2&lt;BR /&gt;
switchport trunk allowed vlan add 1,100&lt;BR /&gt;
&lt;BR /&gt;
if the vlans i want to tag to port is few, then i think this way is acceptable, but if there are many vlans which need to be tagged, then how should i perform it? for example, i want vlan 1-100 tagged in port 2, in cisco switch, it's very easy to realize by switchport trunk allowed vlan add 1-100. but in extreme switch, should i create 100 vlans one by one and add to port 2? is it inconvenient? but i'm newbie for the extreme, so maybe there is easier way to create trunk port which i don't know. who can help me about it? thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;
best regards.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 15:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53455#M15031</guid>
      <dc:creator>wang_maple</dc:creator>
      <dc:date>2015-02-26T15:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53456#M15032</link>
      <description>Here a link to a post about the legacy CLI mode.. (never used it myself)....&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/cisco_ios_commands_on_xos_device" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/cisco_ios_commands_on_xos_device&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 17:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53456#M15032</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2015-02-26T17:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53457#M15033</link>
      <description>I think, there is no such easier way to do it. It's particularity of XOS CLI.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 18:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53457#M15033</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-02-26T18:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53458#M15034</link>
      <description>EXos is fully rich with cli scripting features.&lt;BR /&gt;
you can write a simple script to do this.</description>
      <pubDate>Thu, 26 Feb 2015 18:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53458#M15034</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2015-02-26T18:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53459#M15035</link>
      <description>The problem ... not everyone is a programmer and/or has your skill level and experience.&lt;BR /&gt;
&lt;BR /&gt;
What I've read in the forum so far about XOS is "nice" but we'd need to unterstand that not every customer/user is able to use the scripting functions.&lt;BR /&gt;
They like to have an easy to use CLI build in.&lt;BR /&gt;
&lt;BR /&gt;
I've run into a similar issue... I want a command to show my VLANs / port in one simple view like it was available on the Enterasys platform with "show vlan portinfo"&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/xos_show_vlan_portinfo" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/xos_show_vlan_portinfo&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Looks like I'll never get such command as I don't have any clue how do write such script.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 19:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53459#M15035</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2015-02-26T19:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53460#M15036</link>
      <description>Script thing doesn't bother me, as long as I know the grammar, i think i can do it. but it's always nice that XOS has more direct way to do it.&lt;BR /&gt;
&lt;BR /&gt;
And about the show command, i fully agree with you, what I need is clear and simple mapping relationship between port and vlan, but in the XOS, that's not so direct.</description>
      <pubDate>Thu, 26 Feb 2015 19:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53460#M15036</guid>
      <dc:creator>wang_maple</dc:creator>
      <dc:date>2015-02-26T19:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53461#M15037</link>
      <description>Any chance you could reupload this script? The dropbox link is dead</description>
      <pubDate>Thu, 26 Feb 2015 19:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53461#M15037</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-02-26T19:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53462#M15038</link>
      <description>BTW, with current EXOS you can use ranges of VLAN IDs:&lt;BR /&gt;
configure vlan 22-44 add ports 3,7,9-13 tagged Erik</description>
      <pubDate>Thu, 26 Feb 2015 19:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53462#M15038</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2015-02-26T19:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53463#M15039</link>
      <description>i am not aware of a way to set a tagged port on multiple vlans. this is not what you asked but you can set multiple ports on a single vlan " config tag_test add port 2,3,4,5,6,7,8,9 tag" or config tag a po 2-9 tag&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 21:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53463#M15039</guid>
      <dc:creator>Michael_Suggs</dc:creator>
      <dc:date>2015-02-26T21:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53464#M15040</link>
      <description>Hey Wang&lt;BR /&gt;
&lt;BR /&gt;
There is a script that has already been created.  Let me test it and I will repost when I have that done with a dropbox link to down load it.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 21:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53464#M15040</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2015-02-26T21:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53465#M15041</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
EXOS 12.0 is really, really, old.&lt;BR /&gt;
&lt;BR /&gt;
That being said, the legacy xmod is one way to solve your issue.&lt;BR /&gt;
A script is another way and is quite simple to do.&lt;BR /&gt;
Native support in EXOS CLI is not excluded for the future &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
To remove a port from many vlans at once, there's the trick to configure on it mirroring &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Rgds,&lt;BR /&gt;
Stephane&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 21:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53465#M15041</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-02-26T21:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53466#M15042</link>
      <description>Hey Wang&lt;BR /&gt;
&lt;BR /&gt;
The script is located here &lt;A href="https://www.dropbox.com/sh/017smngq3p4hrdp/AAC8iBgchTqjxVzUIxaakh4oa?dl=0" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.dropbox.com/sh/017smngq3p4hrdp/AAC8iBgchTqjxVzUIxaakh4oa?dl=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
To use the script type the command load script Trunk  r&lt;BR /&gt;
&lt;BR /&gt;
The  is the port ypou are using as the trunk.  The r is to remove the port as a trunk port.&lt;BR /&gt;
&lt;BR /&gt;
I hope that helps.  Please test it and know that any script posted here is at your risk and is not supported.&lt;BR /&gt;
&lt;BR /&gt;
You may need to upgrade the code but not sure&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
P&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2015 21:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53466#M15042</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2015-02-26T21:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53467#M15043</link>
      <description>hi Paul,&lt;BR /&gt;
&lt;BR /&gt;
Really thanks for your help and effort, but it seems a little bit different from what i need, this script  will tag all vlans on specific port, but what i need is tagging specific vlans on specific port, not all. but again, thanks for your script.&lt;BR /&gt;
&lt;BR /&gt;
best regards.</description>
      <pubDate>Thu, 26 Feb 2015 21:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53467#M15043</guid>
      <dc:creator>wang_maple</dc:creator>
      <dc:date>2015-02-26T21:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53468#M15044</link>
      <description>hi Paul,&lt;BR /&gt;
if possible, could you please tell me where i can find some material about how to write script in XOS?&lt;BR /&gt;
&lt;BR /&gt;
best regards.</description>
      <pubDate>Tue, 03 Mar 2015 11:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53468#M15044</guid>
      <dc:creator>wang_maple</dc:creator>
      <dc:date>2015-03-03T11:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53469#M15045</link>
      <description>Here a link to a post that includes a scripting guide....&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/python-scripting-guide" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/python-scripting-guide&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53469#M15045</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2015-03-03T14:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53470#M15046</link>
      <description>Hey Wang&lt;BR /&gt;
&lt;BR /&gt;
you can probably manipulate the script to accept the variable of the range of VIDs when you load the script and then use that range as a counter for a do while to add the port to those VLANs Tagged.&lt;BR /&gt;
&lt;BR /&gt;
Let me see if I can come up with something and I will post.  Not sure of the time frame may be today or this week.&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53470#M15046</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2015-03-03T20:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: is there easier way to configure trunk port in extreme switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53471#M15047</link>
      <description>Hello Wang&lt;BR /&gt;
&lt;BR /&gt;
I added another simple script to the one I had there before.  This works similar but it just takes a range of VLANs and makes them tagged on the port.&lt;BR /&gt;
&lt;BR /&gt;
For example lets say you have 30 VLANs and they start with VID 1 and go to VID 30 and you want to add VLANs with VID 10-20 to a trunk port.  Use this script &lt;BR /&gt;
&lt;BR /&gt;
load script  &lt;FIRST vid=""&gt; &lt;LAST vid=""&gt; &lt;R&gt; In the case of the example it would be load script trunk_range 1 10 20&lt;BR /&gt;
&lt;BR /&gt;
the script takes the range of 10-20 looks at those VLANs and adds port 1 to them tagged.  To remove enter the same command and finish with an 'r' load script trunk_range 1 10 20 r&lt;BR /&gt;
&lt;BR /&gt;
I created and tested this using 15.6 code&lt;BR /&gt;
&lt;BR /&gt;
Use the dropbox link in earlier post and grab the script trunk_range.xsf&lt;BR /&gt;
&lt;BR /&gt;
Let me know if it helps&lt;BR /&gt;
P&lt;BR /&gt;&lt;/R&gt;&lt;/LAST&gt;&lt;/FIRST&gt;</description>
      <pubDate>Wed, 04 Mar 2015 05:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-easier-way-to-configure-trunk-port-in-extreme-switch/m-p/53471#M15047</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2015-03-04T05:07:00Z</dc:date>
    </item>
  </channel>
</rss>

