Backing Up Configuration:
1. Connect to the switch:
Use a web browser to access the switch’s web console via its IP address or use SSH/CLI.
2. Login:
Enter your admin username and password.
3. Locate the Backup Option:
In the web interface, go to System → Configuration → Save/Backup (or similar, depending on the model).
In CLI, the command is usually copy running-config startup-config to save locally, and some models allow upload to a TFTP/FTP server.
4. Export the Configuration:
Choose Export or Backup to download a .cfg or .xml file to your computer.
If using TFTP/FTP, provide the server IP and filename.
Restoring Configuration
1. Access the Switch:
2. Log in via web console or CLI.
3. Locate the Restore Option
4. In web interface: System → Configuration → Restore/Upload.
5. In CLI, use copy tftp startup-config or copy tftp running-config.
6. Upload the Backup File
7. Select the saved backup file from your computer or specify the TFTP/FTP path.
8. Apply the Configuration
Some switches require a reboot to apply the restored configuration. Confirm if prompted.