cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

configuration commit auto-save filename

We found a couple issues with this command.  The first is pretty major.  If you do a 'commit' it works as expected and you get a backup copy of your config to your location of choice.  Alternatively, if you do an 'end' followed by 'yes' nothing happens.  Your changes are committed, but since you did not type 'commit', no backup is generated.  Can we get a bug fix for this so that any commits, even if you don't explicitly type 'commit', generate a backup file?

Works:

RP/0/RSP0/CPU0:ASR9K-1(config-if)#commit
This could be a few minutes if your config is large. Confirm? [y/n][confirm]y

Does not work:

RP/0/RSP0/CPU0:ASR9K-1(config-if)#end
Uncommitted changes found, commit them before exiting(yes/no/cancel)? [cancel]:y
RP/0/RSP0/CPU0:ASR9K-1#

 

The other issue is with using this command when your FTP server is on a VRF.  The syntax you need is as follows:

configuration commit auto-save filename ftp://username:password@A.B.C.D;VRF_NAME/folder/file.extension

The command reference documentation could use this update.

Who Me Too'd this topic