Subject: | login problem with catos 8.2x |
Hello,
I'm writing a script for receiving commands output. It works fine with
catos and ios. But for three switchs that I've (running 8.2(1)), the
login command doesn't respond.
code extraction:
if ($telnet->login('sword', $mdp1)) {
print "login: ok\t";
}
It seems that the device doesn't respond to the login command. snooping
the script, I've a tcp telnet syn, (syn,ack), ack, (fin,ack) and (rst,
ack). I never received the telnet data with the equipment's banner ?
It seems to me a catos version problem, what do you think.
Thanks.
Patrick Vignaud.