Copy Saved Files to the Router
To copy the saved configuration to the router:
- Log in to the console as root. There is no password.
Escape character is '^]'.
[Enter]
router (ttyd0)
login: root
Password: [Enter]Initially, access to the router is limited to the console port after a recovery installation. Access through the management ports and interfaces is set in the configuration. For information about accessing the router through the console port, see the administration guide for your particular router.
- Start the CLI:
# cli
- Copy the configuration file on the remote server to the
router’s /var/tmp directory:
root@host> ftp remote-server
user: username
password: password
ftp> bin
Type set to I.
ftp> get /path/file
ftp> bye
Goodbye.