ios_get_interfaces version 0.10
=====================


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

USAGE

use strict;

use warnings;

use ios_get_interfaces;

my%info = (name => "router_a", showrun_file => "show_running_config.txt", csv=>"router_a.csv");

my$router = ios_get_interfaces->new(\%info);

my$interfaces = $router->get_info();

print @{$interfaces};

$router->make_report();


COPYRIGHT AND LICENCE

Copyright (C) 2017 by Cladi Di Domenico

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.12.4 or,
at your option, any later version of Perl 5 you may have available.
