This section will document how to save and restore the MicroRAPTOR configuration.
To perform the tasks in this section, you will have already logged into the MicroRAPTOR via the console cable or through SSH.
At the command prompt type:
iS5Comm# write startup-config
The following will appear on the terminal when logged in via the console port.
Building configuration ...
[OK]
The prompt will reappear and the configuration will now be saved in flash memory.
At the command prompt type:
iS5Comm# copy startup-config usb
The following will appear followed by a prompt.
Configuration is copied to USB
At the command prompt type:
iS5Comm# copy startup-config <tftp_url>
The following will appear followed by a prompt.
Configuration is copied to TFTP.
At the command prompt type:
iS5Comm# copy startup-config <sftp
_url>
The following will appear followed by a prompt.
Configuration is copied to SFTP.
iS5Comm# copy usb startup-config
The following text will appear followed by a prompt:
iS5Comm# reload
Are you sure you want to reload the device? (Y/N) [N]?
The MicroRAPTOR will be reloaded.
The MicroRAPTOR will be reloaded with the configuration that was restored from the USB.
iS5Comm# copy <tftp_url> startup-config
The following text will appear followed by a prompt:
iS5Comm# reload
Are you sure you want to reload the device? (Y/N) [N]?
The MicroRAPTOR will be reloaded.
The MicroRAPTOR will be reloaded with the configuration that was restored from the TFTP.
iS5Comm# copy <sftp_url> startup-config
The following text will appear followed by a prompt:
iS5Comm# reload
Are you sure you want to reload the device? (Y/N) [N]?
The MicroRAPTOR will be reloaded.
The MicroRAPTOR will be reloaded with the configuration that was restored from the SFTP.