<?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 easy way to remove lines of config in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89008#M21122</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;  &lt;P&gt;I am a&amp;nbsp;Cisco CCNP that is learing&amp;nbsp;Extreme.&amp;nbsp;On Cisco I can take any command and put “no” in front of it to completely delete it from the config file.&amp;nbsp; I have found that “unconfigure” and “disable” accomplish the same thing on extreme.&amp;nbsp; The issue&amp;nbsp;is that&amp;nbsp;it will not let me include the entire line.&amp;nbsp; for example:&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;#does not work&lt;BR /&gt;unconfigure qosprofile QP1 minbw 0 maxbw 100 priority low ports 4&lt;BR /&gt;&lt;BR /&gt;#works&lt;BR /&gt;unconfigure qosprofile&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;This is driving me crazy. I just need to write a script that removes some configuration on one of our existing switches to allow me to repurpose some of the ports.&amp;nbsp; I don't want to test each command to see how much I can include of the comand to make the system happy.&lt;/P&gt;  &lt;P&gt;Is there a universal “delete this line” command?&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 05:19:11 GMT</pubDate>
    <dc:creator>Jighting</dc:creator>
    <dc:date>2020-05-29T05:19:11Z</dc:date>
    <item>
      <title>easy way to remove lines of config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89008#M21122</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;  &lt;P&gt;I am a&amp;nbsp;Cisco CCNP that is learing&amp;nbsp;Extreme.&amp;nbsp;On Cisco I can take any command and put “no” in front of it to completely delete it from the config file.&amp;nbsp; I have found that “unconfigure” and “disable” accomplish the same thing on extreme.&amp;nbsp; The issue&amp;nbsp;is that&amp;nbsp;it will not let me include the entire line.&amp;nbsp; for example:&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;#does not work&lt;BR /&gt;unconfigure qosprofile QP1 minbw 0 maxbw 100 priority low ports 4&lt;BR /&gt;&lt;BR /&gt;#works&lt;BR /&gt;unconfigure qosprofile&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;This is driving me crazy. I just need to write a script that removes some configuration on one of our existing switches to allow me to repurpose some of the ports.&amp;nbsp; I don't want to test each command to see how much I can include of the comand to make the system happy.&lt;/P&gt;  &lt;P&gt;Is there a universal “delete this line” command?&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 05:19:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89008#M21122</guid>
      <dc:creator>Jighting</dc:creator>
      <dc:date>2020-05-29T05:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to remove lines of config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89009#M21123</link>
      <description>&lt;P&gt;Edit,&lt;/P&gt;  &lt;P&gt;It’s actually like this&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;#does not work&lt;BR /&gt;unconfigure qosprofile QP1 minbw 0 maxbw 100 priority low ports 4&lt;BR /&gt;&lt;BR /&gt;#works&lt;BR /&gt;unconfigure qosprofile port 4&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 06:28:41 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89009#M21123</guid>
      <dc:creator>Jighting</dc:creator>
      <dc:date>2020-05-29T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to remove lines of config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89010#M21124</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;No&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;-Ron&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 14:24:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89010#M21124</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2020-05-29T14:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to remove lines of config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89011#M21125</link>
      <description>&lt;P&gt;Sometimes also “unconfigure” won’t cut it and the opposite of&lt;/P&gt;  &lt;P&gt;config this add that&lt;/P&gt;  &lt;P&gt;becomes&lt;/P&gt;  &lt;P&gt;config this delete that&lt;/P&gt;  &lt;P&gt;Yeah it’s not exactly straightforward all the time &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 17:48:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89011#M21125</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2020-05-29T17:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to remove lines of config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89012#M21126</link>
      <description>&lt;P&gt;Thanks for the answers!&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;I will submit a feature request as this seems like something that should be available.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 21:43:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/easy-way-to-remove-lines-of-config/m-p/89012#M21126</guid>
      <dc:creator>Jighting</dc:creator>
      <dc:date>2020-05-29T21:43:08Z</dc:date>
    </item>
  </channel>
</rss>

