in reply to Re^3: Net::Telnet issue
in thread Net::Telnet issue

Actually when i manually log in to the device and run the command i can see that the command output is huge. So in script entire output is not being able to be captured. It is able to capture first possible few lines and than "--More--" is coming up. How can i increase the capacity of the cmd function in script so that entire command output will get captured in single go please suggest

Replies are listed 'Best First'.
Re^5: Net::Telnet issue
by poj (Abbot) on Feb 23, 2018 at 16:47 UTC

    Reading this suggests you have to configure the page size with a set length 0 command.

    poj

      how can i do that in script. can you suggest And is this command applicable to cisco devices only? If yes, that it will be a problem for me because we have devices from other vendors as well please suggest