in reply to Re^4: telnet from a cisco telnet
in thread telnet from a cisco telnet

the other device which i am doing telnet from cisco router is not a cisco device thats why im using ...but i change like u suggested but i got a timeout message at that line.. thank u....
$t->print(..);

Replies are listed 'Best First'.
Re^6: telnet from a cisco telnet
by Corion (Patriarch) on Aug 09, 2011 at 12:40 UTC

    If you get a timeout, then the prompt that your appliance uses is not a prompt that is recognized by Net::Telnet::Cisco (or Net::Telnet). Read the documentation and supply the appropriate prompt, and everything should work.