<?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: command script tool netsight in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37768#M4481</link>
    <description>Ok, I think I understand now. ExtremeWare does not support if/else statements.  The only conditional statements that ExtremeWare supports are ACLs which seem to be more limited in their functionality than what you are looking for.  EXOS based switches support scripting such as UPM and Python which would probably support what you are trying to do, but ExtremeWare does not support this.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
    <pubDate>Tue, 15 Mar 2016 20:34:00 GMT</pubDate>
    <dc:creator>Tony_Thornton</dc:creator>
    <dc:date>2016-03-15T20:34:00Z</dc:date>
    <item>
      <title>command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37763#M4476</link>
      <description>I have a issue where I have to script towards none supported units in netsight ( older extremeware)  In the command script tools is there any way of doing something similar like this ?   if %DEVICEIP% == "192.168.1.1"    // Andreas</description>
      <pubDate>Tue, 15 Mar 2016 02:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37763#M4476</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2016-03-15T02:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37764#M4477</link>
      <description>Hi Andreas,&lt;BR /&gt;
&lt;BR /&gt;
Are you looking to do something equivalent to writing an ACL in EXOS (if / then / action)?&lt;BR /&gt;
&lt;BR /&gt;
If yes, you can create an ACL on ExtremeWare.  Depending on if you have an 'i' series (Summit 48si, Summit 7i, Alpine, ex) or 'e' series switch (Summit 200/300/400), the commands are a little different.&lt;BR /&gt;
&lt;BR /&gt;
Below is a link to the ExtremeWare CLI Guide.  Page 491 describes how to create an access list.&lt;BR /&gt;
&lt;BR /&gt;
The guide shows how to create ACLs for 'e' and 'i' series switches.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://extrcdn.extremenetworks.com/wp-content/uploads/2014/02/ExtremeWareCommandRef78.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;http://extrcdn.extremenetworks.com/wp-content/uploads/2014/02/ExtremeWareCommandRef78.zip&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Tony</description>
      <pubDate>Tue, 15 Mar 2016 03:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37764#M4477</guid>
      <dc:creator>Tony_Thornton</dc:creator>
      <dc:date>2016-03-15T03:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37765#M4478</link>
      <description>Thanks for the response.   The thing I'm looking for is actually a port group feature in nesight for extremeware. Since I couldn't add the ports to a port group I wanted to find a way to configure vlan X  on device Y on port portgroup X ( in essence a array of ports )</description>
      <pubDate>Tue, 15 Mar 2016 03:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37765#M4478</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2016-03-15T03:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37766#M4479</link>
      <description>I'm not sure if this is what you are looking for, but you can add a group of ports to specific vlans and apply to certain switches like this:&lt;BR /&gt;
&lt;BR /&gt;
                For “i” series switches:&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan &lt;VLAN name=""&gt; add ports  {tagged | untagged} {nobroadcast} {soft-rate-limit}&lt;BR /&gt;
&lt;BR /&gt;
  For “e” series switches:&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan &lt;VLAN name=""&gt; add ports  {tagged | untagged}&lt;BR /&gt;
&lt;BR /&gt;
You can enter these commands in the NetSight scripting tool to allow you to configure vlan X with port(s) Y and run the script on various device(s) Z.&lt;BR /&gt;
&lt;BR /&gt;&lt;/VLAN&gt;&lt;/VLAN&gt;</description>
      <pubDate>Tue, 15 Mar 2016 03:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37766#M4479</guid>
      <dc:creator>Tony_Thornton</dc:creator>
      <dc:date>2016-03-15T03:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37767#M4480</link>
      <description>No not what I mean.    In netsight there is a command script tool ( if you right click on a device it will show up as execute command)       Can I in that tool use any if/else statement to run a command script on a particular devices.     Say I have a group of 10 devices.     On device that has ip 1.1.1.2 and 1.1.1.3 I want to tag a Y with vlan X but on the rest of the devices I want to tag vlan X on port Z     Makes sense ?</description>
      <pubDate>Tue, 15 Mar 2016 14:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37767#M4480</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2016-03-15T14:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37768#M4481</link>
      <description>Ok, I think I understand now. ExtremeWare does not support if/else statements.  The only conditional statements that ExtremeWare supports are ACLs which seem to be more limited in their functionality than what you are looking for.  EXOS based switches support scripting such as UPM and Python which would probably support what you are trying to do, but ExtremeWare does not support this.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Tue, 15 Mar 2016 20:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37768#M4481</guid>
      <dc:creator>Tony_Thornton</dc:creator>
      <dc:date>2016-03-15T20:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37769#M4482</link>
      <description>No sorry not sure if I mislead you     Forget about extremeware.     Can I in "Nesight command script tool"   Do if and else statements ?   Similar to this script I wrote in ridgeline       IF ([string equal $eapsdomainname BLAJD]) THEN    IF ([string equal $deviceIP X.X.X.X ]) THEN      IF ([string equal $createvman yes]) THEN        create vman $vmanname        configure vman $vmanname tag $currentVmanTag        disable igmp snooping $vmanname      ENDIF      config eaps uppsala_pri add protected $vmanname      config vman  $vmanname add ports X,X tagged      regexp {.*Adding EAPS ring ports to a VLAN could cause a loop.*} ${CLI.OUT} foundit      IF ([info exists foundit]) THEN        yes      ENDIF    ENDIF</description>
      <pubDate>Tue, 15 Mar 2016 21:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37769#M4482</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2016-03-15T21:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37770#M4483</link>
      <description>If you're running Netsight 6.2-3&lt;BR /&gt;
While not in Console, from Oneview there is a pretty powerful scripting engine that might be able to accomplish what you are looking for.&lt;BR /&gt;
It supports if-else style statements&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a43d3f389ea944e4b32d905f940a0a6a_RackMultipart20160315-107730-hb3qs1-tclexample_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/536i0D0C4D492DC660BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="a43d3f389ea944e4b32d905f940a0a6a_RackMultipart20160315-107730-hb3qs1-tclexample_inline.png" alt="a43d3f389ea944e4b32d905f940a0a6a_RackMultipart20160315-107730-hb3qs1-tclexample_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Keyword wise, you could use IP, Device Type or software Rev.&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a43d3f389ea944e4b32d905f940a0a6a_RackMultipart20160315-33543-1h6l9ll-tclexample2_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4216iF78630FA1E43D8DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="a43d3f389ea944e4b32d905f940a0a6a_RackMultipart20160315-33543-1h6l9ll-tclexample2_inline.png" alt="a43d3f389ea944e4b32d905f940a0a6a_RackMultipart20160315-33543-1h6l9ll-tclexample2_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2016 21:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37770#M4483</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2016-03-15T21:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: command script tool netsight</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37771#M4484</link>
      <description>Yeah I know that tool. However that is not a option since it wont run on a "extremeware" OS.     But thanks anyways.</description>
      <pubDate>Tue, 15 Mar 2016 23:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/command-script-tool-netsight/m-p/37771#M4484</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2016-03-15T23:59:00Z</dc:date>
    </item>
  </channel>
</rss>

