<?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: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null' in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8440#M113</link>
    <description>Hi Zdenek,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for the examples. I planned to use the port list approach.&lt;BR /&gt;
I see there's a lot of things around that small simple $port variable. I'll drill it down to spot the issue on my side.&lt;BR /&gt;
&lt;BR /&gt;
Apparently, I would like to clone some stuff from EFO for creating VSNs on VSP/ERS devices - unless I get any info that it is already planned for XMC for implementation. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
Tomasz&lt;BR /&gt;</description>
    <pubDate>Sat, 25 Aug 2018 22:19:00 GMT</pubDate>
    <dc:creator>Tomasz</dc:creator>
    <dc:date>2018-08-25T22:19:00Z</dc:date>
    <item>
      <title>XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8438#M111</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Couple of days ago I was trying to play with XMC scripting capabilities to combine it with VOSS device (VSP4K).&lt;BR /&gt;
To start with something simple to check if it works, I did a script to enable a port.&lt;BR /&gt;
CLI script type with exact port specified worked:&lt;BR /&gt;
enable&lt;BR /&gt;
configure terminal&lt;BR /&gt;
interface GigabitEthernet 1/1&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exitI wanted to do the same but with $port variable instead of a fixed port number. I've created a TCL script to be able to do that, and then during the execution XMC did 'configure terminal', I see some standard output about 'CTRL/Z' but then the script didn't continue, there was an error instead:&lt;BR /&gt;
javax.script.ScriptException:&lt;BR /&gt;
*** Script Error ***&lt;BR /&gt;
nullThe same if I try a TCL script but with fixed port number instead of $port.&lt;BR /&gt;
What do I do wrong with that TCL script?&lt;BR /&gt;
That looks more like a bug but perhaps there's something I don't know.&lt;BR /&gt;
I've selected a port with $port version obviously. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Tomasz&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2018 14:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8438#M111</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-08-24T14:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8439#M112</link>
      <description>Hi Tomek.&lt;BR /&gt;
&lt;BR /&gt;
I suggest to check some examples available at &lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_CLI_scripts/README.md" target="_blank" rel="nofollow noreferrer noopener"&gt;GitHub&lt;/A&gt;. There are two ways how you can enter the port. &lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_CLI_scripts/xml/Create_EAPS.xml?raw=true" target="_blank" rel="nofollow noreferrer noopener"&gt;Option 1 &lt;/A&gt;is to use the input form. &lt;A href="https://raw.githubusercontent.com/extremenetworks/ExtremeScripting/master/Netsight/oneview_CLI_scripts/xml/Configure_Vlan_on_the_Port-Extreme-Cisco-Comware.xml" target="_blank" rel="nofollow noreferrer noopener"&gt;Option 2&lt;/A&gt; is to select the port from the list.&lt;BR /&gt;
&lt;BR /&gt;
Good luck and if you create some useful script feel free to share!&lt;BR /&gt;
&lt;BR /&gt;
Z.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Aug 2018 22:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8439#M112</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-08-25T22:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8440#M113</link>
      <description>Hi Zdenek,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for the examples. I planned to use the port list approach.&lt;BR /&gt;
I see there's a lot of things around that small simple $port variable. I'll drill it down to spot the issue on my side.&lt;BR /&gt;
&lt;BR /&gt;
Apparently, I would like to clone some stuff from EFO for creating VSNs on VSP/ERS devices - unless I get any info that it is already planned for XMC for implementation. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
Tomasz&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Aug 2018 22:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8440#M113</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-08-25T22:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8441#M114</link>
      <description>Create VSNs on VSP/ERS is already available. With Fabric Management introduced in XMC 8.2 you will have much more robust tool.&lt;BR /&gt;
&lt;BR /&gt;
of course you can create your own scripts/workflows. feel free to share.</description>
      <pubDate>Sat, 25 Aug 2018 22:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8441#M114</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-08-25T22:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8442#M115</link>
      <description>Fabric Management? Sounds EXTREMEly good! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Aug 2018 22:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8442#M115</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-08-25T22:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8443#M116</link>
      <description>We had sneak preview of that in July. It will be demonstrated at the partner conference to the broad audience.</description>
      <pubDate>Sat, 25 Aug 2018 22:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8443#M116</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-08-25T22:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8444#M117</link>
      <description>I suggest to start to move to Python from TCL. It is much easier to troubleshoot and much more powerful. Some examples are at GitHub also.</description>
      <pubDate>Sat, 25 Aug 2018 22:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8444#M117</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-08-25T22:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8445#M118</link>
      <description>But does that Python in XMC drive the scripts server-side, or is it a Python that goes to the switch and executes there? If the latter, I agree with you in case of EXOS. For VOSS I didn't see Python support yet...?&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Aug 2018 22:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8445#M118</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-08-25T22:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: XMC TCL script results with 'javax.script.ScriptException: *** Script Error *** null'</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8446#M119</link>
      <description>Python works the same as TCL there. Executed in XMC and output is sent to the CLI.</description>
      <pubDate>Sat, 25 Aug 2018 22:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/xmc-tcl-script-results-with-javax-script-scriptexception-script/m-p/8446#M119</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-08-25T22:20:00Z</dc:date>
    </item>
  </channel>
</rss>

