Im new to python, I managed to telnet into my cisco router using my python codes. I am able to show commands on the screen, but I would like to save the outputs locally on my linux machine, same place where the python script lives.
Any suggestions?
my aim is to store the output locally and then import matplotlib to draw some pretty nifty graphs of bandwidth usages, cpu usages, memory usages and also interface usages.
For what you are looking to do, you should consider using SNMP instead of trying to process the telnet I/O.
You will be able to pull the values off that you are describing and put them in your data storage of choice (text, mysql, etc.)
http://pysnmp.sourceforge.net/
http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf014.html