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) |