Cisco Configuration Remote Inventory Plugin

This utility retrieves running-config from target cisco device.

Introduction

This utility retrieves running-config from target cisco device.

You can register it in your Pandora FMS Console in order to be able to configure remote inventory on cisco devices.

Compatibility matrix

Systems where it has been tested

Fedora

Systems where it should work

Any linux system 

Prerequisites

Required:

Configuration

Fedora 

For install perl if you dont have perl installed

$ sudo dnf install perl-core

For install module perl-Net-Telnet

sudo yum install perl-Net-Telnet

Manual execution and parameters

To manually run the plugin, execute the following command

If your cisco device needs only the password to enter :

get_config.pl <ip_address> <login_pass> <enable_pass>

If your cisco device needs user plus password to log in :

 get_config.pl <ip_address> <login_pass> <enable_pass> <username> 
Parámeter Description
ip-address ip telnet (required)
login-pass your password (required)
enable_pass your password for enable (required)
username your username (only required if you need for login in your configuration)