Hi,
I am using Net::Telnet to connect to an equipments console. I am able to send commands and receive responses to my commands. But I am unable to get the system logs which the equipment puts on to this console at real time. I get these logs as a response to my next command. The result is that, as I check for a particular regex as the response to my commands, and the system logs also have similar syntaxes, it matches the regex and actually displays the system logs as the response of my command.
Need your wisest advice.
Thanks!