in reply to Re: Using Perl To Manage My Brocade Switches
in thread Using Perl To Manage My Brocade Switches

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.
  • Comment on Re^2: Using Perl To Manage My Brocade Switches

Replies are listed 'Best First'.
Re^3: Using Perl To Manage My Brocade Switches
by thomas895 (Deacon) on Jul 15, 2014 at 20:19 UTC

    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..."