Cisco Running Config to FTP
Quick Description | This Automation Policy backs up the Cisco router running-config to an FTP server. |
Applies To | N-central 9.0.x |
Last Revised | August 20, 2013 |
Overview
This Automation Policy backs up the Cisco router running-config to an FTP server.
Input parameters
Router IP Address: <string value> 192.168.1.1
Router User Name: <string value> admin
Router Password: <password value>
Router Port Number: <number value> 22
Backup Cisco Router to FTP Command: <string value> copy /noconfirm running-config ftp://FTP_USERNAME:FTP_PASSWORD@FTP_IP_ADDRESS:21:running-config
- FTP_USERNAME = FTP Server UserName
- FTP_PASSWORD - FTP Server Password
- FTP_IP_ADDRESS = IP of FTP Server
Automation policy
Outcome
The policy backs up the Cisco router running-config to the specified FTP server.
Troubleshooting
There is no troubleshooting available.