# Cisco Configuration Remote Inventory Plugin # 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: - A cisco devide - perl installed - Module perl-Net-Telnet installed # 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 ``` If your cisco device needs user plus password to log in : ``` get_config.pl ```
**ParĂ¡meter****Description**
ip-addressip telnet (required)
login-passyour password (required)
enable\_passyour password for enable (required)
usernameyour username (only required if you need for login in your configuration)