in reply to Using Perl To Manage My Brocade Switches

What is it you want to do with your switches? I'm sure somebody has some scripts relating to "Brocade Switches", but if they are of use to you is another question.
Is there a specific problem you have, a task that needs automating, or something of the sort? If so, post what you have tried(with code, preferably), and where you are confused.

See also How do I post a question effectively?, a search on CPAN relating to "brocade", a Super Search on this site for "Brocade" and always a a google search.

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."
  • Comment on Re: Using Perl To Manage My Brocade Switches

Replies are listed 'Best First'.
Re^2: Using Perl To Manage My Brocade Switches
by PerlCramps (Novice) on Jul 15, 2014 at 11:18 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..."