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

Maybe your device vendor has an option to disable the prompt for another keypress?

Replies are listed 'Best First'.
Re^4: Net::Telnet issue
by Anonymous Monk on Feb 23, 2018 at 15:58 UTC
    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

      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