Created by Yuriy Andamasov, Modified on Wed, 26 Apr, 2023 at 11:09 AM by Aslan Hajiyev
Scenario : If in case the device is stuck in booting process or unable to access via ssh and there is no configuration backup, then follow the below instructions to recover the lost configuration:
ip a add 192.168.122.5/24 dev eth0
ip link set eth0 up
scp /config/config.boot [email protected]:/tmp/
Note: While connecting the device to the serial port for console access, make sure to set to proper settings.
The most common serial configuration is:
Baud rate: 9600 or 115200
Data bits: 8
Stop bits: 1
Parity: None
Flow control: None
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article