<?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 Scripting from EMS to C-Series Timeout in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/scripting-from-ems-to-c-series-timeout/m-p/43470#M5699</link>
    <description>I'm trying to write a script to switch my dhcp helpers from one dhcp server to another in the case that we need to go to a disaster recover scenario.  I was able to get this to work on our S-Series switches but in one location we have a C-series with a router licence. AM i missing somehting?  Here is the script.&lt;BR /&gt;
&lt;BR /&gt;
"#@MetaDataStart#############################################################################################&lt;BR /&gt;
# Define your user parameters in this section. For reference, see bundled scripts.&lt;BR /&gt;
#############################################################################################&lt;BR /&gt;
#@MetaDataEnd&lt;BR /&gt;
# Enter all CLI commands from here&lt;BR /&gt;
cli router&lt;BR /&gt;
cli enable&lt;BR /&gt;
cli configure&lt;BR /&gt;
&lt;BR /&gt;
cli interface vlan Z&lt;BR /&gt;
cli no ip helper-address X.X.X.X&lt;BR /&gt;
cli ip helper-address Y.Y.Y.Y&lt;BR /&gt;
cli exit&lt;BR /&gt;
"&lt;BR /&gt;
&lt;BR /&gt;
I'm getting the following error.  I think it is timing out when I enter the "router" commend to switch to router mode.  &lt;BR /&gt;
&lt;BR /&gt;
"Error: Timeout waiting for cli response&lt;BR /&gt;
** Aborting execution of script because cli-mode is set to abort-on-error **&lt;BR /&gt;
&lt;BR /&gt;
*** Error at line - 13 ***&lt;BR /&gt;
Error: Timeout waiting for cli response"</description>
    <pubDate>Fri, 01 Jun 2018 19:46:00 GMT</pubDate>
    <dc:creator>Matthew_Perry</dc:creator>
    <dc:date>2018-06-01T19:46:00Z</dc:date>
    <item>
      <title>Scripting from EMS to C-Series Timeout</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/scripting-from-ems-to-c-series-timeout/m-p/43470#M5699</link>
      <description>I'm trying to write a script to switch my dhcp helpers from one dhcp server to another in the case that we need to go to a disaster recover scenario.  I was able to get this to work on our S-Series switches but in one location we have a C-series with a router licence. AM i missing somehting?  Here is the script.&lt;BR /&gt;
&lt;BR /&gt;
"#@MetaDataStart#############################################################################################&lt;BR /&gt;
# Define your user parameters in this section. For reference, see bundled scripts.&lt;BR /&gt;
#############################################################################################&lt;BR /&gt;
#@MetaDataEnd&lt;BR /&gt;
# Enter all CLI commands from here&lt;BR /&gt;
cli router&lt;BR /&gt;
cli enable&lt;BR /&gt;
cli configure&lt;BR /&gt;
&lt;BR /&gt;
cli interface vlan Z&lt;BR /&gt;
cli no ip helper-address X.X.X.X&lt;BR /&gt;
cli ip helper-address Y.Y.Y.Y&lt;BR /&gt;
cli exit&lt;BR /&gt;
"&lt;BR /&gt;
&lt;BR /&gt;
I'm getting the following error.  I think it is timing out when I enter the "router" commend to switch to router mode.  &lt;BR /&gt;
&lt;BR /&gt;
"Error: Timeout waiting for cli response&lt;BR /&gt;
** Aborting execution of script because cli-mode is set to abort-on-error **&lt;BR /&gt;
&lt;BR /&gt;
*** Error at line - 13 ***&lt;BR /&gt;
Error: Timeout waiting for cli response"</description>
      <pubDate>Fri, 01 Jun 2018 19:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/scripting-from-ems-to-c-series-timeout/m-p/43470#M5699</guid>
      <dc:creator>Matthew_Perry</dc:creator>
      <dc:date>2018-06-01T19:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Scripting from EMS to C-Series Timeout</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/scripting-from-ems-to-c-series-timeout/m-p/43471#M5700</link>
      <description>Matthew,&lt;BR /&gt;
&lt;BR /&gt;
To verify the switch is good, please Telnet/SSH to SAME switch and execute the commands (minus "cli") to verify all works.  IF it does then the application appears to be the issue.&lt;BR /&gt;
&lt;BR /&gt;
John</description>
      <pubDate>Wed, 06 Jun 2018 17:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/scripting-from-ems-to-c-series-timeout/m-p/43471#M5700</guid>
      <dc:creator>Martineau__John</dc:creator>
      <dc:date>2018-06-06T17:01:00Z</dc:date>
    </item>
  </channel>
</rss>

