SSH/Telnet program to Router/switch

Johannes Schneider johannes.schneider at galileo-press.de
Wed Feb 19 05:36:56 EST 2014


On 19.02.2014 09:14, Sujith S wrote:
> Hi,
>
> I am new to programming and python. I am looking for a python script to do ssh/telnet to a network equipment ? I know tcl/perl does this using expect/send.
>
> Do we have expect available in python as well or need to use some other method ?
>
> Regards
> Sujith
>



I'm using paramiko to access some routers and firewalls from python and 
it works very well.

bg,
Johannes


-- 
Johannes Schneider
Webentwicklung
johannes.schneider at galileo-press.de
Tel.: +49.228.42150.xxx

Galileo Press GmbH
Rheinwerkallee 4 - 53227 Bonn - Germany
Tel.: +49.228.42.150.0 (Zentrale) .77 (Fax)
http://www.galileo-press.de/

Geschäftsführer: Tomas Wehren, Ralf Kaulisch, Rainer Kaltenecker
HRB 8363 Amtsgericht Bonn



More information about the Python-list mailing list