The configuration can be copied with copy running-config.
If you want to perform a factory reset, save the licenses first, use show license.
copy running-config
flash: Copy to the flash file system
ftp: Ftp file system
tftp: TFTP file system
You can also use flash-backup, which also backs up licenses. Here is an example cli-snippet:
Backup
backup flash mycontroller.flashbackup
copy flash: mycontroller.flashbackup.tar.gz scp: 1.2.3.4 ssh mycontroller.flashbackup.tar.gz
Restore after factory reset
copy scp: 1.2.3.4 ssh mycontroller.flashbackup.tar.gz flash: mycontroller.flashbackup.tar.gz
restore flash mycontroller.flashbackup
File name for backup is mycontroller.flashbackup, scp-server IP address is 1.2.3.4, scp user name is ssh.
Did the behavior possibly occur after a software update? If there is not enough storage space in the flash during the update, files are omitted, including the WEB-GUI.
Check the command show image version
. If files are missing, it would be displayed in the output.
------------------------------
Regards,
Waldemar
ACCX # 1377, ACEP, ACX - Network Security
If you find my answer useful, consider giving kudos and/or mark as solution
------------------------------
Original Message:
Sent: Aug 23, 2024 02:22 PM
From: Vacation
Subject: Cannot access 7010 web GUI
Can ping the controller. Can SSH to the controller. APs are connected to the controller. Users cannot auth to the SSID. No traffic passing through. Cannot access the web GUI. Saw this in another post, so upgraded the firmware from 8.10 to 8.12. Still cannot open web GUI in Chrome, Edge or Firefox. Message is always "refused to connect"
Also, how download the config before resetting the device.