<?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: Display port numbers discreetly in config and not in ranges in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53040#M14831</link>
    <description>I created for lab purposes just that what you want, take a customers config and change ports to match my switch I am using. It is written in python. I can send it to you, you only need to adjust it if you dont want to use a webserver to run it.&lt;BR /&gt;</description>
    <pubDate>Tue, 31 Jan 2017 21:42:00 GMT</pubDate>
    <dc:creator>OscarK</dc:creator>
    <dc:date>2017-01-31T21:42:00Z</dc:date>
    <item>
      <title>Display port numbers discreetly in config and not in ranges</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53036#M14827</link>
      <description>My turn to ask a question &lt;BR /&gt;
I’m mocking up a customer environment in our lab ( as I frequently do ).&lt;BR /&gt;
&lt;BR /&gt;
Typically the hardware in the lab does not exactly match thecustomer environment thus I have to Change the port numbers  to match lab gear&lt;BR /&gt;
&lt;BR /&gt;
For example 3:4 might need to be 1&lt;BR /&gt;
&lt;BR /&gt;
Search and replace might seem like an obvious solution except&lt;BR /&gt;
I run into a problems were the ports numbers are described as ranges. &lt;BR /&gt;
&lt;BR /&gt;
configure vlan NTVLAN add ports 3:1-4, 8:21-22, 8:45-46,9:45 tagged  &lt;BR /&gt;
&lt;BR /&gt;
does anyone know a way around this ? this is problem becausea customer may have 100s of vlans on many switches and I’m currently unable toautomate this process. If the config  wasdisplayed  with each port number discreetlyI could search and replace is there anyway to get it to display in this format?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53036#M14827</guid>
      <dc:creator>simon_bingham</dc:creator>
      <dc:date>2017-01-31T21:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Display port numbers discreetly in config and not in ranges</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53037#M14828</link>
      <description>Hello Simon,&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately there is not a way to change the way the configuration shows up. EXOS is going to place any ports in ranges if it can.</description>
      <pubDate>Tue, 31 Jan 2017 21:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53037#M14828</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-01-31T21:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Display port numbers discreetly in config and not in ranges</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53038#M14829</link>
      <description>its a shame is not an option like when we do a show config detail &lt;BR /&gt;
I bet it would a tiny software change to disable at software routine that shows the port ranges. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53038#M14829</guid>
      <dc:creator>simon_bingham</dc:creator>
      <dc:date>2017-01-31T21:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Display port numbers discreetly in config and not in ranges</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53039#M14830</link>
      <description>I don't know how helpful it will be, but there's a Python script on our GitHub page that effectively does the opposite of this. It converts a non-stacking config into one that uses slot:port notation.&lt;BR /&gt;
&lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/non_stacking_config_converter" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/non_stacking_config_conv...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
It may give you some ideas on how to "undo" that with your own script to output a config section in the way you need them to be displayed.</description>
      <pubDate>Tue, 31 Jan 2017 21:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53039#M14830</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-01-31T21:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Display port numbers discreetly in config and not in ranges</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53040#M14831</link>
      <description>I created for lab purposes just that what you want, take a customers config and change ports to match my switch I am using. It is written in python. I can send it to you, you only need to adjust it if you dont want to use a webserver to run it.&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53040#M14831</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2017-01-31T21:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Display port numbers discreetly in config and not in ranges</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53041#M14832</link>
      <description>thanks Oscar , I sort of suspected you might have something as you guys must &lt;BR /&gt;
&lt;BR /&gt;
do this so much. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53041#M14832</guid>
      <dc:creator>simon_bingham</dc:creator>
      <dc:date>2017-01-31T21:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Display port numbers discreetly in config and not in ranges</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53042#M14833</link>
      <description>I've posted Oscar's script to GitHub. It works a bit differently than others there, in that it requires a webserver to run. It won't run directly on the switch.&lt;BR /&gt;
&lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/convert_port_config" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/convert_port_config&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2017 22:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/display-port-numbers-discreetly-in-config-and-not-in-ranges/m-p/53042#M14833</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-02-01T22:51:00Z</dc:date>
    </item>
  </channel>
</rss>

