login timeout on ver 7.6(5.0)
Brought to you by:
jkeroes
Hello,
I've made a full working script to find where is located a
host on our whole network with Net::Telnet::Cisco but
from 1 day we have upgraded floorswitches to release :
Mod Port Model Serial # Versions
--- ---- ------------------ -------------------- ------
---------------------------
1 2 WS-X4013 JAB05020CGK Hw : 3.0
Gsp: 7.6(5.0)
Nmp: 7.6(5)
Since that time, I receive a login timeout from the script
and it hangs out !
Does somebody knows what changes has been made on
that version ??
Does anybody know what's the solution ??
I have tried some few options without any result.
Thank to help me.
Rgds,
Marc.
marc.de-landy@cec.eu.int
Logged In: NO
Ok,
When I set the errmode to return I got very slow response ...
The problem must be somewhere there !
marc.de-landy@cec.eu.int
Logged In: NO
Ok, I found that the login prompt is not recognised.
The login output string seems to be the same, must be some
encoded before ?!?
I'll try to fix it in the .pm.
If somebody knows the problem please contact me.
thks,
marc.de-landy@cec.eu.int
Logged In: NO
There is a software fix on the cisco side. It is also broken in
8.2.1., 6.4.8 and 7.6.5 What happens is that with these
versions of code, you would Need to hit return to get telnet
prompt and some apps timeout. In the newer software 7.6.6
and 8.2.2, 6.4.9,
a feature has been added to enable/disable telnet wait feature
set ip telnet wait enable|disable
The software is not out yet. Due out at end of Apr 2004.
Logged In: NO
Thanks for your help.
Do you know how to simulate this 'return' with the package.
I already tried cmd("") but without success ??
Any idea ??
Thank
Marc.de-landy at cec.eu.int
Logged In: NO
It works !!!
I just have added :
$when = $sesrouter->send_wakeup( 'connect' );
thanks for your mesg.
Marc