in reply to Net::Telnet::Cisco and Terminal Server

ive had this problem before. Try placing a sleep between processes to wait for the server to respond and send the prompts. Can you post some code? maybe i can get a better idea of what is going on
  • Comment on Re: Net::Telnet::Cisco and Terminal Server

Replies are listed 'Best First'.
Re^2: Net::Telnet::Cisco and Terminal Server
by perldragon80 (Sexton) on Mar 16, 2006 at 23:57 UTC
    Ok, I updated it with a little basic code snippet, pretty much straight out of the Net::Telnet:Cisco docs. I will try to add a sleep, and see if that helps.