FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13389 questions

15915 answers

25770 comments

50514 members

0 votes
140 views 1 comments
by
Hi,

Looking for a reference for using the CLI to save and restore the device current config.

Any help appreciated.

 Regards

1 Answer

+1 vote
by

Hi,

If you'll execute sysupgrade command in CLI it should give you all available commands for FW reflashing and backup creating/restoring.

sysupgrade -b <filename> creates a backup.

sysupgrade -r <filename> restores from the backup

EB.

by
Thanks, much appreciated!