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

This message is for all my Perl Monks; I am new to Perl and still wet behind the ears. But I do remember some things my parents taught me; why reinvent the wheel is someone else has already done it. I have a large Brocade switch environment crossing across multiple networks. Does any of my Monks scriptures have any scripts they would be willing to share with the new guy on the block? My workstation is Windows 7, 32 bit.
  • Comment on Using Perl To Manage My Brocade Switches

Replies are listed 'Best First'.
Re: Using Perl To Manage My Brocade Switches
by thomas895 (Deacon) on Jul 11, 2014 at 18:44 UTC
      Thank you for just getting to the point. What I would like to be able to do is use Perl to read switch command from a text file and also return the output to another text file.

        With some research I did for you, I was able to deduce that one connects to a Brocade Switch using SSH. There is much information on ways to do this, especially on for example the Net::SSH(2) documentation, and a Super Search here for Net::SSH(2).
        Use whichever works best for you.

        ~Thomas~ 
        "Excuse me for butting in, but I'm interrupt-driven..."