I will describe by points what needs to be done to reset the switch settings:
1) Connect to the switch through the console port. The standard parameters are 9600 bps (may be 115200 if configured), 8N1, without flow control.
2) Disconnect and connect power to the switch.
3) When the message “Press any key to enter Debug Mode with 3 seconds …” appears, you must press any key to enter debug mode.
4) Enter the command “atlc” after the “Enter Debug Mode”.
5) Wait for the “Starting XMODEM upload” message and send the configuration file. For Windows, you can use ExtraPuTTY for this, in Linux – Minicom.
The standard configuration file is usually in the archive with the firmware, it is with the .rom extension.
You can download from the official website www.zyxel.com
6) When the configuration file is loaded, enter the “atgo” command to reboot the switch.
Done.
The standard login and password are admin 1234, static IP 192.168.1.1, to reset the settings via the console port, you need to execute two commands (it won’t work via telnet, since after the first command the connection with the device will be lost and then the second command won’t be executed):
erase running-config
write memory
See also my article:
How to transfer a file via XMODEM using Minicom