I have an Alcatel Lucent ESS 7450 with a standard prompt of:<br><br>&quot;*B:LFTHEDSW1# &quot; (space at the end)<br><br>When I perform the command:<br><br>clogin -c &quot;environment no more; admin display-config&quot; 10.128.1.2<br>

<br>the script logs in, inputs the password and actually shows the
prompt, but becomes un-responsive until I get &quot;Error: TIMEOUT reached&quot;
and the script exits<br><br>I can&#39;t figure out why it won&#39;t work since #&lt;space&gt; is a common cisco prompt.<br>
<br>The switch only allows ssh and here is the entry for this device in .cloginrc:<br>add noenable    10.128.1.2      1<br>add method      10.128.1.2      {ssh}<br>add user        10.128.1.2      admin<br>add password    10.128.1.2      {password}<br>

add passprompt  10.128.1.2      {&quot;password: &quot;}<br><br>Can I modify a copy of clogin somehow to make this automated login work?<br><br>Thank you in advance.<br>Bryan F.