On Sun, Jul 14, 2013 at 10:06 PM, Kolya Gromivchuk
<gromivchuk.ko...@gmail.com> wrote:
> Hello,
>
> I need some advice which library or module to use for multiple connection to
> network devices. For example change status of ports on the hundred switches.
>
>

I don't see any reason to get it concurrently, rather to process each
device on its own and go further if the latter has been configured
correctly. In this case any ssh module will suffice, plus you should
get a look at something like the Cisco::Management (or alike)
http://search.cpan.org/~vinsworld/Cisco-Management-0.06/lib/Cisco/Management.pm

> 2. The range of ip address assigned to switches:
> 192.168.1.0/25
>
> 3. Login and password:
> admin
> admin
> enable password admin


Well, despite the very bad habit of having username equal to password
and both equal to something trivial, you should NEVER send such
details on a maling list. They don't add any value to the question and
after all everyone here has read of the concept of "login".

Luca

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to