<?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: show log chronological in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23818#M2437</link>
    <description>Antonio,&lt;BR /&gt;
&lt;BR /&gt;
There does not appear to be a command to set the "show log" command to display logs in chronological order without specifying chronological in the show command. &lt;BR /&gt;
&lt;BR /&gt;
-Andrew&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Jul 2015 21:26:00 GMT</pubDate>
    <dc:creator>Andrew_Maldonad</dc:creator>
    <dc:date>2015-07-03T21:26:00Z</dc:date>
    <item>
      <title>show log chronological</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23817#M2436</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
is it possible to set&lt;BR /&gt;
&lt;BR /&gt;
show log&lt;BR /&gt;
to always display entries in chronological order?&lt;BR /&gt;
I mean without appending each time 'chronological' to the command.&lt;BR /&gt;
&lt;BR /&gt;
thank you&lt;BR /&gt;
--&lt;BR /&gt;
antonio</description>
      <pubDate>Fri, 03 Jul 2015 20:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23817#M2436</guid>
      <dc:creator>Antonio_Prado</dc:creator>
      <dc:date>2015-07-03T20:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: show log chronological</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23818#M2437</link>
      <description>Antonio,&lt;BR /&gt;
&lt;BR /&gt;
There does not appear to be a command to set the "show log" command to display logs in chronological order without specifying chronological in the show command. &lt;BR /&gt;
&lt;BR /&gt;
-Andrew&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2015 21:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23818#M2437</guid>
      <dc:creator>Andrew_Maldonad</dc:creator>
      <dc:date>2015-07-03T21:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: show log chronological</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23819#M2438</link>
      <description>Use Scripting EXOS CLI Modules&lt;BR /&gt;
&lt;A href="http://www.extremenetworks.com/wp-content/uploads/2015/02/Python_Getting_Started_Guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.extremenetworks.com/wp-content/uploads/2015/02/Python_Getting_Started_Guide.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You can get anything you want.</description>
      <pubDate>Sat, 04 Jul 2015 06:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23819#M2438</guid>
      <dc:creator>Mel78__CISSP__E</dc:creator>
      <dc:date>2015-07-04T06:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: show log chronological</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23820#M2439</link>
      <description>Thank you for your reply.&lt;BR /&gt;
&lt;BR /&gt;
Scripting should not be a solution for basic tasks.&lt;BR /&gt;
Everywhere logs are exposed in chronological order with no need of switching words, simply because it's the logical way to go.&lt;BR /&gt;
--&lt;BR /&gt;
antonio</description>
      <pubDate>Sat, 04 Jul 2015 06:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23820#M2439</guid>
      <dc:creator>Antonio_Prado</dc:creator>
      <dc:date>2015-07-04T06:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: show log chronological</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23821#M2440</link>
      <description>I am not sure what would be simpler than "sh lo ch"  versus "sh lo".  In EXOS, there is no customization of default behavior of cli output, other than scripting.  That having been said, there is a simpler method if you are automating your output.&lt;BR /&gt;
&lt;BR /&gt;
You can write whatever commands you choose in any way you choose in an .xsf file and then just run it.  This function only outputs to console by default.    &lt;BR /&gt;
&lt;BR /&gt;
The python method is really quite simple as well.  Simply do:&lt;BR /&gt;
&lt;BR /&gt;
   vi shloch.py&lt;BR /&gt;
   i&lt;BR /&gt;
   print exsh.clicmd('show log chronological', True)&lt;BR /&gt;
   &lt;ESC&gt;&lt;BR /&gt;
   :wq&lt;BR /&gt;
   run script shloch.py&lt;BR /&gt;
&lt;BR /&gt;
and enjoy!&lt;/ESC&gt;</description>
      <pubDate>Sat, 04 Jul 2015 06:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23821#M2440</guid>
      <dc:creator>Mike_Lane</dc:creator>
      <dc:date>2015-07-04T06:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: show log chronological</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23822#M2441</link>
      <description>For anyone coming across this thread in the future, I've created a GTAC Knowledge article discussing this as well:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/Is-there-a-way-to-show-logs-in-chronological-order-in-EXOS/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/Is-there-a-way-to-show-logs-in-chronological-...&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jul 2015 19:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/show-log-chronological/m-p/23822#M2441</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2015-07-06T19:58:00Z</dc:date>
    </item>
  </channel>
</rss>

