Namespace -- Net::Telnet::Cisco::IOS
am 24.11.2005 22:01:00 von KrakenAplogies up front since I'm an utter novice when it comes to sharing
Perl modules on a large scale. My excuse is that I'm a network guy,
not a developer, so I know not what I'm doing most of the time. :)
The module I have is an extension of the Net::Telnet::Cisco module that
helps network admins use Perl to monitor and manage Cisco IOS devices.
It provides a mess of methods (31 at last count) that provide
information and do basic configs very simply.
Simple examples:
print "My router is running IOS version " . $conn->getIOSVer() .
"\n";
print "Interface F0/1 is in VLAN " . $conn->findVLAN('f0/1') .
"\n";
There's a SourceForge project for it at http://ntci.sourceforge.net.
See that site for more info.
I think the namespace is pretty open-and-shut, but I just wanted to
start the discussion for PAUSE purposes.
Input?