netdump is a Remote collect configuration (dumps) from networked switches, routers, firewalls using expect php library
Dependencies:
+ PHP and PHP Development Framework
+ (PHP Extension and Application Repository)
+ Tool command language (TCL) and TK,for installing expect package.
+ Expect package, required for php-expec and onsole_Table extension
Usage and install:
sudo apt-get install php5 php5-dev php-pear tcl tcl-dev tk tk-dev expect expect-dev -y sudo pecl install expect sudo pear install Console_Table git clone https://github.com/olafrv/netdump && cd netdump * After successful installation of expect package, add the following line under extension in php.ini file (this will also be shown after successful installation of expect function) sudo vi /etc/php5/cli/php.ini extension = expect.so sudo mkdir /etc/netdump sudo cp conf/targets.conf.example /etc/netdump/targets.conf sudo cp conf/auths.conf.example /etc/netdump/auths.conf sudo php netdump.php help sudo php netdump.php run
Source: https://github.com/olafrv
