01-13-2021 08:54 PM
Hey all, how does one go about backing up and restoring the config for a WM3400? Need to do this from command line since Flash no longer works.
Solved! Go to Solution.
01-13-2021 09:37 PM
Hello Sean,
In regards to flash and GUI: https://extremeportal.force.com/ExtrArticleDetail?an=000085391
Please use WiNG-Man for GUI access.
To backup config via CLI:
#copy startup-config tftp://<ipaddress>/<filename>
Example:
#copy startup-config tftp://192.168.10.50/startup-config
FTP:
#copy startup-config ftp://<username>:<password>@<ip-address>/<filename>
Ex:
#copy startup-config ftp://admin:ftpPASSWORD@192.168.20.100/startup-config
Thank you,
Chris
01-13-2021 09:37 PM
Hello Sean,
In regards to flash and GUI: https://extremeportal.force.com/ExtrArticleDetail?an=000085391
Please use WiNG-Man for GUI access.
To backup config via CLI:
#copy startup-config tftp://<ipaddress>/<filename>
Example:
#copy startup-config tftp://192.168.10.50/startup-config
FTP:
#copy startup-config ftp://<username>:<password>@<ip-address>/<filename>
Ex:
#copy startup-config ftp://admin:ftpPASSWORD@192.168.20.100/startup-config
Thank you,
Chris