General
1832490 Members
3171 Online
110043 Solutions
New Discussion

Need Help - Brocade Switch Scripting

 
rakeshponnada
New Member

Need Help - Brocade Switch Scripting

Hi Experts,

 

Kindly let me know where i can learn Brocade switch scripting.

 

Many thanks in advance,

Rakesh. :)

1 REPLY 1
Johan Guldmyr
Honored Contributor

Re: Need Help - Brocade Switch Scripting

Hi, 

 

you can do this with Perl and the Net::Brcd or Net::Telnet::Brcd modules.

Or, you can use Net::SSH::Expect.

 

http://search.cpan.org/search?query=brocade&mode=all

 

It's possible that a bash expect script could work as well.

 

Ruby with net/ssh would also work (looks relatively simple).

 

I haven't seen any "framework" or API that already has pre-defined functions, but if there is one it would be interesting to take a look at.