Menu

Tree [f0cc05] master /
 History

HTTPS access


File Date Author Commit
 blib 2013-02-13 Ken Eshelby Ken Eshelby [f0cc05] fixed port listing bug #1
 lib 2013-02-13 Ken Eshelby Ken Eshelby [f0cc05] fixed port listing bug #1
 Changes 2012-11-17 Ken Eshelby Ken Eshelby [18860a] check_neighobrs cleanup
 LICENSE 2012-09-26 Marcus Beaman Marcus Beaman [d3e83b] Initial commit
 Makefile 2012-12-13 Ken Eshelby Ken Eshelby [21071d] loop detection
 Makefile.PL 2013-02-13 Ken Eshelby Ken Eshelby [f0cc05] fixed port listing bug #1
 README 2012-12-13 Ken Eshelby Ken Eshelby [21071d] loop detection
 pm_to_blib 2012-09-26 Marcus Beaman Marcus Beaman [d3e83b] Initial commit
 rcdp 2013-02-13 Ken Eshelby Ken Eshelby [f0cc05] fixed port listing bug #1
 rcdp.conf 2012-11-17 Ken Eshelby Ken Eshelby [18860a] check_neighobrs cleanup
 rcdp.conf.pod 2013-02-13 Ken Eshelby Ken Eshelby [f0cc05] fixed port listing bug #1
 rcdp.tgz 2012-10-04 Ken Eshelby Ken Eshelby [e91b95] dot11 assoc, ip filters

Read Me

NAME

   RCDP - CLI based network mapping/discovery 

DESCRIPTION

   The rcdp utility provides network device discovery and hierachical, 
   character based mapping suitable for use in a CLI based environment.  Currently
   it supports only Cisco devices via SNMP, but future version will include 
   multivendor and multiprotocol support (Telnet/SSH).

   Besides mapping rcdp is usefull for pushing config changes out to a large number 
   of devices vis SNMP, or tracking down IP/MAC addresses , or gathering
    information about your network deives such as chassis serial numbers 
   (modues not supported yet), OS versions numbers, and hardware models.

INSTALLATION

    RCDP requires perl, Net::SNMP, Net::Telnet, and Net::SSH modules.  
    RCDP is installed using the distribution file.  After unpacking the 
    file, perform the following steps while in the top level directory of the distribution:

        a.  Create a makefile by decompressing and then running Perl against Makefile.PL and 
            then run make.  If on windows you may need to install stawberry/activestate perl
            use make/dmake for the install and possibly use cpan for Net::SNMP module install:

		tar -xzf rcdp.tar.gz
		cd rcdp
                perl Makefile.PL
                make test
                make install
		configure rcdp.conf (see man page or rcdp.conf example file)
		mv rcdp.conf /etc ?

REQUIREMENTS

   Net::SNMP
   Net::Telnet 
   Net::SSH

DOCUMENTATION

    Documentation is included as part of the RCDP module in 
    Plain Old Documentation (POD) format. 

AUTHOR

    Marcus A. Beaman <beamanm@gmail.com>
    
LICENSE AND COPYRIGHT

    Copyright (c) 1998-2012 Marcus A. Beaman.  All rights reserved.

    This program is free software; you may redistribute it and/or
    modify it under the same terms as the Perl 5 programming language
    system itself.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.