<?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: conf_diff.py: explanation of returning output in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41722#M9679</link>
    <description>Brandon posted this on GitHub yesterday: &lt;BR /&gt;
&lt;A href="https://github.com/extremenetworks/ExtremeScripting/issues/36#issuecomment-371533576" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/issues/36#issuecomment-371533576&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Sat, 24 Feb 2018 04:51:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2018-02-24T04:51:00Z</dc:date>
    <item>
      <title>conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41715#M9672</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
i am playing around with "conf_diff.py" and i have some problems to understand the output.&lt;BR /&gt;
&lt;BR /&gt;
Switch X450G2-48p-G4 - EXOS: 22.4.1.4 &lt;BR /&gt;
&lt;BR /&gt;
SW-TEST.21 # run script conf_diff.py&lt;BR /&gt;
Comparing configurations, please wait...&lt;BR /&gt;
&lt;BR /&gt;
error-correction off&lt;BR /&gt;
disable mac-lockdown-timeout ports 49&lt;BR /&gt;
configure mac-lockdown-timeout ports 49 aging-time 15&lt;BR /&gt;
configure ports 49 far-end-fault-indication off&lt;BR /&gt;
disable vman cep egress filtering ports 49&lt;BR /&gt;
configure port 49 dot1p 0&lt;BR /&gt;
disable snmp traps port-up-down port 50&lt;BR /&gt;
enable diffserv examination port 50&lt;BR /&gt;
configure port 50 reflective-relay off&lt;BR /&gt;
configure port 50 isolation off&lt;BR /&gt;
disable flow-control tx-pause port 50&lt;BR /&gt;
disable flow-control rx-pause port 50&lt;BR /&gt;
configure ports 50 forward-error-correction off&lt;BR /&gt;
disable mac-lockdown-timeout ports 50&lt;BR /&gt;
configure mac-lockdown-timeout ports 50 aging-time 15&lt;BR /&gt;
configure ports 50 far-end-fault-indication off&lt;BR /&gt;
disable vman cep egress filtering ports 50&lt;BR /&gt;
configure port 50 dot1p 0&lt;BR /&gt;
&lt;BR /&gt;
If line starts with '+', the command has been added since last save.&lt;BR /&gt;
If line starts with '-', the command was present in the last save, and has been deleted.&lt;BR /&gt;
&lt;BR /&gt;
Config changes:&lt;BR /&gt;
- configure ports 27 display-string Auth-TEST-MN&lt;BR /&gt;
+ configure ports 27 display-string Auth-TEST-MN2&lt;BR /&gt;
Note that this script has cleared the CLI dirty bit. The configuration has not been saved.&lt;BR /&gt;
SW-TEST.22 #What does mean the block of commands between "please wait ..." and "if line starts ...". &lt;BR /&gt;
At GitHub example there is no output seen.&lt;BR /&gt;
&lt;BR /&gt;
Is there a special meaning or is this maybe a result of EXOS 22.4 and some upcoming incompatibility with python script (because it seem to be programmed for an older EXOS version)&lt;BR /&gt;
&lt;BR /&gt;
Regards &lt;BR /&gt;</description>
      <pubDate>Thu, 22 Feb 2018 15:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41715#M9672</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2018-02-22T15:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41716#M9673</link>
      <description>That looks like a bug of some sort. There shouldn't be any output between the "please wait..." and "If line starts...".&lt;BR /&gt;
&lt;BR /&gt;
Some of the underlying commands that this script relies on my have changed in EXOS 22.4. I'll do some research/testing and see what I can find.&lt;BR /&gt;
&lt;BR /&gt;
Out of curiosity, did you test this with older EXOS versions, like 22.3 or 21.x? &lt;BR /&gt;
&lt;BR /&gt;
I've also opened up an issue for tracking this on the ExtremeScripting GitHub repo. &lt;A href="https://github.com/extremenetworks/ExtremeScripting/issues/36" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/issues/36&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Feb 2018 23:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41716#M9673</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2018-02-22T23:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41717#M9674</link>
      <description>With a basic config on one of my lab switches, I haven't see this happen. Would you mind posting the full config from this switch? &lt;BR /&gt;
&lt;BR /&gt;
Let me know if you'd rather not post it publicly, and I can shoot you an email to get it.</description>
      <pubDate>Fri, 23 Feb 2018 00:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41717#M9674</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2018-02-23T00:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41718#M9675</link>
      <description>Please send me a short e-mail!&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2018 00:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41718#M9675</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2018-02-23T00:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41719#M9676</link>
      <description>Just sent you one!</description>
      <pubDate>Fri, 23 Feb 2018 00:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41719#M9676</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2018-02-23T00:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41720#M9677</link>
      <description>It looks like this is an issue on the EXOS side of things. &lt;BR /&gt;
&lt;BR /&gt;
When the Python script calls 'clicmd("debug cfgmgr show configuration file {0}".format(selected_config), True)', part of the output of the EXOS command is written to the current session incorrectly, with certain config files.&lt;BR /&gt;
&lt;BR /&gt;
I'm going to bring this issue to out EXOS development team, and I'll follow up back here once I have an update.</description>
      <pubDate>Sat, 24 Feb 2018 04:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41720#M9677</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2018-02-24T04:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41721#M9678</link>
      <description>Some progress here ?&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Feb 2018 04:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41721#M9678</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2018-02-24T04:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41722#M9679</link>
      <description>Brandon posted this on GitHub yesterday: &lt;BR /&gt;
&lt;A href="https://github.com/extremenetworks/ExtremeScripting/issues/36#issuecomment-371533576" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/issues/36#issuecomment-371533576&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Feb 2018 04:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41722#M9679</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2018-02-24T04:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: conf_diff.py: explanation of returning output</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41723#M9680</link>
      <description>FYI, I just confirmed this is fixed in a pre-GA build of 22.5. Once 22.5 goes GA, the fix will be available there.</description>
      <pubDate>Tue, 27 Mar 2018 22:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/conf-diff-py-explanation-of-returning-output/m-p/41723#M9680</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2018-03-27T22:37:00Z</dc:date>
    </item>
  </channel>
</rss>

