<?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: brief/abbreviated &amp;quot;show configuration&amp;quot; command in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33220#M6273</link>
    <description>The closest thing to this that I'm aware of is the "show config clean" script that we've got on our GitHub:&lt;BR /&gt;
&lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_config_clean" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_config_clean&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
By adding some additional logic to this script, it could be updated to further condense configuration lines like you're suggesting.&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Nov 2017 21:42:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2017-11-30T21:42:00Z</dc:date>
    <item>
      <title>brief/abbreviated "show configuration" command</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33217#M6270</link>
      <description>Hey,&lt;BR /&gt;
&lt;BR /&gt;
Often times I just want a quick print out of the live config on a switch and see if there are any oddities.The problem is many of the per-port commands (QPs, DiffServ Exam/Replace, LLDP/CDP/EDP) add a config line entry for &lt;I&gt;each &lt;/I&gt;port. If I have a stack of 48 port switches even the most basic config can span hundreds and hundreds of lines. Is there a way to show a condensed show configuration" command?&lt;BR /&gt;
&lt;BR /&gt;
For example, issuing a single command to enable full LLDP TLVs adds ~250 lines to the configuration &lt;I&gt;﻿per switch&lt;/I&gt;﻿.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2017 08:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33217#M6270</guid>
      <dc:creator>kyler_hauschild</dc:creator>
      <dc:date>2017-11-30T08:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: brief/abbreviated "show configuration" command</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33218#M6271</link>
      <description>Hello Kyler,&lt;BR /&gt;
&lt;BR /&gt;
You may do filtering config per module and also do grep for including/excluding config lines, like in example below:&lt;BR /&gt;
&lt;BR /&gt;
SW2.1 # sh configuration &lt;BR /&gt;
  &lt;CR&gt;            Execute the command&lt;BR /&gt;
  detail          display all configuration data including default, otherwise default would not be displayed&lt;BR /&gt;
  |               Filter the output of the command&lt;BR /&gt;
  &lt;MODULE-NAME&gt;   Configuration module name&lt;BR /&gt;
    "aaa"         "acl"         "cfgmgr"      "cfm"         "devmgr"      &lt;BR /&gt;
    "dirser"      "dosprotect"  "eaps"        "edp"         "elrp"        &lt;BR /&gt;
    "elsm"        "ems"         "epm"         "erps"        "esrp"        &lt;BR /&gt;
    "etmon"       "fdb"         "hal"         "hclag"       "idMgr"       &lt;BR /&gt;
    "ipSecurity"  "lacp"        "lldp"        "mcmgr"       "mrp"         &lt;BR /&gt;
    "netlogin"    "nettools"    "nodemgr"     "poe"         "polMgr"      &lt;BR /&gt;
    "rtmgr"       "snmp"        "stp"         "telnetd"     "thttpd"      &lt;BR /&gt;
    "vlan"        "xmlc"        "xmldbe"      &lt;BR /&gt;
SW2.1 # sh configuration "lldp" | &lt;BR /&gt;
  begin           Display all the lines starting with the first line that matches the regular expression&lt;BR /&gt;
  exclude         Do not display the lines that match the regular expression&lt;BR /&gt;
  include         Display the lines that match the regular expression&lt;BR /&gt;
                              &lt;BR /&gt;
&lt;BR /&gt;&lt;/MODULE-NAME&gt;&lt;/CR&gt;</description>
      <pubDate>Thu, 30 Nov 2017 14:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33218#M6271</guid>
      <dc:creator>Necheporenko__N</dc:creator>
      <dc:date>2017-11-30T14:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: brief/abbreviated "show configuration" command</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33219#M6272</link>
      <description>Thanks Nikolay.&lt;BR /&gt;
&lt;BR /&gt;
I should have stated that I already use include and categories when I can , I'm just wondering if there's a way to condense the config into something similar to the commands someone would actually enter.&lt;BR /&gt;
&lt;BR /&gt;
For example, I'm on a stack of two X460-48t switches and someone entered:&lt;BR /&gt;
create qosprofile QP2&lt;BR /&gt;
create qosprofile QP5&lt;BR /&gt;
create qosprofile QP6Those three commands resulted in 350 lines being added to the running configuration with each line being for a specific QP for a specific port:&lt;BR /&gt;
...&lt;BR /&gt;
configure qosprofile QP2 minbw 0 maxbw 100 ports 1:1&lt;BR /&gt;
configure qosprofile QP2 minbw 0 maxbw 100 ports 1:2&lt;BR /&gt;
configure qosprofile QP2 minbw 0 maxbw 100 ports 1:3&lt;BR /&gt;
configure qosprofile QP2 minbw 0 maxbw 100 ports 1:4&lt;BR /&gt;
configure qosprofile QP2 minbw 0 maxbw 100 ports 1:5&lt;BR /&gt;
...Whereas most vendors would condense this down into:&lt;BR /&gt;
configure qosprofile QP2 minbw 0 maxbw 100 ports 1:1-1:58&lt;BR /&gt;
configure qosprofile QP2 minbw 0 maxbw 100 ports 2:1-2:58For most vendors showing the running config is considered to be the go-to command when trying to figure out how a switch has been configured. Configuration categories and the include command are useful if I already know what I'm looking for but I'm finding that's the case less and less often the more I work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2017 18:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33219#M6272</guid>
      <dc:creator>kyler_hauschild</dc:creator>
      <dc:date>2017-11-30T18:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: brief/abbreviated "show configuration" command</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33220#M6273</link>
      <description>The closest thing to this that I'm aware of is the "show config clean" script that we've got on our GitHub:&lt;BR /&gt;
&lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_config_clean" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_config_clean&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
By adding some additional logic to this script, it could be updated to further condense configuration lines like you're suggesting.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2017 21:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/brief-abbreviated-quot-show-configuration-quot-command/m-p/33220#M6273</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-11-30T21:42:00Z</dc:date>
    </item>
  </channel>
</rss>

