I want to collect the the information from cisco devices through ssh. Using pexpect logout method seems good but maxread attribute is limited to 1168 characters. Allthough I set it to 2000, when I do show running-config on cisco router output comes to the logfile until the 1168 character is reached. Windows size is 500 x 80. I checked the maxread atribute and it's 2000 during the code execution. What stops the output of beeing written into log file?
-- http://mail.python.org/mailman/listinfo/python-list