How To Backup And Restore Your Edge Router

Опубликовано: 06 Октябрь 2024
на канале: Undiluted Tech
3,385
15

In this video, I walk you through how to back up your edge router and restore it if need be. This is using GUI as for the CLI I kept getting errors on saving file on my remote server. If you figure it out leave a comment. Here are the steps for backing up using CLI (IF you get it to work let me know)
1. Log in to your Edge router using putty or CLI inside your GUI
2. Enter configuration mode using the configure command
3. commit ; save
4. cat /config/config.boot (To verify the contents)
5. save ?
6. save scp://user:password@host/file (save to file on remote machine)
7. Verify your contents using a text editor

To restore
1. configure
2. load ?
3. compare (difference between backup and working)
4. commit
5. save (this saves it to the startup/boot configuration