Hello all,

I'm trying to find a way to connect to a bunch of Cisco devices using
Perl from Win32.  Now I have been using Net::Telnet::Cisco and that has
the ability to accept a SSH pty, but it doesn't look like Win32 has an
equivalent connection.

My solutions so far:
    1) Use some sort of external spawn sub that would hand off to
"putty" to do the connection and read and write to that terminal.
    2) Write an extension to Net::SSH so that it could handle Cisco?
(Probably reinventing the wheel here)

Thanks.

Aram

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to