I have an Alcatel Lucent ESS 7450 with a standard prompt of:<br><br>"*B:LFTHEDSW1# " (space at the end)<br><br>When I perform the command:<br><br>clogin -c "environment no more; admin display-config" 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 "Error: TIMEOUT reached"
and the script exits<br><br>I can't figure out why it won't work since #<space> 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 {"password: "}<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.