http://qs321.pair.com?node_id=361885

Nalina has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,

This is my first post on PM. I am new to perl. Could any one please tell me how to login to cisco pix & execute the command sh access-list <access-list id> on it using perl.   I could manually establish ssh connection to it using the s/w 'putty' & could execute commands on it.

How do i do it with perl?   I am trying to login from a windows 2000 machine. Can I use ssh on a windows 2000 system?   I tried Net::SSH::Perl module, but it didn't work on windows system. Is there any other way to do it? Please help me.

Thanks in advance
Nalina

janitored by ybiC: Removed (annoying) leading "Urgent!!!!!" from node title, minor format tweaks for legibility, made link of CPAN module name thusly - [cpan://Net::SSH::Perl]