04-27-2014 09:46 PM
In IOS, there is a configuration backup tool which is Archive command.
Is there any relevance tool/command for ASR 9K for configuration backup to remote host (FTP server) ?
04-27-2014 10:50 PM
archive log config logging enable hidekeys path tftp://[tftp__ip_address]/$h- write-memory time-period 10080
Try this one.
This is how it works:
One more thing: I would recommend you use a Linux-based TFTP server. The reason is because Windows-based file system will find it extremely impossible to store a file with the character ":" as part of the filename. Linux-based system will have no problem with this.
04-28-2014 01:50 AM
Hi Leo,
Archive command is not available in IOS-XR.
Rgds,
chanty
05-19-2014 11:25 AM
on side note you can use logging archive to log it on device like disk/harddisk.
04-28-2014 04:53 AM
We do have the commit auto-save feature, closest I can think of for this, but it is going to overwrite the file every time and when you issue the commit you must confirm saving the file or not.
Here is an example of what this looks like.
configuration commit auto-save filename ftp://<username>:<password>@<ipaddr>/<remote-filepath>
Alternatively you can have a 'bot' login and collect the data you need.
HTH,
Sam
05-19-2014 11:00 AM
can u explain more about 'bot' login how that to be done ?
10-28-2014 03:27 AM
What if you want to use a VRF for the FTP session (f.ex I have vrf MGMT)?
10-28-2014 09:44 AM
you can very well do it via FTP over vrf
e.g.
copy ftp://root:root@18.9.0.252;MGMT/ harddisk:/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide